Skip to content

Commit cdca657

Browse files
docs: [google-cloud-kms] A comment for enum value DESTROYED in enum CryptoKeyVersionState is changed (#13913)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 759163334 Source-Link: googleapis/googleapis@c6d7efa Source-Link: googleapis/googleapis-gen@a591781 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWttcy8uT3dsQm90LnlhbWwiLCJoIjoiYTU5MTc4MWI0ZjNhMzJlMjk3ZTZhMDMyNThkNzZhNmQ0YTJmOWViZSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 95a84e1 commit cdca657

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/google-cloud-kms/google/cloud/kms/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.5.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-kms/google/cloud/kms_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.5.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-kms/google/cloud/kms_v1/types/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ class CryptoKeyVersionState(proto.Enum):
859859
[ENABLED][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionState.ENABLED]
860860
state.
861861
DESTROYED (3):
862-
This key material of this version is destroyed and no longer
862+
The key material of this version is destroyed and no longer
863863
stored. This version may only become
864864
[ENABLED][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionState.ENABLED]
865865
again if this version is

packages/google-cloud-kms/samples/generated_samples/snippet_metadata_google.cloud.kms.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-kms",
11-
"version": "3.5.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)