Skip to content

Commit

Permalink
docs: code documentation improvements (#7936)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706891520
Source-Link: googleapis/googleapis@edbf799
Source-Link: googleapis/googleapis-gen@dfaa238
Copy-Tag: eyJwIjoiS21zLy5Pd2xCb3QueWFtbCIsImgiOiJkZmFhMjM4MDQ5MDZhM2NkYjYzMjA4ZTY1NGEzNzhjM2Q5YTFkNTg2In0=
  • Loading branch information
gcf-owl-bot[bot] authored Dec 20, 2024
1 parent b9ffca4 commit f44b09e
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 23 deletions.
Binary file modified Kms/metadata/V1/Service.php
Binary file not shown.
6 changes: 3 additions & 3 deletions Kms/samples/V1/AutokeyClient/create_key_handle.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
* Creates a new [KeyHandle][google.cloud.kms.v1.KeyHandle], triggering the
* provisioning of a new [CryptoKey][google.cloud.kms.v1.CryptoKey] for CMEK
* use with the given resource type in the configured key project and the same
* location. [GetOperation][Operations.GetOperation] should be used to resolve
* the resulting long-running operation and get the resulting
* [KeyHandle][google.cloud.kms.v1.KeyHandle] and
* location. [GetOperation][google.longrunning.Operations.GetOperation] should
* be used to resolve the resulting long-running operation and get the
* resulting [KeyHandle][google.cloud.kms.v1.KeyHandle] and
* [CryptoKey][google.cloud.kms.v1.CryptoKey].
*
* @param string $formattedParent Name of the resource project and location to create the
Expand Down
6 changes: 3 additions & 3 deletions Kms/src/V1/Client/AutokeyClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ public function __call($method, $args)
* Creates a new [KeyHandle][google.cloud.kms.v1.KeyHandle], triggering the
* provisioning of a new [CryptoKey][google.cloud.kms.v1.CryptoKey] for CMEK
* use with the given resource type in the configured key project and the same
* location. [GetOperation][Operations.GetOperation] should be used to resolve
* the resulting long-running operation and get the resulting
* [KeyHandle][google.cloud.kms.v1.KeyHandle] and
* location. [GetOperation][google.longrunning.Operations.GetOperation] should
* be used to resolve the resulting long-running operation and get the
* resulting [KeyHandle][google.cloud.kms.v1.KeyHandle] and
* [CryptoKey][google.cloud.kms.v1.CryptoKey].
*
* The async variant is {@see AutokeyClient::createKeyHandleAsync()} .
Expand Down
8 changes: 4 additions & 4 deletions Kms/src/V1/CryptoKey.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Kms/src/V1/EkmConfig.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Kms/src/V1/EkmConnection.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Kms/src/V1/EkmConnection/KeyManagementMode.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions Kms/src/V1/ImportCryptoKeyVersionRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 12 additions & 6 deletions Kms/src/V1/MacVerifyRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f44b09e

Please sign in to comment.