Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [Kms] code documentation improvements #7936

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Dec 17, 2024
commit ab4ff70e7e7d78947ac3cc0bc523bb9d3d48ca5d
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
@@ -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
6 changes: 3 additions & 3 deletions Kms/src/V1/Client/AutokeyClient.php
Original file line number Diff line number Diff line change
@@ -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()} .
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.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading