google-apis-privateca_v1 0.53.0 → 0.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 823480f19ca421868d3da85e10a625fe8728276d26af6505198f57fde2cad32c
4
- data.tar.gz: 6957d78d7ddfa91d08cbb591921e138106aabcbe734c62943287b22fd5864458
3
+ metadata.gz: 5024c0cd7c6c77ea574e08342f6a3e059484e2f20656e9cb294b54c8cad36ddb
4
+ data.tar.gz: 2e1a55986f2c8924a5d72e9c832dfe7f62931686c15cf154275d8e56954fd22b
5
5
  SHA512:
6
- metadata.gz: 7153a5a79f889fecef042b40f56ce09744a35b577b2e1c17ba290aaa5eb1a1513d55448baf74d737a44d98410777bf16759a54bc2125443dbd3167cc6cbe4008
7
- data.tar.gz: 3e5d8d89d1b9561a016cb21d69fae689fc79c1aa3c5ba4c9228b19c2635c47821808a4d67bc8087980284e142a07221e5f272791cc58ad3d1fba095e530f399a
6
+ metadata.gz: '051595c4b6e6efc5c5292c5bd396c7e033e2f3d7fb5ba3a5c3b0013ede74041ea483acfd6499a50f985973e10025e2aa96d8713b46a9ab6f043851024a50f4d6'
7
+ data.tar.gz: 0e3291c6a273ccaf1be16e981bf6aa44685f87dc9f2c2e8a227bb466351765315efd090bf994c61bdf5208a95406bce6b1c3da830b646b325d668f6b9e772454
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.54.0 (2025-09-07)
4
+
5
+ * Regenerated from discovery document revision 20250901
6
+
3
7
  ### v0.53.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250528
@@ -365,6 +365,11 @@ module Google
365
365
  class CaPool
366
366
  include Google::Apis::Core::Hashable
367
367
 
368
+ # The configuration used for encrypting data at rest.
369
+ # Corresponds to the JSON property `encryptionSpec`
370
+ # @return [Google::Apis::PrivatecaV1::EncryptionSpec]
371
+ attr_accessor :encryption_spec
372
+
368
373
  # Defines controls over all certificate issuance within a CaPool.
369
374
  # Corresponds to the JSON property `issuancePolicy`
370
375
  # @return [Google::Apis::PrivatecaV1::IssuancePolicy]
@@ -400,6 +405,7 @@ module Google
400
405
 
401
406
  # Update properties of this object
402
407
  def update!(**args)
408
+ @encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
403
409
  @issuance_policy = args[:issuance_policy] if args.key?(:issuance_policy)
404
410
  @labels = args[:labels] if args.key?(:labels)
405
411
  @name = args[:name] if args.key?(:name)
@@ -1197,6 +1203,26 @@ module Google
1197
1203
  end
1198
1204
  end
1199
1205
 
1206
+ # The configuration used for encrypting data at rest.
1207
+ class EncryptionSpec
1208
+ include Google::Apis::Core::Hashable
1209
+
1210
+ # The resource name for a Cloud KMS key in the format `projects/*/locations/*/
1211
+ # keyRings/*/cryptoKeys/*`.
1212
+ # Corresponds to the JSON property `cloudKmsKey`
1213
+ # @return [String]
1214
+ attr_accessor :cloud_kms_key
1215
+
1216
+ def initialize(**args)
1217
+ update!(**args)
1218
+ end
1219
+
1220
+ # Update properties of this object
1221
+ def update!(**args)
1222
+ @cloud_kms_key = args[:cloud_kms_key] if args.key?(:cloud_kms_key)
1223
+ end
1224
+ end
1225
+
1200
1226
  # Represents a textual expression in the Common Expression Language (CEL) syntax.
1201
1227
  # CEL is a C-like expression language. The syntax and semantics of CEL are
1202
1228
  # documented at https://github.com/google/cel-spec. Example (Comparison): title:
@@ -2299,32 +2325,6 @@ module Google
2299
2325
  end
2300
2326
  end
2301
2327
 
