google-apis-certificatemanager_v1 0.28.0 → 0.30.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: c467fca2820893047cf978b80317b3020b1ba1dd71dab5f8d77b5eb64aecbccd
4
- data.tar.gz: 6dadf5dcfc279931d4ee033c2f43ee3a47c844defc4fd08ae11dcaa8e2276d12
3
+ metadata.gz: f8f4ff045f3a8281266d882694a859ffd278bb1f8808f6926285459d53034c09
4
+ data.tar.gz: f7e2e4d34868067d92ff9c444051daf3a7b44ae5ceb4c12d3ba71feb093f5c71
5
5
  SHA512:
6
- metadata.gz: ae3d26a04e9e66fabc58fe09bd90c2c1cf708b5df29176881bec5eb27a44af795204581b0fb4ef0ae83233e256ef4daf67001ddd7a3a92a23c104052de0f2881
7
- data.tar.gz: 7b1ac30163e1a5969a2e96274ffc5243818d40a8e87aac67c3c63ebfff10d24a7bd25e4fce674e6e8c37408a8df7d01b64430813ebfdca9a75a4ea1e131adf47
6
+ metadata.gz: 965290c69561e40aae5ff7ceca5b4eee1eb294b9afce9731053b9ee7de6e179ed850c63b3342c0b5890ded279cbdcdaa9d87be34ff90d22abcde2b5978180838
7
+ data.tar.gz: 8ed712eaf5fa8c623779eafb16a370906253a1433af21638f57adff4bbce589e062af488e17ed98fe77683032a32ba5979754b536ea105cf6389b3a510aa9688
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-certificatemanager_v1
2
2
 
3
+ ### v0.30.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240729
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.29.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240710
11
+
3
12
  ### v0.28.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
@@ -53,7 +53,7 @@ module Google
53
53
  # @return [String]
54
54
  attr_accessor :details
55
55
 
56
- # Domain name of the authorization attempt.
56
+ # Output only. Domain name of the authorization attempt.
57
57
  # Corresponds to the JSON property `domain`
58
58
  # @return [String]
59
59
  attr_accessor :domain
@@ -103,7 +103,7 @@ module Google
103
103
  # @return [String]
104
104
  attr_accessor :create_time
105
105
 
106
- # One or more paragraphs of text description of a certificate.
106
+ # Optional. One or more paragraphs of text description of a certificate.
107
107
  # Corresponds to the JSON property `description`
108
108
  # @return [String]
109
109
  attr_accessor :description
@@ -113,7 +113,7 @@ module Google
113
113
  # @return [String]
114
114
  attr_accessor :expire_time
115
115
 
116
- # Set of labels associated with a Certificate.
116
+ # Optional. Set of labels associated with a Certificate.
117
117
  # Corresponds to the JSON property `labels`
118
118
  # @return [Hash<String,String>]
119
119
  attr_accessor :labels
@@ -125,8 +125,8 @@ module Google
125
125
  # @return [Google::Apis::CertificatemanagerV1::ManagedCertificate]
126
126
  attr_accessor :managed
127
127
 
128
- # A user-defined name of the certificate. Certificate names must be unique
129
- # globally and match pattern `projects/*/locations/*/certificates/*`.
128
+ # Identifier. A user-defined name of the certificate. Certificate names must be
129
+ # unique globally and match pattern `projects/*/locations/*/certificates/*`.
130
130
  # Corresponds to the JSON property `name`
131
131
  # @return [String]
132
132
  attr_accessor :name
@@ -144,7 +144,7 @@ module Google
144
144
  # @return [Array<String>]
145
145
  attr_accessor :san_dnsnames
146
146
 
147
- # Immutable. The scope of the certificate.
147
+ # Optional. Immutable. The scope of the certificate.
148
148
  # Corresponds to the JSON property `scope`
149
149
  # @return [String]
150
150
  attr_accessor :scope
@@ -237,7 +237,8 @@ module Google
237
237
  # @return [String]
238
238
  attr_accessor :create_time
239
239
 
