Skip to content

Commit 129140e

Browse files
docs: [google-cloud-kms] modify enum comment (#13410)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 713058878 Source-Link: googleapis/googleapis@882633d Source-Link: googleapis/googleapis-gen@ed7e46a Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWttcy8uT3dsQm90LnlhbWwiLCJoIjoiZWQ3ZTQ2YWM4ODYzNzgwODE2NGUwYzFiMmY3ZmRkNmNmNTNiMjk4MSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
1 parent c757c44 commit 129140e

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
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.2.1" # {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.2.1" # {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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,6 @@ class CryptoKeyVersionAlgorithm(proto.Enum):
693693
The suffix following ``HMAC_`` corresponds to the hash algorithm
694694
being used (eg. SHA256).
695695
696-
Algorithms beginning with ``PQ_`` are post-quantum.
697-
698696
For more information, see [Key purposes and algorithms]
699697
(https://cloud.google.com/kms/docs/algorithms).
700698

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.2.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)