You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-kms-v1/proto_docs/google/cloud/kms/v1/service.rb
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1839,17 +1839,25 @@ class GenerateRandomBytesResponse
1839
1839
# @return [::String]
1840
1840
# A message digest produced with the SHA-256 algorithm.
1841
1841
#
1842
-
# Note: The following fields are mutually exclusive: `sha256`, `sha384`, `sha512`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1842
+
# Note: The following fields are mutually exclusive: `sha256`, `sha384`, `sha512`, `external_mu`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1843
1843
# @!attribute [rw] sha384
1844
1844
# @return [::String]
1845
1845
# A message digest produced with the SHA-384 algorithm.
1846
1846
#
1847
-
# Note: The following fields are mutually exclusive: `sha384`, `sha256`, `sha512`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1847
+
# Note: The following fields are mutually exclusive: `sha384`, `sha256`, `sha512`, `external_mu`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1848
1848
# @!attribute [rw] sha512
1849
1849
# @return [::String]
1850
1850
# A message digest produced with the SHA-512 algorithm.
1851
1851
#
1852
-
# Note: The following fields are mutually exclusive: `sha512`, `sha256`, `sha384`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1852
+
# Note: The following fields are mutually exclusive: `sha512`, `sha256`, `sha384`, `external_mu`. If a field in that set is populated, all other fields in the set will automatically be cleared.
1853
+
# @!attribute [rw] external_mu
1854
+
# @return [::String]
1855
+
# A message digest produced with SHAKE-256, to be used with ML-DSA
1856
+
# external-μ algorithms only. See "message representative" note in
1857
+
# section 6.2, algorithm 7 of the FIPS-204 standard:
1858
+
# https://doi.org/10.6028/nist.fips.204
1859
+
#
1860
+
# Note: The following fields are mutually exclusive: `external_mu`, `sha256`, `sha384`, `sha512`. If a field in that set is populated, all other fields in the set will automatically be cleared.
0 commit comments