240
- # One or more paragraphs of text description of a CertificateIssuanceConfig.
240
+ # Optional. One or more paragraphs of text description of a
241
+ # CertificateIssuanceConfig.
241
242
  # Corresponds to the JSON property `description`
242
243
  # @return [String]
243
244
  attr_accessor :description
@@ -247,7 +248,7 @@ module Google
247
248
  # @return [String]
248
249
  attr_accessor :key_algorithm
249
250
 
250
- # Set of labels associated with a CertificateIssuanceConfig.
251
+ # Optional. Set of labels associated with a CertificateIssuanceConfig.
251
252
  # Corresponds to the JSON property `labels`
252
253
  # @return [Hash<String,String>]
253
254
  attr_accessor :labels
@@ -257,7 +258,7 @@ module Google
257
258
  # @return [String]
258
259
  attr_accessor :lifetime
259
260
 
260
- # A user-defined name of the certificate issuance config.
261
+ # Identifier. A user-defined name of the certificate issuance config.
261
262
  # CertificateIssuanceConfig names must be unique globally and match pattern `
262
263
  # projects/*/locations/*/certificateIssuanceConfigs/*`.
263
264
  # Corresponds to the JSON property `name`
@@ -303,7 +304,7 @@ module Google
303
304
  # @return [String]
304
305
  attr_accessor :create_time
305
306
 
306
- # One or more paragraphs of text description of a certificate map.
307
+ # Optional. One or more paragraphs of text description of a certificate map.
307
308
  # Corresponds to the JSON property `description`
308
309
  # @return [String]
309
310
  attr_accessor :description
@@ -314,13 +315,14 @@ module Google
314
315
  # @return [Array<Google::Apis::CertificatemanagerV1::GclbTarget>]
315
316
  attr_accessor :gclb_targets
316
317
 
317
- # Set of labels associated with a Certificate Map.
318
+ # Optional. Set of labels associated with a Certificate Map.
318
319
  # Corresponds to the JSON property `labels`
319
320
  # @return [Hash<String,String>]
320
321
  attr_accessor :labels
321
322
 
322
- # A user-defined name of the Certificate Map. Certificate Map names must be
323
- # unique globally and match pattern `projects/*/locations/*/certificateMaps/*`.
323
+ # Identifier. A user-defined name of the Certificate Map. Certificate Map names
324
+ # must be unique globally and match pattern `projects/*/locations/*/
325
+ # certificateMaps/*`.
324
326
  # Corresponds to the JSON property `name`
325
327
  # @return [String]
326
328
  attr_accessor :name
@@ -349,9 +351,9 @@ module Google
349
351
  class CertificateMapEntry
350
352
  include Google::Apis::Core::Hashable
351
353
 
352
- # A set of Certificates defines for the given `hostname`. There can be defined
353
- # up to four certificates in each Certificate Map Entry. Each certificate must
354
- # match pattern `projects/*/locations/*/certificates/*`.
354
+ # Optional. A set of Certificates defines for the given `hostname`. There can be
355
+ # defined up to four certificates in each Certificate Map Entry. Each
356
+ # certificate must match pattern `projects/*/locations/*/certificates/*`.
355
357
  # Corresponds to the JSON property `certificates`
356
358
  # @return [Array<String>]
357
359
  attr_accessor :certificates
@@ -361,7 +363,8 @@ module Google
361
363
  # @return [String]
362
364
  attr_accessor :create_time
363
365
 
364
- # One or more paragraphs of text description of a certificate map entry.
366
+ # Optional. One or more paragraphs of text description of a certificate map
367
+ # entry.
365
368
  # Corresponds to the JSON property `description`
366
369
  # @return [String]
367
370
  attr_accessor :description
@@ -373,7 +376,7 @@ module Google
373
376
  # @return [String]
374
377
  attr_accessor :hostname
375
378
 
376
- # Set of labels associated with a Certificate Map Entry.
379
+ # Optional. Set of labels associated with a Certificate Map Entry.
377
380
  # Corresponds to the JSON property `labels`
378
381
  # @return [Hash<String,String>]
379
382
  attr_accessor :labels
@@ -383,8 +386,8 @@ module Google
383
386
  # @return [String]