2302
- # Operation metadata returned by the CLH during resource state reconciliation.
2303
- class ReconciliationOperationMetadata
2304
- include Google::Apis::Core::Hashable
2305
-
2306
- # DEPRECATED. Use exclusive_action instead.
2307
- # Corresponds to the JSON property `deleteResource`
2308
- # @return [Boolean]
2309
- attr_accessor :delete_resource
2310
- alias_method :delete_resource?, :delete_resource
2311
-
2312
- # Excluisive action returned by the CLH.
2313
- # Corresponds to the JSON property `exclusiveAction`
2314
- # @return [String]
2315
- attr_accessor :exclusive_action
2316
-
2317
- def initialize(**args)
2318
- update!(**args)
2319
- end
2320
-
2321
- # Update properties of this object
2322
- def update!(**args)
2323
- @delete_resource = args[:delete_resource] if args.key?(:delete_resource)
2324
- @exclusive_action = args[:exclusive_action] if args.key?(:exclusive_action)
2325
- end
2326
- end
2327
-
2328
2328
  # RelativeDistinguishedName specifies a relative distinguished name which will
2329
2329
  # be used to build a distinguished name.
2330
2330
  class RelativeDistinguishedName
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1
18
18
  # Version of the google-apis-privateca_v1 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250528"
25
+ REVISION = "20250901"
26
26
  end
27
27
  end
28
28
  end
@@ -172,6 +172,12 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class EncryptionSpec
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
175
181
  class Expr
176
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
183
 
@@ -328,12 +334,6 @@ module Google
328
334
  include Google::Apis::Core::JsonObjectSupport
329
335
  end
330
336
 
331
- class ReconciliationOperationMetadata
332
- class Representation < Google::Apis::Core::JsonRepresentation; end
333
-
334
- include Google::Apis::Core::JsonObjectSupport
335
- end
336
-
337
337
  class RelativeDistinguishedName
338
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
339
 
@@ -524,6 +524,8 @@ module Google
524
524
  class CaPool
525
525
  # @private
526
526
  class Representation < Google::Apis::Core::JsonRepresentation
527
+ property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::PrivatecaV1::EncryptionSpec, decorator: Google::Apis::PrivatecaV1::EncryptionSpec::Representation
528
+
527
529
  property :issuance_policy, as: 'issuancePolicy', class: Google::Apis::PrivatecaV1::IssuancePolicy, decorator: Google::Apis::PrivatecaV1::IssuancePolicy::Representation
528
530
 
529
531
  hash :labels, as: 'labels'
@@ -733,6 +735,13 @@ module Google
733
735
  end
734
736
  end
735
737
 
738
+ class EncryptionSpec
739
+ # @private
740
+ class Representation < Google::Apis::Core::JsonRepresentation
741
+ property :cloud_kms_key, as: 'cloudKmsKey'
742
+ end
743
+ end
744
+
736
745
  class Expr
737
746
  # @private
738
747
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1000,14 +1009,6 @@ module Google
1000
1009
  end
1001
1010
  end
1002
1011
 
1003
- class ReconciliationOperationMetadata
1004
- # @private
1005
- class Representation < Google::Apis::Core::JsonRepresentation
1006
- property :delete_resource, as: 'deleteResource'
1007
- property :exclusive_action, as: 'exclusiveAction'
1008
- end
1009
- end
1010
-
1011
1012
  class RelativeDistinguishedName
1012
1013
  # @private
1013
1014
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -87,8 +87,8 @@ module Google
87
87
  # @param [String] name
88
88
  # The resource that owns the locations collection, if applicable.
89
89
  # @param [Array<String>, String] extra_location_types
90
- # Optional. A list of extra location types that should be used as conditions for
91
- # controlling the visibility of the locations.
90
+ # Optional. Do not use this field. It is unsupported and is ignored unless
91
+ # explicitly documented otherwise. This is primarily for internal usage.
92
92
  # @param [String] filter
93
93
  # A filter to narrow down results to a preferred subset. The filtering language
94
94
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-privateca_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.54.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
62
62
  rdoc_options: []
63
63
  require_paths: