@@ -44,7 +44,7 @@ class AsymmetricDecryptRequest
4444 # checksum. Note: This field is defined as int64 for reasons of compatibility
4545 # across different languages. However, it is a non-negative integer, which will
4646 # never exceed 2^32-1, and can be safely downconverted to uint32 in languages
47- # that support this type. NOTE: This field is in Beta.
47+ # that support this type.
4848 # Corresponds to the JSON property `ciphertextCrc32c`
4949 # @return [Fixnum]
5050 attr_accessor :ciphertext_crc32c
@@ -79,8 +79,7 @@ class AsymmetricDecryptResponse
7979 # issue in your computation of the CRC32C checksum. Note: This field is defined
8080 # as int64 for reasons of compatibility across different languages. However, it
8181 # is a non-negative integer, which will never exceed 2^32-1, and can be safely
82- # downconverted to uint32 in languages that support this type. NOTE: This field
83- # is in Beta.
82+ # downconverted to uint32 in languages that support this type.
8483 # Corresponds to the JSON property `plaintextCrc32c`
8584 # @return [Fixnum]
8685 attr_accessor :plaintext_crc32c
@@ -97,7 +96,7 @@ class AsymmetricDecryptResponse
9796 # ciphertext_crc32c was left unset or that it was not delivered to
9897 # KeyManagementService. If you've set AsymmetricDecryptRequest.ciphertext_crc32c
9998 # but this field is still false, discard the response and perform a limited
100- # number of retries. NOTE: This field is in Beta.
99+ # number of retries.
101100 # Corresponds to the JSON property `verifiedCiphertextCrc32c`
102101 # @return [Boolean]
103102 attr_accessor :verified_ciphertext_crc32c
@@ -135,8 +134,7 @@ class AsymmetricSignRequest
135134 # computation of the CRC32C checksum. Note: This field is defined as int64 for
136135 # reasons of compatibility across different languages. However, it is a non-
137136 # negative integer, which will never exceed 2^32-1, and can be safely
138- # downconverted to uint32 in languages that support this type. NOTE: This field
139- # is in Beta.
137+ # downconverted to uint32 in languages that support this type.
140138 # Corresponds to the JSON property `digestCrc32c`
141139 # @return [Fixnum]
142140 attr_accessor :digest_crc32c
@@ -157,8 +155,7 @@ class AsymmetricSignResponse
157155 include Google ::Apis ::Core ::Hashable
158156
159157 # The resource name of the CryptoKeyVersion used for signing. Check this field
160- # to verify that the intended resource was used for signing. NOTE: This field is
161- # in Beta.
158+ # to verify that the intended resource was used for signing.
162159 # Corresponds to the JSON property `name`
163160 # @return [String]
164161 attr_accessor :name
@@ -183,8 +180,7 @@ class AsymmetricSignResponse
183180 # computation of the CRC32C checksum. Note: This field is defined as int64 for
184181 # reasons of compatibility across different languages. However, it is a non-
185182 # negative integer, which will never exceed 2^32-1, and can be safely
186- # downconverted to uint32 in languages that support this type. NOTE: This field
187- # is in Beta.
183+ # downconverted to uint32 in languages that support this type.
188184 # Corresponds to the JSON property `signatureCrc32c`
189185 # @return [Fixnum]
190186 attr_accessor :signature_crc32c
@@ -195,7 +191,7 @@ class AsymmetricSignResponse
195191 # AsymmetricSignRequest.digest_crc32c was left unset or that it was not
196192 # delivered to KeyManagementService. If you've set AsymmetricSignRequest.
197193 # digest_crc32c but this field is still false, discard the response and perform
198- # a limited number of retries. NOTE: This field is in Beta.
194+ # a limited number of retries.
199195 # Corresponds to the JSON property `verifiedDigestCrc32c`
200196 # @return [Boolean]
201197 attr_accessor :verified_digest_crc32c
@@ -630,8 +626,7 @@ class DecryptRequest
630626 # computation of the CRC32C checksum. Note: This field is defined as int64 for
631627 # reasons of compatibility across different languages. However, it is a non-
632628 # negative integer, which will never exceed 2^32-1, and can be safely
633- # downconverted to uint32 in languages that support this type. NOTE: This field
634- # is in Beta.
629+ # downconverted to uint32 in languages that support this type.
635630 # Corresponds to the JSON property `additionalAuthenticatedDataCrc32c`
636631 # @return [Fixnum]
637632 attr_accessor :additional_authenticated_data_crc32c
@@ -652,7 +647,7 @@ class DecryptRequest
652647 # the CRC32C checksum. Note: This field is defined as int64 for reasons of
653648 # compatibility across different languages. However, it is a non-negative
654649 # integer, which will never exceed 2^32-1, and can be safely downconverted to
655- # uint32 in languages that support this type. NOTE: This field is in Beta.
650+ # uint32 in languages that support this type.
656651 # Corresponds to the JSON property `ciphertextCrc32c`
657652 # @return [Fixnum]
658653 attr_accessor :ciphertext_crc32c
@@ -691,7 +686,7 @@ class DecryptResponse
691686 # This field is defined as int64 for reasons of compatibility across different
692687 # languages. However, it is a non-negative integer, which will never exceed 2^32-
693688 # 1, and can be safely downconverted to uint32 in languages that support this
694- # type. NOTE: This field is in Beta.
689+ # type.
695690 # Corresponds to the JSON property `plaintextCrc32c`
696691 # @return [Fixnum]
697692 attr_accessor :plaintext_crc32c
@@ -792,8 +787,7 @@ class EncryptRequest
792787 # computation of the CRC32C checksum. Note: This field is defined as int64 for
793788 # reasons of compatibility across different languages. However, it is a non-
794789 # negative integer, which will never exceed 2^32-1, and can be safely
795- # downconverted to uint32 in languages that support this type. NOTE: This field
796- # is in Beta.
790+ # downconverted to uint32 in languages that support this type.
797791 # Corresponds to the JSON property `additionalAuthenticatedDataCrc32c`
798792 # @return [Fixnum]
799793 attr_accessor :additional_authenticated_data_crc32c
@@ -818,7 +812,7 @@ class EncryptRequest
818812 # the CRC32C checksum. Note: This field is defined as int64 for reasons of
819813 # compatibility across different languages. However, it is a non-negative
820814 # integer, which will never exceed 2^32-1, and can be safely downconverted to
821- # uint32 in languages that support this type. NOTE: This field is in Beta.
815+ # uint32 in languages that support this type.
822816 # Corresponds to the JSON property `plaintextCrc32c`
823817 # @return [Fixnum]
824818 attr_accessor :plaintext_crc32c
@@ -855,7 +849,7 @@ class EncryptResponse
855849 # checksum. Note: This field is defined as int64 for reasons of compatibility
856850 # across different languages. However, it is a non-negative integer, which will
857851 # never exceed 2^32-1, and can be safely downconverted to uint32 in languages
858- # that support this type. NOTE: This field is in Beta.
852+ # that support this type.
859853 # Corresponds to the JSON property `ciphertextCrc32c`
860854 # @return [Fixnum]
861855 attr_accessor :ciphertext_crc32c
@@ -877,8 +871,7 @@ class EncryptResponse
877871 # indicates either that EncryptRequest.additional_authenticated_data_crc32c was
878872 # left unset or that it was not delivered to KeyManagementService. If you've set
879873 # EncryptRequest.additional_authenticated_data_crc32c but this field is still
880- # false, discard the response and perform a limited number of retries. NOTE:
881- # This field is in Beta.
874+ # false, discard the response and perform a limited number of retries.
882875 # Corresponds to the JSON property `verifiedAdditionalAuthenticatedDataCrc32c`
883876 # @return [Boolean]
884877 attr_accessor :verified_additional_authenticated_data_crc32c
@@ -890,7 +883,7 @@ class EncryptResponse
890883 # either that EncryptRequest.plaintext_crc32c was left unset or that it was not
891884 # delivered to KeyManagementService. If you've set EncryptRequest.
892885 # plaintext_crc32c but this field is still false, discard the response and
893- # perform a limited number of retries. NOTE: This field is in Beta.
886+ # perform a limited number of retries.
894887 # Corresponds to the JSON property `verifiedPlaintextCrc32c`
895888 # @return [Boolean]
896889 attr_accessor :verified_plaintext_crc32c
0 commit comments