384
387
  attr_accessor :matcher
385
388
 
386
- # A user-defined name of the Certificate Map Entry. Certificate Map Entry names
387
- # must be unique globally and match pattern `projects/*/locations/*/
389
+ # Identifier. A user-defined name of the Certificate Map Entry. Certificate Map
390
+ # Entry names must be unique globally and match pattern `projects/*/locations/*/
388
391
  # certificateMaps/*/certificateMapEntries/*`.
389
392
  # Corresponds to the JSON property `name`
390
393
  # @return [String]
@@ -428,7 +431,7 @@ module Google
428
431
  # @return [String]
429
432
  attr_accessor :create_time
430
433
 
431
- # One or more paragraphs of text description of a DnsAuthorization.
434
+ # Optional. One or more paragraphs of text description of a DnsAuthorization.
432
435
  # Corresponds to the JSON property `description`
433
436
  # @return [String]
434
437
  attr_accessor :description
@@ -447,19 +450,21 @@ module Google
447
450
  # @return [String]
448
451
  attr_accessor :domain
449
452
 
450
- # Set of labels associated with a DnsAuthorization.
453
+ # Optional. Set of labels associated with a DnsAuthorization.
451
454
  # Corresponds to the JSON property `labels`
452
455
  # @return [Hash<String,String>]
453
456
  attr_accessor :labels
454
457
 
455
- # A user-defined name of the dns authorization. DnsAuthorization names must be
456
- # unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`.
458
+ # Identifier. A user-defined name of the dns authorization. DnsAuthorization
459
+ # names must be unique globally and match pattern `projects/*/locations/*/
460
+ # dnsAuthorizations/*`.
457
461
  # Corresponds to the JSON property `name`
458
462
  # @return [String]
459
463
  attr_accessor :name
460
464
 
461
- # Immutable. Type of DnsAuthorization. If unset during resource creation the
462
- # following default will be used: - in location global: FIXED_RECORD.
465
+ # Optional. Immutable. Type of DnsAuthorization. If unset during resource
466
+ # creation the following default will be used: - in location `global`:
467
+ # FIXED_RECORD, - in other locations: PER_PROJECT_RECORD.
463
468
  # Corresponds to the JSON property `type`
464
469
  # @return [String]
465
470
  attr_accessor :type
@@ -921,20 +926,20 @@ module Google
921
926
  # @return [Array<Google::Apis::CertificatemanagerV1::AuthorizationAttemptInfo>]
922
927
  attr_accessor :authorization_attempt_info
923
928
 
924
- # Immutable. Authorizations that will be used for performing domain
929
+ # Optional. Immutable. Authorizations that will be used for performing domain
925
930
  # authorization.
926
931
  # Corresponds to the JSON property `dnsAuthorizations`
927
932
  # @return [Array<String>]
928
933
  attr_accessor :dns_authorizations
929
934
 
930
- # Immutable. The domains for which a managed SSL certificate will be generated.
931
- # Wildcard domains are only supported with DNS challenge resolution.
935
+ # Optional. Immutable. The domains for which a managed SSL certificate will be
936
+ # generated. Wildcard domains are only supported with DNS challenge resolution.
932
937
  # Corresponds to the JSON property `domains`
933
938
  # @return [Array<String>]
934
939
  attr_accessor :domains
935
940
 
936
- # Immutable. The resource name for a CertificateIssuanceConfig used to configure
937
- # private PKI certificates in the format `projects/*/locations/*/
941
+ # Optional. Immutable. The resource name for a CertificateIssuanceConfig used to
942
+ # configure private PKI certificates in the format `projects/*/locations/*/
938
943
  # certificateIssuanceConfigs/*`. If this field is not set, the certificates will
939
944
  # instead be publicly signed as documented at https://cloud.google.com/load-
940
945
  # balancing/docs/ssl-certificates/google-managed-certs#caa.
@@ -1120,13 +1125,13 @@ module Google
1120
1125
  class SelfManagedCertificate
1121
1126
  include Google::Apis::Core::Hashable
1122
1127
 
