google-apis-cloudkms_v1 0.9.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '083ef8974584fb4752648cedde431bc9a332049934336c4b0e94ee917e28ee81'
4
- data.tar.gz: 1d8870d46487cec8ff9a48abbd7ad5281a728ba6f4b040d29d5bdfceff9fbd86
3
+ metadata.gz: 71bd3c9051458ac7d43a79d7f4c0cbff5f7e126c6f2373168cd5b87f7d40fb1e
4
+ data.tar.gz: 3d3b22fdf88d317dce20ddd2cae02dcb834e7cd6c9123c4bf15e86a2195a60dc
5
5
  SHA512:
6
- metadata.gz: 7a68b14dd76288a00af560994dbac73187efd155e02aa295f08846a3830f86106f82e1296b0ab20fb632d29634f10844bab72f8a1b1ee80bfc3d5c7004d1d973
7
- data.tar.gz: d89d56d8a130ed9a1a6ce12ba7b566beccfb6df6b60c9cfd6e95f2dbce0c6f8ff32559e85d90be5ee917ae66434990c96a71dc1af235cab5a830ef31c6fede05
6
+ metadata.gz: ec32db7fd473d81f587816b22e25d29f9653e05b57b47817fe3144e72b08d9c45bce6d88f779b2f5c5f7b9dc3f6e29052099ef8856b59109d3118a3deaea8f8d
7
+ data.tar.gz: bc040e617bf338288fd11dfb3ed3da321636e8a30a013360367a8a14198fa54d12423bbb675de8f25fbf2f27449e0fd6f010d42550746c1274909a095b1fc757
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.10.0 (2021-07-14)
4
+
5
+ * Regenerated from discovery document revision 20210702
6
+
3
7
  ### v0.9.0 (2021-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210622
@@ -44,7 +44,7 @@ module Google
44
44
  # checksum. Note: This field is defined as int64 for reasons of compatibility
45
45
  # across different languages. However, it is a non-negative integer, which will
46
46
  # 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.
48
48
  # Corresponds to the JSON property `ciphertextCrc32c`
49
49
  # @return [Fixnum]
50
50
  attr_accessor :ciphertext_crc32c
@@ -79,8 +79,7 @@ module Google
79
79
  # issue in your computation of the CRC32C checksum. Note: This field is defined
80
80
  # as int64 for reasons of compatibility across different languages. However, it
81
81
  # 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.
84
83
  # Corresponds to the JSON property `plaintextCrc32c`
85
84
  # @return [Fixnum]
86
85
  attr_accessor :plaintext_crc32c
@@ -97,7 +96,7 @@ module Google
97
96
  # ciphertext_crc32c was left unset or that it was not delivered to
98
97
  # KeyManagementService. If you've set AsymmetricDecryptRequest.ciphertext_crc32c
99
98
  # 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.
101
100
  # Corresponds to the JSON property `verifiedCiphertextCrc32c`
102
101
  # @return [Boolean]
103
102
  attr_accessor :verified_ciphertext_crc32c
@@ -135,8 +134,7 @@ module Google
135
134
  # computation of the CRC32C checksum. Note: This field is defined as int64 for
136
135
  # reasons of compatibility across different languages. However, it is a non-
137
136
  # 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.
140
138
  # Corresponds to the JSON property `digestCrc32c`
141
139
  # @return [Fixnum]
142
140
  attr_accessor :digest_crc32c
@@ -157,8 +155,7 @@ module Google
157
155
  include Google::Apis::Core::Hashable
158
156
 
159
157
  # 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.
162
159
  # Corresponds to the JSON property `name`
163
160
  # @return [String]
164
161
  attr_accessor :name
@@ -183,8 +180,7 @@ module Google
183
180
  # computation of the CRC32C checksum. Note: This field is defined as int64 for
184
181
  # reasons of compatibility across different languages. However, it is a non-
185
182
  # 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.
188
184
  # Corresponds to the JSON property `signatureCrc32c`
189
185
  # @return [Fixnum]
190
186
  attr_accessor :signature_crc32c
@@ -195,7 +191,7 @@ module Google
195
191
  # AsymmetricSignRequest.digest_crc32c was left unset or that it was not
196
192
  # delivered to KeyManagementService. If you've set AsymmetricSignRequest.
197
193
  # 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.
199
195
  # Corresponds to the JSON property `verifiedDigestCrc32c`
200
196
  # @return [Boolean]
201
197
  attr_accessor :verified_digest_crc32c
@@ -630,8 +626,7 @@ module Google
630
626
  # computation of the CRC32C checksum. Note: This field is defined as int64 for
631
627
  # reasons of compatibility across different languages. However, it is a non-
632
628
  # 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.
635
630
  # Corresponds to the JSON property `additionalAuthenticatedDataCrc32c`
636
631
  # @return [Fixnum]
637
632
  attr_accessor :additional_authenticated_data_crc32c
@@ -652,7 +647,7 @@ module Google
652
647
  # the CRC32C checksum. Note: This field is defined as int64 for reasons of
653
648
  # compatibility across different languages. However, it is a non-negative
654
649
  # 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.
656
651
  # Corresponds to the JSON property `ciphertextCrc32c`
657
652
  # @return [Fixnum]
658
653
  attr_accessor :ciphertext_crc32c
@@ -691,7 +686,7 @@ module Google
691
686
  # This field is defined as int64 for reasons of compatibility across different
692
687
  # languages. However, it is a non-negative integer, which will never exceed 2^32-
693
688
  # 1, and can be safely downconverted to uint32 in languages that support this
694
- # type. NOTE: This field is in Beta.
689
+ # type.
695
690
  # Corresponds to the JSON property `plaintextCrc32c`
696
691
  # @return [Fixnum]
697
692
  attr_accessor :plaintext_crc32c
@@ -792,8 +787,7 @@ module Google
792
787
  # computation of the CRC32C checksum. Note: This field is defined as int64 for
793
788
  # reasons of compatibility across different languages. However, it is a non-
794
789
  # 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.
797
791
  # Corresponds to the JSON property `additionalAuthenticatedDataCrc32c`
798
792
  # @return [Fixnum]
799
793
  attr_accessor :additional_authenticated_data_crc32c
@@ -818,7 +812,7 @@ module Google
818
812
  # the CRC32C checksum. Note: This field is defined as int64 for reasons of
819
813
  # compatibility across different languages. However, it is a non-negative
820
814
  # 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.
822
816
  # Corresponds to the JSON property `plaintextCrc32c`
823
817
  # @return [Fixnum]
824
818
  attr_accessor :plaintext_crc32c
@@ -855,7 +849,7 @@ module Google
855
849
  # checksum. Note: This field is defined as int64 for reasons of compatibility
856
850
  # across different languages. However, it is a non-negative integer, which will
857
851
  # 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.
859
853
  # Corresponds to the JSON property `ciphertextCrc32c`
860
854
  # @return [Fixnum]
861
855
  attr_accessor :ciphertext_crc32c
@@ -877,8 +871,7 @@ module Google
877
871
  # indicates either that EncryptRequest.additional_authenticated_data_crc32c was
878
872
  # left unset or that it was not delivered to KeyManagementService. If you've set
879
873
  # 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.
882
875
  # Corresponds to the JSON property `verifiedAdditionalAuthenticatedDataCrc32c`
883
876
  # @return [Boolean]
884
877
  attr_accessor :verified_additional_authenticated_data_crc32c
@@ -890,7 +883,7 @@ module Google
890
883
  # either that EncryptRequest.plaintext_crc32c was left unset or that it was not
891
884
  # delivered to KeyManagementService. If you've set EncryptRequest.
892
885
  # 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.
894
887
  # Corresponds to the JSON property `verifiedPlaintextCrc32c`
895
888
  # @return [Boolean]
896
889
  attr_accessor :verified_plaintext_crc32c
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudkmsV1
18
18
  # Version of the google-apis-cloudkms_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210622"
25
+ REVISION = "20210702"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudkms_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudkms_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudkms_v1
63
63
  post_install_message:
64
64
  rdoc_options: []