Skip to content

Commit b7deb00

Browse files
feat: [Kms] add support for post-quantum (PQ) import methods (#9304)
* feat: add support for post-quantum (PQ) import methods PiperOrigin-RevId: 939914083 Source-Link: googleapis/googleapis@3cb8c74 Source-Link: googleapis/googleapis-gen@d11901c Copy-Tag: eyJwIjoiS21zLy5Pd2xCb3QueWFtbCIsImgiOiJkMTE5MDFjNTA1MjI3Yzc2YmFhYTcxOWJhODYxZWUyM2YyNjI2Y2U4In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent 3ca27ee commit b7deb00

16 files changed

Lines changed: 251 additions & 32 deletions

File tree

Kms/metadata/V1/Resources.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Kms/metadata/V1/Service.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Kms/samples/V1/AutokeyAdminClient/list_locations.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
* Lists information about the supported locations for this service.
3434
*
3535
* This method lists locations based on the resource scope provided in
36-
* the [ListLocationsRequest.name] field:
37-
*
38-
* * **Global locations**: If `name` is empty, the method lists the
36+
* the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
37+
* **Global locations**: If `name` is empty, the method lists the
3938
* public locations available to all projects. * **Project-specific
4039
* locations**: If `name` follows the format
4140
* `projects/{project}`, the method lists locations visible to that

Kms/samples/V1/AutokeyClient/list_locations.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
* Lists information about the supported locations for this service.
3434
*
3535
* This method lists locations based on the resource scope provided in
36-
* the [ListLocationsRequest.name] field:
37-
*
38-
* * **Global locations**: If `name` is empty, the method lists the
36+
* the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
37+
* **Global locations**: If `name` is empty, the method lists the
3938
* public locations available to all projects. * **Project-specific
4039
* locations**: If `name` follows the format
4140
* `projects/{project}`, the method lists locations visible to that

Kms/samples/V1/EkmServiceClient/list_locations.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
* Lists information about the supported locations for this service.
3434
*
3535
* This method lists locations based on the resource scope provided in
36-
* the [ListLocationsRequest.name] field:
37-
*
38-
* * **Global locations**: If `name` is empty, the method lists the
36+
* the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
37+
* **Global locations**: If `name` is empty, the method lists the
3938
* public locations available to all projects. * **Project-specific
4039
* locations**: If `name` follows the format
4140
* `projects/{project}`, the method lists locations visible to that

Kms/samples/V1/HsmManagementClient/list_locations.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
* Lists information about the supported locations for this service.
3434
*
3535
* This method lists locations based on the resource scope provided in
36-
* the [ListLocationsRequest.name] field:
37-
*
38-
* * **Global locations**: If `name` is empty, the method lists the
36+
* the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
37+
* **Global locations**: If `name` is empty, the method lists the
3938
* public locations available to all projects. * **Project-specific
4039
* locations**: If `name` follows the format
4140
* `projects/{project}`, the method lists locations visible to that

Kms/samples/V1/KeyManagementServiceClient/list_locations.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
* Lists information about the supported locations for this service.
3434
*
3535
* This method lists locations based on the resource scope provided in
36-
* the [ListLocationsRequest.name] field:
37-
*
38-
* * **Global locations**: If `name` is empty, the method lists the
36+
* the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
37+
* **Global locations**: If `name` is empty, the method lists the
3938
* public locations available to all projects. * **Project-specific
4039
* locations**: If `name` follows the format
4140
* `projects/{project}`, the method lists locations visible to that

Kms/src/V1/Client/AutokeyAdminClient.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,8 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
418418
* Lists information about the supported locations for this service.
419419
*
420420
* This method lists locations based on the resource scope provided in
421-
* the [ListLocationsRequest.name] field:
422-
*
423-
* * **Global locations**: If `name` is empty, the method lists the
421+
* the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
422+
* **Global locations**: If `name` is empty, the method lists the
424423
* public locations available to all projects. * **Project-specific
425424
* locations**: If `name` follows the format
426425
* `projects/{project}`, the method lists locations visible to that

Kms/src/V1/Client/AutokeyClient.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,8 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
471471
* Lists information about the supported locations for this service.
472472
*
473473
* This method lists locations based on the resource scope provided in
474-
* the [ListLocationsRequest.name] field:
475-
*
476-
* * **Global locations**: If `name` is empty, the method lists the
474+
* the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
475+
* **Global locations**: If `name` is empty, the method lists the
477476
* public locations available to all projects. * **Project-specific
478477
* locations**: If `name` follows the format
479478
* `projects/{project}`, the method lists locations visible to that

Kms/src/V1/Client/EkmServiceClient.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,8 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
540540
* Lists information about the supported locations for this service.
541541
*
542542
* This method lists locations based on the resource scope provided in
543-
* the [ListLocationsRequest.name] field:
544-
*
545-
* * **Global locations**: If `name` is empty, the method lists the
543+
* the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
544+
* **Global locations**: If `name` is empty, the method lists the
546545
* public locations available to all projects. * **Project-specific
547546
* locations**: If `name` follows the format
548547
* `projects/{project}`, the method lists locations visible to that

0 commit comments

Comments
 (0)