1123
- # Input only. The PEM-encoded certificate chain. Leaf certificate comes first,
1124
- # followed by intermediate ones if any.
1128
+ # Optional. Input only. The PEM-encoded certificate chain. Leaf certificate
1129
+ # comes first, followed by intermediate ones if any.
1125
1130
  # Corresponds to the JSON property `pemCertificate`
1126
1131
  # @return [String]
1127
1132
  attr_accessor :pem_certificate
1128
1133
 
1129
- # Input only. The PEM-encoded private key of the leaf certificate.
1134
+ # Optional. Input only. The PEM-encoded private key of the leaf certificate.
1130
1135
  # Corresponds to the JSON property `pemPrivateKey`
1131
1136
  # @return [String]
1132
1137
  attr_accessor :pem_private_key
@@ -1218,7 +1223,7 @@ module Google
1218
1223
  # @return [String]
1219
1224
  attr_accessor :create_time
1220
1225
 
1221
- # One or more paragraphs of text description of a TrustConfig.
1226
+ # Optional. One or more paragraphs of text description of a TrustConfig.
1222
1227
  # Corresponds to the JSON property `description`
1223
1228
  # @return [String]
1224
1229
  attr_accessor :description
@@ -1230,21 +1235,21 @@ module Google
1230
1235
  # @return [String]
1231
1236
  attr_accessor :etag
1232
1237
 
1233
- # Set of labels associated with a TrustConfig.
1238
+ # Optional. Set of labels associated with a TrustConfig.
1234
1239
  # Corresponds to the JSON property `labels`
1235
1240
  # @return [Hash<String,String>]
1236
1241
  attr_accessor :labels
1237
1242
 
1238
- # A user-defined name of the trust config. TrustConfig names must be unique
1239
- # globally and match pattern `projects/*/locations/*/trustConfigs/*`.
1243
+ # Identifier. A user-defined name of the trust config. TrustConfig names must be
1244
+ # unique globally and match pattern `projects/*/locations/*/trustConfigs/*`.
1240
1245
  # Corresponds to the JSON property `name`
1241
1246
  # @return [String]
1242
1247
  attr_accessor :name
1243
1248
 
1244
- # Set of trust stores to perform validation against. This field is supported
1245
- # when TrustConfig is configured with Load Balancers, currently not supported
1246
- # for SPIFFE certificate validation. Only one TrustStore specified is currently
1247
- # allowed.
1249
+ # Optional. Set of trust stores to perform validation against. This field is
1250
+ # supported when TrustConfig is configured with Load Balancers, currently not
1251
+ # supported for SPIFFE certificate validation. Only one TrustStore specified is
1252
+ # currently allowed.
1248
1253
  # Corresponds to the JSON property `trustStores`
1249
1254
  # @return [Array<Google::Apis::CertificatemanagerV1::TrustStore>]
1250
1255
  attr_accessor :trust_stores
@@ -1275,15 +1280,15 @@ module Google
1275
1280
  class TrustStore
1276
1281
  include Google::Apis::Core::Hashable
1277
1282
 
1278
- # Set of intermediate CA certificates used for the path building phase of chain
1279
- # validation. The field is currently not supported if TrustConfig is used for
1280
- # the workload certificate feature.
1283
+ # Optional. Set of intermediate CA certificates used for the path building phase
1284
+ # of chain validation. The field is currently not supported if TrustConfig is
1285
+ # used for the workload certificate feature.
1281
1286
  # Corresponds to the JSON property `intermediateCas`
1282
1287
  # @return [Array<Google::Apis::CertificatemanagerV1::IntermediateCa>]
1283
1288
  attr_accessor :intermediate_cas
1284
1289
 
1285
- # List of Trust Anchors to be used while performing validation against a given
1286
- # TrustStore.
1290
+ # Optional. List of Trust Anchors to be used while performing validation against
1291
+ # a given TrustStore.
1287
1292
  # Corresponds to the JSON property `trustAnchors`
1288
1293
  # @return [Array<Google::Apis::CertificatemanagerV1::TrustAnchor>]
1289
1294
  attr_accessor :trust_anchors
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CertificatemanagerV1
18
18
  # Version of the google-apis-certificatemanager_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240417"
