Skip to content

Commit 028a334

Browse files
docs: [google-cloud-kms] A comment for enum CryptoKeyVersionAlgorithm is changed (#13305)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 700331075 Source-Link: googleapis/googleapis@3b7310b Source-Link: googleapis/googleapis-gen@9eda366 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWttcy8uT3dsQm90LnlhbWwiLCJoIjoiOWVkYTM2NmQyMmYzMjBlZDRkNGQ1Y2E5ZjFkNThiYmU2ZWZiODgwNSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 104d44d commit 028a334

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.1.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.1.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,8 @@ 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+
696698
For more information, see [Key purposes and algorithms]
697699
(https://cloud.google.com/kms/docs/algorithms).
698700

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

0 commit comments

Comments
 (0)