25
+ REVISION = "20240729"
26
26
  end
27
27
  end
28
28
  end
@@ -228,18 +228,18 @@ module Google
228
228
  # Required. The project and location from which the certificate should be listed,
229
229
  # specified in the format `projects/*/locations/*`.
230
230
  # @param [String] filter
231
- # Filter expression to restrict the Certificates Configs returned.
231
+ # Optional. Filter expression to restrict the Certificates Configs returned.
232
232
  # @param [String] order_by
233
- # A list of Certificate Config field names used to specify the order of the
234
- # returned results. The default sorting order is ascending. To specify
233
+ # Optional. A list of Certificate Config field names used to specify the order
234
+ # of the returned results. The default sorting order is ascending. To specify
235
235
  # descending order for a field, add a suffix `" desc"`.
236
236
  # @param [Fixnum] page_size
237
- # Maximum number of certificate configs to return per call.
237
+ # Optional. Maximum number of certificate configs to return per call.
238
238
  # @param [String] page_token
239
- # The value returned by the last `ListCertificateIssuanceConfigsResponse`.
240
- # Indicates that this is a continuation of a prior `
241
- # ListCertificateIssuanceConfigs` call, and that the system should return the
242
- # next page of data.
239
+ # Optional. The value returned by the last `
240
+ # ListCertificateIssuanceConfigsResponse`. Indicates that this is a continuation
241
+ # of a prior `ListCertificateIssuanceConfigs` call, and that the system should
242
+ # return the next page of data.
243
243
  # @param [String] fields
244
244
  # Selector specifying which fields to include in a partial response.
245
245
  # @param [String] quota_user
@@ -271,6 +271,46 @@ module Google
271
271
  execute_or_queue_command(command, &block)
272
272
  end
273
273
 
274
+ # Updates a CertificateIssuanceConfig.
275
+ # @param [String] name
276
+ # Identifier. A user-defined name of the certificate issuance config.
277
+ # CertificateIssuanceConfig names must be unique globally and match pattern `
278
+ # projects/*/locations/*/certificateIssuanceConfigs/*`.
279
+ # @param [Google::Apis::CertificatemanagerV1::CertificateIssuanceConfig] certificate_issuance_config_object
280
+ # @param [String] update_mask
281
+ # Required. The update mask applies to the resource. For the `FieldMask`
282
+ # definition, see https://developers.google.com/protocol-buffers/docs/reference/
283
+ # google.protobuf#fieldmask.
284
+ # @param [String] fields
285
+ # Selector specifying which fields to include in a partial response.
286
+ # @param [String] quota_user
287
+ # Available to use for quota purposes for server-side applications. Can be any
288
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
289
+ # @param [Google::Apis::RequestOptions] options
290
+ # Request-specific options
291
+ #
292
+ # @yield [result, err] Result & error if block supplied
293
+ # @yieldparam result [Google::Apis::CertificatemanagerV1::Operation] parsed result object
294
+ # @yieldparam err [StandardError] error object if request failed
295
+ #
296
+ # @return [Google::Apis::CertificatemanagerV1::Operation]
297
+ #
298
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
299
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
300
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
301
+ def patch_project_location_certificate_issuance_config(name, certificate_issuance_config_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
302
+ command = make_simple_command(:patch, 'v1/{+name}', options)
303
+ command.request_representation = Google::Apis::CertificatemanagerV1::CertificateIssuanceConfig::Representation
304
+ command.request_object = certificate_issuance_config_object
305
+ command.response_representation = Google::Apis::CertificatemanagerV1::Operation::Representation
306
+ command.response_class = Google::Apis::CertificatemanagerV1::Operation
307
+ command.params['name'] = name unless name.nil?
308
+ command.query['updateMask'] = update_mask unless update_mask.nil?
309
+ command.query['fields'] = fields unless fields.nil?
310
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
311
+ execute_or_queue_command(command, &block)
312
+ end
313
+
274
314
  # Creates a new CertificateMap in a given project and location.
275
315
  # @param [String] parent
276
316
  # Required. The parent resource of the certificate map. Must be in the format `
@@ -377,17 +417,17 @@ module Google
377
417
  # Required. The project and location from which the certificate maps should be
378
418
  # listed, specified in the format `projects/*/locations/*`.
379
419
  # @param [String] filter
380
- # Filter expression to restrict the Certificates Maps returned.
420
+ # Optional. Filter expression to restrict the Certificates Maps returned.
381
421
  # @param [String] order_by
382
- # A list of Certificate Map field names used to specify the order of the
383
- # returned results. The default sorting order is ascending. To specify
422
+ # Optional. A list of Certificate Map field names used to specify the order of
423
+ # the returned results. The default sorting order is ascending. To specify
384
424
  # descending order for a field, add a suffix `" desc"`.
385
425
  # @param [Fixnum] page_size
386
- # Maximum number of certificate maps to return per call.
426
+ # Optional. Maximum number of certificate maps to return per call.
387
427
  # @param [String] page_token
388
- # The value returned by the last `ListCertificateMapsResponse`. Indicates that
389
- # this is a continuation of a prior `ListCertificateMaps` call, and that the
390
- # system should return the next page of data.
428
+ # Optional. The value returned by the last `ListCertificateMapsResponse`.
429
+ # Indicates that this is a continuation of a prior `ListCertificateMaps` call,
430
+ # and that the system should return the next page of data.
391
431
  # @param [String] fields
392
432
  # Selector specifying which fields to include in a partial response.
393
433
  # @param [String] quota_user
@@ -421,8 +461,9 @@ module Google
421
461
 
422
462
  # Updates a CertificateMap.
423
463
  # @param [String] name
424
- # A user-defined name of the Certificate Map. Certificate Map names must be
425
- # unique globally and match pattern `projects/*/locations/*/certificateMaps/*`.
464
+ # Identifier. A user-defined name of the Certificate Map. Certificate Map names
465
+ # must be unique globally and match pattern `projects/*/locations/*/
466
+ # certificateMaps/*`.
426
467
  # @param [Google::Apis::CertificatemanagerV1::CertificateMap] certificate_map_object
427
468
  # @param [String] update_mask
428
469
  # Required. The update mask applies to the resource. For the `FieldMask`
@@ -563,20 +604,20 @@ module Google
563
604
  # map entries should be listed, specified in the format `projects/*/locations/*/
564
605
  # certificateMaps/*`.
565
606
  # @param [String] filter
566
- # Filter expression to restrict the returned Certificate Map Entries.
607
+ # Optional. Filter expression to restrict the returned Certificate Map Entries.
567
608
  # @param [String] order_by
568
- # A list of Certificate Map Entry field names used to specify the order of the
569
- # returned results. The default sorting order is ascending. To specify
570
- # descending order for a field, add a suffix `" desc"`.
609
+ # Optional. A list of Certificate Map Entry field names used to specify the
610
+ # order of the returned results. The default sorting order is ascending. To
611
+ # specify descending order for a field, add a suffix `" desc"`.
571
612
  # @param [Fixnum] page_size
572
- # Maximum number of certificate map entries to return. The service may return
573
- # fewer than this value. If unspecified, at most 50 certificate map entries will
574
- # be returned. The maximum value is 1000; values above 1000 will be coerced to
575
- # 1000.
613
+ # Optional. Maximum number of certificate map entries to return. The service may
614
+ # return fewer than this value. If unspecified, at most 50 certificate map
615
+ # entries will be returned. The maximum value is 1000; values above 1000 will be
616
+ # coerced to 1000.
576
617
  # @param [String] page_token
577
- # The value returned by the last `ListCertificateMapEntriesResponse`. Indicates
578
- # that this is a continuation of a prior `ListCertificateMapEntries` call, and
579
- # that the system should return the next page of data.
618
+ # Optional. The value returned by the last `ListCertificateMapEntriesResponse`.
619
+ # Indicates that this is a continuation of a prior `ListCertificateMapEntries`
620
+ # call, and that the system should return the next page of data.
580
621
  # @param [String] fields
581
622
  # Selector specifying which fields to include in a partial response.
582
623
  # @param [String] quota_user
@@ -610,8 +651,8 @@ module Google
610
651
 
611
652
  # Updates a CertificateMapEntry.
612
653
  # @param [String] name
613
- # A user-defined name of the Certificate Map Entry. Certificate Map Entry names
614
- # must be unique globally and match pattern `projects/*/locations/*/
654
+ # Identifier. A user-defined name of the Certificate Map Entry. Certificate Map
655
+ # Entry names must be unique globally and match pattern `projects/*/locations/*/
615
656
  # certificateMaps/*/certificateMapEntries/*`.
616
657
  # @param [Google::Apis::CertificatemanagerV1::CertificateMapEntry] certificate_map_entry_object
617
658
  # @param [String] update_mask
@@ -752,17 +793,17 @@ module Google
752
793
  # Required. The project and location from which the certificate should be listed,
753
794
  # specified in the format `projects/*/locations/*`.
754
795
  # @param [String] filter
755
- # Filter expression to restrict the Certificates returned.
796
+ # Optional. Filter expression to restrict the Certificates returned.
756
797
  # @param [String] order_by
757
- # A list of Certificate field names used to specify the order of the returned
758
- # results. The default sorting order is ascending. To specify descending order
759
- # for a field, add a suffix `" desc"`.
798
+ # Optional. A list of Certificate field names used to specify the order of the
799
+ # returned results. The default sorting order is ascending. To specify
800
+ # descending order for a field, add a suffix `" desc"`.
760
801
  # @param [Fixnum] page_size
761
- # Maximum number of certificates to return per call.
802
+ # Optional. Maximum number of certificates to return per call.
762
803
  # @param [String] page_token
763
- # The value returned by the last `ListCertificatesResponse`. Indicates that this
764
- # is a continuation of a prior `ListCertificates` call, and that the system
765
- # should return the next page of data.
804
+ # Optional. The value returned by the last `ListCertificatesResponse`. Indicates
805
+ # that this is a continuation of a prior `ListCertificates` call, and that the
806
+ # system should return the next page of data.
766
807
  # @param [String] fields
767
808
  # Selector specifying which fields to include in a partial response.
768
809
  # @param [String] quota_user
@@ -796,8 +837,8 @@ module Google
796
837
 
797
838
  # Updates a Certificate.
798
839
  # @param [String] name
799
- # A user-defined name of the certificate. Certificate names must be unique
800
- # globally and match pattern `projects/*/locations/*/certificates/*`.
840
+ # Identifier. A user-defined name of the certificate. Certificate names must be
841
+ # unique globally and match pattern `projects/*/locations/*/certificates/*`.
801
842
  # @param [Google::Apis::CertificatemanagerV1::Certificate] certificate_object
802
843
  # @param [String] update_mask
803
844
  # Required. The update mask applies to the resource. For the `FieldMask`
@@ -937,17 +978,17 @@ module Google
937
978
  # Required. The project and location from which the dns authorizations should be
938
979
  # listed, specified in the format `projects/*/locations/*`.
939
980
  # @param [String] filter
940
- # Filter expression to restrict the Dns Authorizations returned.
981
+ # Optional. Filter expression to restrict the Dns Authorizations returned.
941
982
  # @param [String] order_by
942
- # A list of Dns Authorization field names used to specify the order of the
943
- # returned results. The default sorting order is ascending. To specify
983
+ # Optional. A list of Dns Authorization field names used to specify the order of
984
+ # the returned results. The default sorting order is ascending. To specify
944
985
  # descending order for a field, add a suffix `" desc"`.
945
986
  # @param [Fixnum] page_size
946
- # Maximum number of dns authorizations to return per call.
987
+ # Optional. Maximum number of dns authorizations to return per call.
947
988
  # @param [String] page_token
948
- # The value returned by the last `ListDnsAuthorizationsResponse`. Indicates that
949
- # this is a continuation of a prior `ListDnsAuthorizations` call, and that the
950
- # system should return the next page of data.
989
+ # Optional. The value returned by the last `ListDnsAuthorizationsResponse`.
990
+ # Indicates that this is a continuation of a prior `ListDnsAuthorizations` call,
991
+ # and that the system should return the next page of data.
951
992
  # @param [String] fields
952
993
  # Selector specifying which fields to include in a partial response.
953
994
  # @param [String] quota_user
@@ -981,8 +1022,9 @@ module Google
981
1022
 
982
1023
  # Updates a DnsAuthorization.
983
1024
  # @param [String] name
984
- # A user-defined name of the dns authorization. DnsAuthorization names must be
985
- # unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`.
1025
+ # Identifier. A user-defined name of the dns authorization. DnsAuthorization
1026
+ # names must be unique globally and match pattern `projects/*/locations/*/
1027
+ # dnsAuthorizations/*`.
986
1028
  # @param [Google::Apis::CertificatemanagerV1::DnsAuthorization] dns_authorization_object
987
1029
  # @param [String] update_mask
988
1030
  # Required. The update mask applies to the resource. For the `FieldMask`
@@ -1205,9 +1247,9 @@ module Google
1205
1247
  # Required. A name of the TrustConfig to delete. Must be in the format `projects/
1206
1248
  # */locations/*/trustConfigs/*`.
1207
1249
  # @param [String] etag
1208
- # The current etag of the TrustConfig. If an etag is provided and does not match
1209
- # the current etag of the resource, deletion will be blocked and an ABORTED
1210
- # error will be returned.
1250
+ # Optional. The current etag of the TrustConfig. If an etag is provided and does
1251
+ # not match the current etag of the resource, deletion will be blocked and an
1252
+ # ABORTED error will be returned.
1211
1253
  # @param [String] fields
1212
1254
  # Selector specifying which fields to include in a partial response.
1213
1255
  # @param [String] quota_user
@@ -1272,17 +1314,17 @@ module Google
1272
1314
  # Required. The project and location from which the TrustConfigs should be
1273
1315
  # listed, specified in the format `projects/*/locations/*`.
1274
1316
  # @param [String] filter
1275
- # Filter expression to restrict the TrustConfigs returned.
1317
+ # Optional. Filter expression to restrict the TrustConfigs returned.
1276
1318
  # @param [String] order_by
1277
- # A list of TrustConfig field names used to specify the order of the returned
1278
- # results. The default sorting order is ascending. To specify descending order
1279
- # for a field, add a suffix `" desc"`.
1319
+ # Optional. A list of TrustConfig field names used to specify the order of the
1320
+ # returned results. The default sorting order is ascending. To specify
1321
+ # descending order for a field, add a suffix `" desc"`.
1280
1322
  # @param [Fixnum] page_size
1281
- # Maximum number of TrustConfigs to return per call.
1323
+ # Optional. Maximum number of TrustConfigs to return per call.
1282
1324
  # @param [String] page_token
1283
- # The value returned by the last `ListTrustConfigsResponse`. Indicates that this
1284
- # is a continuation of a prior `ListTrustConfigs` call, and that the system
1285
- # should return the next page of data.
1325
+ # Optional. The value returned by the last `ListTrustConfigsResponse`. Indicates
1326
+ # that this is a continuation of a prior `ListTrustConfigs` call, and that the
1327
+ # system should return the next page of data.
1286
1328
  # @param [String] fields
1287
1329
  # Selector specifying which fields to include in a partial response.
1288
1330
  # @param [String] quota_user
@@ -1316,8 +1358,8 @@ module Google
1316
1358
 
1317
1359
  # Updates a TrustConfig.
1318
1360
  # @param [String] name
1319
- # A user-defined name of the trust config. TrustConfig names must be unique
1320
- # globally and match pattern `projects/*/locations/*/trustConfigs/*`.
1361
+ # Identifier. A user-defined name of the trust config. TrustConfig names must be
1362
+ # unique globally and match pattern `projects/*/locations/*/trustConfigs/*`.
1321
1363
  # @param [Google::Apis::CertificatemanagerV1::TrustConfig] trust_config_object
1322
1364
  # @param [String] update_mask
1323
1365
  # Required. The update mask applies to the resource. For the `FieldMask`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-certificatemanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-08-11 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/main/generated/google-apis-certificatemanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-certificatemanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []