@maxim_mazurok/gapi.client.certificatemanager-v1 0.0.20231103 → 0.0.20231206

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.
package/index.d.ts CHANGED
@@ -9,2634 +9,1775 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://certificatemanager.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20231103
12
+ // Revision: 20231206
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
- /** Load Certificate Manager API v1 */
18
- function load(urlOrObject: "https://certificatemanager.googleapis.com/$discovery/rest?version=v1"): Promise<void>;
19
- /** @deprecated Please load APIs with discovery documents. */
20
- function load(name: "certificatemanager", version: "v1"): Promise<void>;
21
- /** @deprecated Please load APIs with discovery documents. */
22
- function load(name: "certificatemanager", version: "v1", callback: () => any): void;
17
+ /** Load Certificate Manager API v1 */
18
+ function load(
19
+ urlOrObject: 'https://certificatemanager.googleapis.com/$discovery/rest?version=v1'
20
+ ): Promise<void>;
21
+ /** @deprecated Please load APIs with discovery documents. */
22
+ function load(name: 'certificatemanager', version: 'v1'): Promise<void>;
23
+ /** @deprecated Please load APIs with discovery documents. */
24
+ function load(
25
+ name: 'certificatemanager',
26
+ version: 'v1',
27
+ callback: () => any
28
+ ): void;
23
29
 
24
- namespace certificatemanager {
25
- interface AuthorizationAttemptInfo {
26
- /**
27
- * Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use
28
- * FailureReason enum.
29
- */
30
- details?:
31
- string;
32
- /** Domain name of the authorization attempt. */
33
- domain?:
34
- string;
35
- /** Output only. Reason for failure of the authorization attempt for the domain. */
36
- failureReason?:
37
- string;
38
- /** Output only. State of the domain for managed certificate issuance. */
39
- state?:
40
- string;
41
- }
42
- // tslint:disable-next-line:no-empty-interface
43
- interface CancelOperationRequest {
44
- }
45
- interface Certificate {
46
- /** Output only. The creation timestamp of a Certificate. */
47
- createTime?:
48
- string;
49
- /** One or more paragraphs of text description of a certificate. */
50
- description?:
51
- string;
52
- /** Output only. The expiry timestamp of a Certificate. */
53
- expireTime?:
54
- string;
55
- /** Set of labels associated with a Certificate. */
56
- labels?:
57
- { [P in string]: string };
58
- /** If set, contains configuration and state of a managed certificate. */
59
- managed?:
60
- ManagedCertificate;
61
- /** A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*‍/locations/*‍/certificates/*`. */
62
- name?:
63
- string;
64
- /** Output only. The PEM-encoded certificate chain. */
65
- pemCertificate?:
66
- string;
67
- /**
68
- * Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6). Managed certificates that haven't been provisioned yet have
69
- * this field populated with a value of the managed.domains field.
70
- */
71
- sanDnsnames?:
72
- string[];
73
- /** Immutable. The scope of the certificate. */
74
- scope?:
75
- string;
76
- /** If set, defines data of a self-managed certificate. */
77
- selfManaged?:
78
- SelfManagedCertificate;
79
- /** Output only. The last update timestamp of a Certificate. */
80
- updateTime?:
81
- string;
82
- }
83
- interface CertificateAuthorityConfig {
84
- /** Defines a CertificateAuthorityServiceConfig. */
85
- certificateAuthorityServiceConfig?:
86
- CertificateAuthorityServiceConfig;
87
- }
88
- interface CertificateAuthorityServiceConfig {
89
- /**
90
- * Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form
91
- * "projects/{project}/locations/{location}/caPools/{ca_pool}".
92
- */
93
- caPool?:
94
- string;
95
- }
96
- interface CertificateIssuanceConfig {
97
- /** Required. The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc. */
98
- certificateAuthorityConfig?:
99
- CertificateAuthorityConfig;
100
- /** Output only. The creation timestamp of a CertificateIssuanceConfig. */
101
- createTime?:
102
- string;
103
- /** One or more paragraphs of text description of a CertificateIssuanceConfig. */
104
- description?:
105
- string;
106
- /** Required. The key algorithm to use when generating the private key. */
107
- keyAlgorithm?:
108
- string;
109
- /** Set of labels associated with a CertificateIssuanceConfig. */
110
- labels?:
111
- { [P in string]: string };
112
- /** Required. Workload certificate lifetime requested. */
113
- lifetime?:
114
- string;
115
- /**
116
- * A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern
117
- * `projects/*‍/locations/*‍/certificateIssuanceConfigs/*`.
118
- */
119
- name?:
120
- string;
121
- /** Required. Specifies the percentage of elapsed time of the certificate lifetime to wait before renewing the certificate. Must be a number between 1-99, inclusive. */
122
- rotationWindowPercentage?:
123
- number;
124
- /** Output only. The last update timestamp of a CertificateIssuanceConfig. */
125
- updateTime?:
126
- string;
127
- }
128
- interface CertificateMap {
129
- /** Output only. The creation timestamp of a Certificate Map. */
130
- createTime?:
131
- string;
132
- /** One or more paragraphs of text description of a certificate map. */
133
- description?:
134
- string;
135
- /** Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule. */
136
- gclbTargets?:
137
- GclbTarget[];
138
- /** Set of labels associated with a Certificate Map. */
139
- labels?:
140
- { [P in string]: string };
141
- /** A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateMaps/*`. */
142
- name?:
143
- string;
144
- /** Output only. The update timestamp of a Certificate Map. */
145
- updateTime?:
146
- string;
147
- }
148
- interface CertificateMapEntry {
149
- /**
150
- * A set of Certificates defines for the given `hostname`. There can be defined up to four certificates in each Certificate Map Entry. Each certificate must match pattern
151
- * `projects/*‍/locations/*‍/certificates/*`.
152
- */
153
- certificates?:
154
- string[];
155
- /** Output only. The creation timestamp of a Certificate Map Entry. */
156
- createTime?:
157
- string;
158
- /** One or more paragraphs of text description of a certificate map entry. */
159
- description?:
160
- string;
161
- /**
162
- * A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression (`*.example.com`) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for
163
- * selecting a proper certificate.
164
- */
165
- hostname?:
166
- string;
167
- /** Set of labels associated with a Certificate Map Entry. */
168
- labels?:
169
- { [P in string]: string };
170
- /** A predefined matcher for particular cases, other than SNI selection. */
171
- matcher?:
172
- string;
173
- /**
174
- * A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern
175
- * `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`.
176
- */
177
- name?:
178
- string;
179
- /** Output only. A serving state of this Certificate Map Entry. */
180
- state?:
181
- string;
182
- /** Output only. The update timestamp of a Certificate Map Entry. */
183
- updateTime?:
184
- string;
185
- }
186
- interface DnsAuthorization {
187
- /** Output only. The creation timestamp of a DnsAuthorization. */
188
- createTime?:
189
- string;
190
- /** One or more paragraphs of text description of a DnsAuthorization. */
191
- description?:
192
- string;
193
- /** Output only. DNS Resource Record that needs to be added to DNS configuration. */
194
- dnsResourceRecord?:
195
- DnsResourceRecord;
196
- /**
197
- * Required. Immutable. A domain that is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for `example.com` can be used to
198
- * issue certificates for `example.com` and `*.example.com`.
199
- */
200
- domain?:
201
- string;
202
- /** Set of labels associated with a DnsAuthorization. */
203
- labels?:
204
- { [P in string]: string };
205
- /** A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
206
- name?:
207
- string;
208
- /** Output only. The last update timestamp of a DnsAuthorization. */
209
- updateTime?:
210
- string;
211
- }
212
- interface DnsResourceRecord {
213
- /** Output only. Data of the DNS Resource Record. */
214
- data?:
215
- string;
216
- /** Output only. Fully qualified name of the DNS Resource Record. e.g. `_acme-challenge.example.com` */
217
- name?:
218
- string;
219
- /** Output only. Type of the DNS Resource Record. Currently always set to "CNAME". */
220
- type?:
221
- string;
222
- }
223
- // tslint:disable-next-line:no-empty-interface
224
- interface Empty {
225
- }
226
- interface GclbTarget {
227
- /** Output only. IP configurations for this Target Proxy where the Certificate Map is serving. */
228
- ipConfigs?:
229
- IpConfig[];
230
- /** Output only. This field returns the resource name in the following format: `//compute.googleapis.com/projects/*‍/global/targetHttpsProxies/*`. */
231
- targetHttpsProxy?:
232
- string;
233
- /** Output only. This field returns the resource name in the following format: `//compute.googleapis.com/projects/*‍/global/targetSslProxies/*`. */
234
- targetSslProxy?:
235
- string;
236
- }
237
- interface IntermediateCA {
238
- /** PEM intermediate certificate used for building up paths for validation. Each certificate provided in PEM format may occupy up to 5kB. */
239
- pemCertificate?:
240
- string;
241
- }
242
- interface IpConfig {
243
- /** Output only. An external IP address. */
244
- ipAddress?:
245
- string;
246
- /** Output only. Ports. */
247
- ports?:
248
- number[];
249
- }
250
- interface ListCertificateIssuanceConfigsResponse {
251
- /** A list of certificate configs for the parent resource. */
252
- certificateIssuanceConfigs?:
253
- CertificateIssuanceConfig[];
254
- /**
255
- * If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of
256
- * `next_page_token` as `page_token`.
257
- */
258
- nextPageToken?:
259
- string;
260
- /** Locations that could not be reached. */
261
- unreachable?:
262
- string[];
263
- }
264
- interface ListCertificateMapEntriesResponse {
265
- /** A list of certificate map entries for the parent resource. */
266
- certificateMapEntries?:
267
- CertificateMapEntry[];
268
- /**
269
- * If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of
270
- * `next_page_token` as `page_token`.
271
- */
272
- nextPageToken?:
273
- string;
274
- /** Locations that could not be reached. */
275
- unreachable?:
276
- string[];
277
- }
278
- interface ListCertificateMapsResponse {
279
- /** A list of certificate maps for the parent resource. */
280
- certificateMaps?:
281
- CertificateMap[];
282
- /**
283
- * If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of
284
- * `next_page_token` as `page_token`.
285
- */
286
- nextPageToken?:
287
- string;
288
- /** Locations that could not be reached. */
289
- unreachable?:
290
- string[];
291
- }
292
- interface ListCertificatesResponse {
293
- /** A list of certificates for the parent resource. */
294
- certificates?:
295
- Certificate[];
296
- /**
297
- * If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of
298
- * `next_page_token` as `page_token`.
299
- */
300
- nextPageToken?:
301
- string;
302
- /** A list of locations that could not be reached. */
303
- unreachable?:
304
- string[];
305
- }
306
- interface ListDnsAuthorizationsResponse {
307
- /** A list of dns authorizations for the parent resource. */
308
- dnsAuthorizations?:
309
- DnsAuthorization[];
310
- /**
311
- * If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of
312
- * `next_page_token` as `page_token`.
313
- */
314
- nextPageToken?:
315
- string;
316
- /** Locations that could not be reached. */
317
- unreachable?:
318
- string[];
319
- }
320
- interface ListLocationsResponse {
321
- /** A list of locations that matches the specified filter in the request. */
322
- locations?:
323
- Location[];
324
- /** The standard List next-page token. */
325
- nextPageToken?:
326
- string;
327
- }
328
- interface ListOperationsResponse {
329
- /** The standard List next-page token. */
330
- nextPageToken?:
331
- string;
332
- /** A list of operations that matches the specified filter in the request. */
333
- operations?:
334
- Operation[];
335
- }
336
- interface ListTrustConfigsResponse {
337
- /**
338
- * If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of
339
- * `next_page_token` as `page_token`.
340
- */
341
- nextPageToken?:
342
- string;
343
- /** A list of TrustConfigs for the parent resource. */
344
- trustConfigs?:
345
- TrustConfig[];
346
- /** Locations that could not be reached. */
347
- unreachable?:
348
- string[];
349
- }
350
- interface Location {
351
- /** The friendly name for this location, typically a nearby city name. For example, "Tokyo". */
352
- displayName?:
353
- string;
354
- /** Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} */
355
- labels?:
356
- { [P in string]: string };
357
- /** The canonical id for this location. For example: `"us-east1"`. */
358
- locationId?:
359
- string;
360
- /** Service-specific metadata. For example the available capacity at the given location. */
361
- metadata?:
362
- { [P in string]: any };
363
- /** Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"` */
364
- name?:
365
- string;
366
- }
367
- interface ManagedCertificate {
368
- /** Output only. Detailed state of the latest authorization attempt for each domain specified for managed certificate resource. */
369
- authorizationAttemptInfo?:
370
- AuthorizationAttemptInfo[];
371
- /** Immutable. Authorizations that will be used for performing domain authorization. */
372
- dnsAuthorizations?:
373
- string[];
374
- /** Immutable. The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution. */
375
- domains?:
376
- string[];
377
- /**
378
- * Immutable. The resource name for a CertificateIssuanceConfig used to configure private PKI certificates in the format `projects/*‍/locations/*‍/certificateIssuanceConfigs/*`. If
379
- * this field is not set, the certificates will instead be publicly signed as documented at https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
380
- */
381
- issuanceConfig?:
382
- string;
383
- /** Output only. Information about issues with provisioning a Managed Certificate. */
384
- provisioningIssue?:
385
- ProvisioningIssue;
386
- /** Output only. State of the managed certificate resource. */
387
- state?:
388
- string;
389
- }
390
- interface Operation {
391
- /** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
392
- done?:
393
- boolean;
394
- /** The error result of the operation in case of failure or cancellation. */
395
- error?:
396
- Status;
397
- /**
398
- * Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such
399
- * metadata. Any method that returns a long-running operation should document the metadata type, if any.
400
- */
401
- metadata?:
402
- { [P in string]: any };
403
- /**
404
- * The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending
405
- * with `operations/{unique_id}`.
406
- */
407
- name?:
408
- string;
409
- /**
410
- * The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original
411
- * method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original
412
- * method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
413
- */
414
- response?:
415
- { [P in string]: any };
416
- }
417
- interface OperationMetadata {
418
- /** API version used to start the operation. */
419
- apiVersion?:
420
- string;
421
- /** The time the operation was created. */
422
- createTime?:
423
- string;
424
- /** The time the operation finished running. */
425
- endTime?:
426
- string;
427
- /**
428
- * Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of
429
- * 1, corresponding to `Code.CANCELLED`.
430
- */
431
- requestedCancellation?:
432
- boolean;
433
- /** Human-readable status of the operation, if any. */
434
- statusMessage?:
435
- string;
436
- /** Server-defined resource path for the target of the operation. */
437
- target?:
438
- string;
439
- /** Name of the verb executed by the operation. */
440
- verb?:
441
- string;
442
- }
443
- interface ProvisioningIssue {
444
- /** Output only. Human readable explanation about the issue. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum. */
445
- details?:
446
- string;
447
- /** Output only. Reason for provisioning failures. */
448
- reason?:
449
- string;
450
- }
451
- interface SelfManagedCertificate {
452
- /** Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any. */
453
- pemCertificate?:
454
- string;
455
- /** Input only. The PEM-encoded private key of the leaf certificate. */
456
- pemPrivateKey?:
457
- string;
458
- }
459
- interface Status {
460
- /** The status code, which should be an enum value of google.rpc.Code. */
461
- code?:
462
- number;
463
- /** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
464
- details?:
465
- Array<{ [P in string]: any }>;
466
- /**
467
- * A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the
468
- * client.
469
- */
470
- message?:
471
- string;
472
- }
473
- interface TrustAnchor {
474
- /** PEM root certificate of the PKI used for validation. Each certificate provided in PEM format may occupy up to 5kB. */
475
- pemCertificate?:
476
- string;
477
- }
478
- interface TrustConfig {
479
- /** Output only. The creation timestamp of a TrustConfig. */
480
- createTime?:
481
- string;
482
- /** One or more paragraphs of text description of a TrustConfig. */
483
- description?:
484
- string;
485
- /**
486
- * This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before
487
- * proceeding.
488
- */
489
- etag?:
490
- string;
491
- /** Set of labels associated with a TrustConfig. */
492
- labels?:
493
- { [P in string]: string };
494
- /** A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*‍/locations/*‍/trustConfigs/*`. */
495
- name?:
496
- string;
497
- /**
498
- * Set of trust stores to perform validation against. This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate
499
- * validation. Only one TrustStore specified is currently allowed.
500
- */
501
- trustStores?:
502
- TrustStore[];
503
- /** Output only. The last update timestamp of a TrustConfig. */
504
- updateTime?:
505
- string;
506
- }
507
- interface TrustStore {
508
- /**
509
- * Set of intermediate CA certificates used for the path building phase of chain validation. The field is currently not supported if TrustConfig is used for the workload certificate
510
- * feature.
511
- */
512
- intermediateCas?:
513
- IntermediateCA[];
514
- /** List of Trust Anchors to be used while performing validation against a given TrustStore. */
515
- trustAnchors?:
516
- TrustAnchor[];
517
- }
518
- interface CertificateIssuanceConfigsResource {
519
- /** Creates a new CertificateIssuanceConfig in a given project and location. */
520
- create(request: {
521
- /** V1 error format. */
522
- "$.xgafv"?:
523
- string;
524
- /** OAuth access token. */
525
- access_token?:
526
- string;
527
- /** Data format for response. */
528
- alt?:
529
- string;
530
- /** JSONP */
531
- callback?:
532
- string;
533
- /** Required. A user-provided name of the certificate config. */
534
- certificateIssuanceConfigId?:
535
- string;
536
- /** Selector specifying which fields to include in a partial response. */
537
- fields?:
538
- string;
539
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
540
- key?:
541
- string;
542
- /** OAuth 2.0 token for the current user. */
543
- oauth_token?:
544
- string;
545
- /** Required. The parent resource of the certificate issuance config. Must be in the format `projects/*‍/locations/*`. */
546
- parent:
547
- string;
548
- /** Returns response with indentations and line breaks. */
549
- prettyPrint?:
550
- boolean;
551
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
552
- quotaUser?:
553
- string;
554
- /** Upload protocol for media (e.g. "raw", "multipart"). */
555
- upload_protocol?:
556
- string;
557
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
558
- uploadType?:
559
- string;
560
- /** Request body */
561
- resource:
562
- CertificateIssuanceConfig;
563
- }): Request<Operation>;
564
- create(request: {
565
- /** V1 error format. */
566
- "$.xgafv"?:
567
- string;
568
- /** OAuth access token. */
569
- access_token?:
570
- string;
571
- /** Data format for response. */
572
- alt?:
573
- string;
574
- /** JSONP */
575
- callback?:
576
- string;
577
- /** Required. A user-provided name of the certificate config. */
578
- certificateIssuanceConfigId?:
579
- string;
580
- /** Selector specifying which fields to include in a partial response. */
581
- fields?:
582
- string;
583
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
584
- key?:
585
- string;
586
- /** OAuth 2.0 token for the current user. */
587
- oauth_token?:
588
- string;
589
- /** Required. The parent resource of the certificate issuance config. Must be in the format `projects/*‍/locations/*`. */
590
- parent:
591
- string;
592
- /** Returns response with indentations and line breaks. */
593
- prettyPrint?:
594
- boolean;
595
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
596
- quotaUser?:
597
- string;
598
- /** Upload protocol for media (e.g. "raw", "multipart"). */
599
- upload_protocol?:
600
- string;
601
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
602
- uploadType?:
603
- string;
604
- },
605
- body: CertificateIssuanceConfig): Request<Operation>;
606
- /** Deletes a single CertificateIssuanceConfig. */
607
- delete(request?: {
608
- /** V1 error format. */
609
- "$.xgafv"?:
610
- string;
611
- /** OAuth access token. */
612
- access_token?:
613
- string;
614
- /** Data format for response. */
615
- alt?:
616
- string;
617
- /** JSONP */
618
- callback?:
619
- string;
620
- /** Selector specifying which fields to include in a partial response. */
621
- fields?:
622
- string;
623
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
624
- key?:
625
- string;
626
- /** Required. A name of the certificate issuance config to delete. Must be in the format `projects/*‍/locations/*‍/certificateIssuanceConfigs/*`. */
627
- name:
628
- string;
629
- /** OAuth 2.0 token for the current user. */
630
- oauth_token?:
631
- string;
632
- /** Returns response with indentations and line breaks. */
633
- prettyPrint?:
634
- boolean;
635
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
636
- quotaUser?:
637
- string;
638
- /** Upload protocol for media (e.g. "raw", "multipart"). */
639
- upload_protocol?:
640
- string;
641
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
642
- uploadType?:
643
- string;
644
- }): Request<Operation>;
645
- /** Gets details of a single CertificateIssuanceConfig. */
646
- get(request?: {
647
- /** V1 error format. */
648
- "$.xgafv"?:
649
- string;
650
- /** OAuth access token. */
651
- access_token?:
652
- string;
653
- /** Data format for response. */
654
- alt?:
655
- string;
656
- /** JSONP */
657
- callback?:
658
- string;
659
- /** Selector specifying which fields to include in a partial response. */
660
- fields?:
661
- string;
662
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
663
- key?:
664
- string;
665
- /** Required. A name of the certificate issuance config to describe. Must be in the format `projects/*‍/locations/*‍/certificateIssuanceConfigs/*`. */
666
- name:
667
- string;
668
- /** OAuth 2.0 token for the current user. */
669
- oauth_token?:
670
- string;
671
- /** Returns response with indentations and line breaks. */
672
- prettyPrint?:
673
- boolean;
674
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
675
- quotaUser?:
676
- string;
677
- /** Upload protocol for media (e.g. "raw", "multipart"). */
678
- upload_protocol?:
679
- string;
680
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
681
- uploadType?:
682
- string;
683
- }): Request<CertificateIssuanceConfig>;
684
- /** Lists CertificateIssuanceConfigs in a given project and location. */
685
- list(request?: {
686
- /** V1 error format. */
687
- "$.xgafv"?:
688
- string;
689
- /** OAuth access token. */
690
- access_token?:
691
- string;
692
- /** Data format for response. */
693
- alt?:
694
- string;
695
- /** JSONP */
696
- callback?:
697
- string;
698
- /** Selector specifying which fields to include in a partial response. */
699
- fields?:
700
- string;
701
- /** Filter expression to restrict the Certificates Configs returned. */
702
- filter?:
703
- string;
704
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
705
- key?:
706
- string;
707
- /** OAuth 2.0 token for the current user. */
708
- oauth_token?:
709
- string;
710
- /**
711
- * A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add
712
- * a suffix " desc".
713
- */
714
- orderBy?:
715
- string;
716
- /** Maximum number of certificate configs to return per call. */
717
- pageSize?:
718
- number;
719
- /**
720
- * The value returned by the last `ListCertificateIssuanceConfigsResponse`. Indicates that this is a continuation of a prior `ListCertificateIssuanceConfigs` call, and that the
721
- * system should return the next page of data.
722
- */
723
- pageToken?:
724
- string;
725
- /** Required. The project and location from which the certificate should be listed, specified in the format `projects/*‍/locations/*`. */
726
- parent:
727
- string;
728
- /** Returns response with indentations and line breaks. */
729
- prettyPrint?:
730
- boolean;
731
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
732
- quotaUser?:
733
- string;
734
- /** Upload protocol for media (e.g. "raw", "multipart"). */
735
- upload_protocol?:
736
- string;
737
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
738
- uploadType?:
739
- string;
740
- }): Request<ListCertificateIssuanceConfigsResponse>;
741
- }
742
- interface CertificateMapEntriesResource {
743
- /** Creates a new CertificateMapEntry in a given project and location. */
744
- create(request: {
745
- /** V1 error format. */
746
- "$.xgafv"?:
747
- string;
748
- /** OAuth access token. */
749
- access_token?:
750
- string;
751
- /** Data format for response. */
752
- alt?:
753
- string;
754
- /** JSONP */
755
- callback?:
756
- string;
757
- /** Required. A user-provided name of the certificate map entry. */
758
- certificateMapEntryId?:
759
- string;
760
- /** Selector specifying which fields to include in a partial response. */
761
- fields?:
762
- string;
763
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
764
- key?:
765
- string;
766
- /** OAuth 2.0 token for the current user. */
767
- oauth_token?:
768
- string;
769
- /** Required. The parent resource of the certificate map entry. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*`. */
770
- parent:
771
- string;
772
- /** Returns response with indentations and line breaks. */
773
- prettyPrint?:
774
- boolean;
775
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
776
- quotaUser?:
777
- string;
778
- /** Upload protocol for media (e.g. "raw", "multipart"). */
779
- upload_protocol?:
780
- string;
781
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
782
- uploadType?:
783
- string;
784
- /** Request body */
785
- resource:
786
- CertificateMapEntry;
787
- }): Request<Operation>;
788
- create(request: {
789
- /** V1 error format. */
790
- "$.xgafv"?:
791
- string;
792
- /** OAuth access token. */
793
- access_token?:
794
- string;
795
- /** Data format for response. */
796
- alt?:
797
- string;
798
- /** JSONP */
799
- callback?:
800
- string;
801
- /** Required. A user-provided name of the certificate map entry. */
802
- certificateMapEntryId?:
803
- string;
804
- /** Selector specifying which fields to include in a partial response. */
805
- fields?:
806
- string;
807
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
808
- key?:
809
- string;
810
- /** OAuth 2.0 token for the current user. */
811
- oauth_token?:
812
- string;
813
- /** Required. The parent resource of the certificate map entry. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*`. */
814
- parent:
815
- string;
816
- /** Returns response with indentations and line breaks. */
817
- prettyPrint?:
818
- boolean;
819
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
820
- quotaUser?:
821
- string;
822
- /** Upload protocol for media (e.g. "raw", "multipart"). */
823
- upload_protocol?:
824
- string;
825
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
826
- uploadType?:
827
- string;
828
- },
829
- body: CertificateMapEntry): Request<Operation>;
830
- /** Deletes a single CertificateMapEntry. */
831
- delete(request?: {
832
- /** V1 error format. */
833
- "$.xgafv"?:
834
- string;
835
- /** OAuth access token. */
836
- access_token?:
837
- string;
838
- /** Data format for response. */
839
- alt?:
840
- string;
841
- /** JSONP */
842
- callback?:
843
- string;
844
- /** Selector specifying which fields to include in a partial response. */
845
- fields?:
846
- string;
847
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
848
- key?:
849
- string;
850
- /** Required. A name of the certificate map entry to delete. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`. */
851
- name:
852
- string;
853
- /** OAuth 2.0 token for the current user. */
854
- oauth_token?:
855
- string;
856
- /** Returns response with indentations and line breaks. */
857
- prettyPrint?:
858
- boolean;
859
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
860
- quotaUser?:
861
- string;
862
- /** Upload protocol for media (e.g. "raw", "multipart"). */
863
- upload_protocol?:
864
- string;
865
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
866
- uploadType?:
867
- string;
868
- }): Request<Operation>;
869
- /** Gets details of a single CertificateMapEntry. */
870
- get(request?: {
871
- /** V1 error format. */
872
- "$.xgafv"?:
873
- string;
874
- /** OAuth access token. */
875
- access_token?:
876
- string;
877
- /** Data format for response. */
878
- alt?:
879
- string;
880
- /** JSONP */
881
- callback?:
882
- string;
883
- /** Selector specifying which fields to include in a partial response. */
884
- fields?:
885
- string;
886
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
887
- key?:
888
- string;
889
- /** Required. A name of the certificate map entry to describe. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`. */
890
- name:
891
- string;
892
- /** OAuth 2.0 token for the current user. */
893
- oauth_token?:
894
- string;
895
- /** Returns response with indentations and line breaks. */
896
- prettyPrint?:
897
- boolean;
898
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
899
- quotaUser?:
900
- string;
901
- /** Upload protocol for media (e.g. "raw", "multipart"). */
902
- upload_protocol?:
903
- string;
904
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
905
- uploadType?:
906
- string;
907
- }): Request<CertificateMapEntry>;
908
- /** Lists CertificateMapEntries in a given project and location. */
909
- list(request?: {
910
- /** V1 error format. */
911
- "$.xgafv"?:
912
- string;
913
- /** OAuth access token. */
914
- access_token?:
915
- string;
916
- /** Data format for response. */
917
- alt?:
918
- string;
919
- /** JSONP */
920
- callback?:
921
- string;
922
- /** Selector specifying which fields to include in a partial response. */
923
- fields?:
924
- string;
925
- /** Filter expression to restrict the returned Certificate Map Entries. */
926
- filter?:
927
- string;
928
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
929
- key?:
930
- string;
931
- /** OAuth 2.0 token for the current user. */
932
- oauth_token?:
933
- string;
934
- /**
935
- * A list of Certificate Map Entry field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field,
936
- * add a suffix " desc".
937
- */
938
- orderBy?:
939
- string;
940
- /**
941
- * Maximum number of certificate map entries to return. The service may return fewer than this value. If unspecified, at most 50 certificate map entries will be returned. The
942
- * maximum value is 1000; values above 1000 will be coerced to 1000.
943
- */
944
- pageSize?:
945
- number;
946
- /**
947
- * The value returned by the last `ListCertificateMapEntriesResponse`. Indicates that this is a continuation of a prior `ListCertificateMapEntries` call, and that the system should
948
- * return the next page of data.
949
- */
950
- pageToken?:
951
- string;
952
- /**
953
- * Required. The project, location and certificate map from which the certificate map entries should be listed, specified in the format
954
- * `projects/*‍/locations/*‍/certificateMaps/*`.
955
- */
956
- parent:
957
- string;
958
- /** Returns response with indentations and line breaks. */
959
- prettyPrint?:
960
- boolean;
961
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
962
- quotaUser?:
963
- string;
964
- /** Upload protocol for media (e.g. "raw", "multipart"). */
965
- upload_protocol?:
966
- string;
967
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
968
- uploadType?:
969
- string;
970
- }): Request<ListCertificateMapEntriesResponse>;
971
- /** Updates a CertificateMapEntry. */
972
- patch(request: {
973
- /** V1 error format. */
974
- "$.xgafv"?:
975
- string;
976
- /** OAuth access token. */
977
- access_token?:
978
- string;
979
- /** Data format for response. */
980
- alt?:
981
- string;
982
- /** JSONP */
983
- callback?:
984
- string;
985
- /** Selector specifying which fields to include in a partial response. */
986
- fields?:
987
- string;
988
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
989
- key?:
990
- string;
991
- /**
992
- * A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern
993
- * `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`.
994
- */
995
- name:
996
- string;
997
- /** OAuth 2.0 token for the current user. */
998
- oauth_token?:
999
- string;
1000
- /** Returns response with indentations and line breaks. */
1001
- prettyPrint?:
1002
- boolean;
1003
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1004
- quotaUser?:
1005
- string;
1006
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1007
- updateMask?:
1008
- string;
1009
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1010
- upload_protocol?:
1011
- string;
1012
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1013
- uploadType?:
1014
- string;
1015
- /** Request body */
1016
- resource:
1017
- CertificateMapEntry;
1018
- }): Request<Operation>;
1019
- patch(request: {
1020
- /** V1 error format. */
1021
- "$.xgafv"?:
1022
- string;
1023
- /** OAuth access token. */
1024
- access_token?:
1025
- string;
1026
- /** Data format for response. */
1027
- alt?:
1028
- string;
1029
- /** JSONP */
1030
- callback?:
1031
- string;
1032
- /** Selector specifying which fields to include in a partial response. */
1033
- fields?:
1034
- string;
1035
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1036
- key?:
1037
- string;
1038
- /**
1039
- * A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern
1040
- * `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`.
1041
- */
1042
- name:
1043
- string;
1044
- /** OAuth 2.0 token for the current user. */
1045
- oauth_token?:
1046
- string;
1047
- /** Returns response with indentations and line breaks. */
1048
- prettyPrint?:
1049
- boolean;
1050
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1051
- quotaUser?:
1052
- string;
1053
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1054
- updateMask?:
1055
- string;
1056
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1057
- upload_protocol?:
1058
- string;
1059
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1060
- uploadType?:
1061
- string;
1062
- },
1063
- body: CertificateMapEntry): Request<Operation>;
1064
- }
1065
- interface CertificateMapsResource {
1066
- /** Creates a new CertificateMap in a given project and location. */
1067
- create(request: {
1068
- /** V1 error format. */
1069
- "$.xgafv"?:
1070
- string;
1071
- /** OAuth access token. */
1072
- access_token?:
1073
- string;
1074
- /** Data format for response. */
1075
- alt?:
1076
- string;
1077
- /** JSONP */
1078
- callback?:
1079
- string;
1080
- /** Required. A user-provided name of the certificate map. */
1081
- certificateMapId?:
1082
- string;
1083
- /** Selector specifying which fields to include in a partial response. */
1084
- fields?:
1085
- string;
1086
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1087
- key?:
1088
- string;
1089
- /** OAuth 2.0 token for the current user. */
1090
- oauth_token?:
1091
- string;
1092
- /** Required. The parent resource of the certificate map. Must be in the format `projects/*‍/locations/*`. */
1093
- parent:
1094
- string;
1095
- /** Returns response with indentations and line breaks. */
1096
- prettyPrint?:
1097
- boolean;
1098
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1099
- quotaUser?:
1100
- string;
1101
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1102
- upload_protocol?:
1103
- string;
1104
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1105
- uploadType?:
1106
- string;
1107
- /** Request body */
1108
- resource:
1109
- CertificateMap;
1110
- }): Request<Operation>;
1111
- create(request: {
1112
- /** V1 error format. */
1113
- "$.xgafv"?:
1114
- string;
1115
- /** OAuth access token. */
1116
- access_token?:
1117
- string;
1118
- /** Data format for response. */
1119
- alt?:
1120
- string;
1121
- /** JSONP */
1122
- callback?:
1123
- string;
1124
- /** Required. A user-provided name of the certificate map. */
1125
- certificateMapId?:
1126
- string;
1127
- /** Selector specifying which fields to include in a partial response. */
1128
- fields?:
1129
- string;
1130
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1131
- key?:
1132
- string;
1133
- /** OAuth 2.0 token for the current user. */
1134
- oauth_token?:
1135
- string;
1136
- /** Required. The parent resource of the certificate map. Must be in the format `projects/*‍/locations/*`. */
1137
- parent:
1138
- string;
1139
- /** Returns response with indentations and line breaks. */
1140
- prettyPrint?:
1141
- boolean;
1142
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1143
- quotaUser?:
1144
- string;
1145
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1146
- upload_protocol?:
1147
- string;
1148
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1149
- uploadType?:
1150
- string;
1151
- },
1152
- body: CertificateMap): Request<Operation>;
1153
- /** Deletes a single CertificateMap. A Certificate Map can't be deleted if it contains Certificate Map Entries. Remove all the entries from the map before calling this method. */
1154
- delete(request?: {
1155
- /** V1 error format. */
1156
- "$.xgafv"?:
1157
- string;
1158
- /** OAuth access token. */
1159
- access_token?:
1160
- string;
1161
- /** Data format for response. */
1162
- alt?:
1163
- string;
1164
- /** JSONP */
1165
- callback?:
1166
- string;
1167
- /** Selector specifying which fields to include in a partial response. */
1168
- fields?:
1169
- string;
1170
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1171
- key?:
1172
- string;
1173
- /** Required. A name of the certificate map to delete. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*`. */
1174
- name:
1175
- string;
1176
- /** OAuth 2.0 token for the current user. */
1177
- oauth_token?:
1178
- string;
1179
- /** Returns response with indentations and line breaks. */
1180
- prettyPrint?:
1181
- boolean;
1182
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1183
- quotaUser?:
1184
- string;
1185
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1186
- upload_protocol?:
1187
- string;
1188
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1189
- uploadType?:
1190
- string;
1191
- }): Request<Operation>;
1192
- /** Gets details of a single CertificateMap. */
1193
- get(request?: {
1194
- /** V1 error format. */
1195
- "$.xgafv"?:
1196
- string;
1197
- /** OAuth access token. */
1198
- access_token?:
1199
- string;
1200
- /** Data format for response. */
1201
- alt?:
1202
- string;
1203
- /** JSONP */
1204
- callback?:
1205
- string;
1206
- /** Selector specifying which fields to include in a partial response. */
1207
- fields?:
1208
- string;
1209
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1210
- key?:
1211
- string;
1212
- /** Required. A name of the certificate map to describe. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*`. */
1213
- name:
1214
- string;
1215
- /** OAuth 2.0 token for the current user. */
1216
- oauth_token?:
1217
- string;
1218
- /** Returns response with indentations and line breaks. */
1219
- prettyPrint?:
1220
- boolean;
1221
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1222
- quotaUser?:
1223
- string;
1224
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1225
- upload_protocol?:
1226
- string;
1227
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1228
- uploadType?:
1229
- string;
1230
- }): Request<CertificateMap>;
1231
- /** Lists CertificateMaps in a given project and location. */
1232
- list(request?: {
1233
- /** V1 error format. */
1234
- "$.xgafv"?:
1235
- string;
1236
- /** OAuth access token. */
1237
- access_token?:
1238
- string;
1239
- /** Data format for response. */
1240
- alt?:
1241
- string;
1242
- /** JSONP */
1243
- callback?:
1244
- string;
1245
- /** Selector specifying which fields to include in a partial response. */
1246
- fields?:
1247
- string;
1248
- /** Filter expression to restrict the Certificates Maps returned. */
1249
- filter?:
1250
- string;
1251
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1252
- key?:
1253
- string;
1254
- /** OAuth 2.0 token for the current user. */
1255
- oauth_token?:
1256
- string;
1257
- /**
1258
- * A list of Certificate Map field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a
1259
- * suffix " desc".
1260
- */
1261
- orderBy?:
1262
- string;
1263
- /** Maximum number of certificate maps to return per call. */
1264
- pageSize?:
1265
- number;
1266
- /**
1267
- * The value returned by the last `ListCertificateMapsResponse`. Indicates that this is a continuation of a prior `ListCertificateMaps` call, and that the system should return the
1268
- * next page of data.
1269
- */
1270
- pageToken?:
1271
- string;
1272
- /** Required. The project and location from which the certificate maps should be listed, specified in the format `projects/*‍/locations/*`. */
1273
- parent:
1274
- string;
1275
- /** Returns response with indentations and line breaks. */
1276
- prettyPrint?:
1277
- boolean;
1278
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1279
- quotaUser?:
1280
- string;
1281
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1282
- upload_protocol?:
1283
- string;
1284
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1285
- uploadType?:
1286
- string;
1287
- }): Request<ListCertificateMapsResponse>;
1288
- /** Updates a CertificateMap. */
1289
- patch(request: {
1290
- /** V1 error format. */
1291
- "$.xgafv"?:
1292
- string;
1293
- /** OAuth access token. */
1294
- access_token?:
1295
- string;
1296
- /** Data format for response. */
1297
- alt?:
1298
- string;
1299
- /** JSONP */
1300
- callback?:
1301
- string;
1302
- /** Selector specifying which fields to include in a partial response. */
1303
- fields?:
1304
- string;
1305
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1306
- key?:
1307
- string;
1308
- /** A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateMaps/*`. */
1309
- name:
1310
- string;
1311
- /** OAuth 2.0 token for the current user. */
1312
- oauth_token?:
1313
- string;
1314
- /** Returns response with indentations and line breaks. */
1315
- prettyPrint?:
1316
- boolean;
1317
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1318
- quotaUser?:
1319
- string;
1320
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1321
- updateMask?:
1322
- string;
1323
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1324
- upload_protocol?:
1325
- string;
1326
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1327
- uploadType?:
1328
- string;
1329
- /** Request body */
1330
- resource:
1331
- CertificateMap;
1332
- }): Request<Operation>;
1333
- patch(request: {
1334
- /** V1 error format. */
1335
- "$.xgafv"?:
1336
- string;
1337
- /** OAuth access token. */
1338
- access_token?:
1339
- string;
1340
- /** Data format for response. */
1341
- alt?:
1342
- string;
1343
- /** JSONP */
1344
- callback?:
1345
- string;
1346
- /** Selector specifying which fields to include in a partial response. */
1347
- fields?:
1348
- string;
1349
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1350
- key?:
1351
- string;
1352
- /** A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateMaps/*`. */
1353
- name:
1354
- string;
1355
- /** OAuth 2.0 token for the current user. */
1356
- oauth_token?:
1357
- string;
1358
- /** Returns response with indentations and line breaks. */
1359
- prettyPrint?:
1360
- boolean;
1361
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1362
- quotaUser?:
1363
- string;
1364
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1365
- updateMask?:
1366
- string;
1367
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1368
- upload_protocol?:
1369
- string;
1370
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1371
- uploadType?:
1372
- string;
1373
- },
1374
- body: CertificateMap): Request<Operation>;
1375
- certificateMapEntries:
1376
- CertificateMapEntriesResource;
1377
- }
1378
- interface CertificatesResource {
1379
- /** Creates a new Certificate in a given project and location. */
1380
- create(request: {
1381
- /** V1 error format. */
1382
- "$.xgafv"?:
1383
- string;
1384
- /** OAuth access token. */
1385
- access_token?:
1386
- string;
1387
- /** Data format for response. */
1388
- alt?:
1389
- string;
1390
- /** JSONP */
1391
- callback?:
1392
- string;
1393
- /** Required. A user-provided name of the certificate. */
1394
- certificateId?:
1395
- string;
1396
- /** Selector specifying which fields to include in a partial response. */
1397
- fields?:
1398
- string;
1399
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1400
- key?:
1401
- string;
1402
- /** OAuth 2.0 token for the current user. */
1403
- oauth_token?:
1404
- string;
1405
- /** Required. The parent resource of the certificate. Must be in the format `projects/*‍/locations/*`. */
1406
- parent:
1407
- string;
1408
- /** Returns response with indentations and line breaks. */
1409
- prettyPrint?:
1410
- boolean;
1411
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1412
- quotaUser?:
1413
- string;
1414
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1415
- upload_protocol?:
1416
- string;
1417
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1418
- uploadType?:
1419
- string;
1420
- /** Request body */
1421
- resource:
1422
- Certificate;
1423
- }): Request<Operation>;
1424
- create(request: {
1425
- /** V1 error format. */
1426
- "$.xgafv"?:
1427
- string;
1428
- /** OAuth access token. */
1429
- access_token?:
1430
- string;
1431
- /** Data format for response. */
1432
- alt?:
1433
- string;
1434
- /** JSONP */
1435
- callback?:
1436
- string;
1437
- /** Required. A user-provided name of the certificate. */
1438
- certificateId?:
1439
- string;
1440
- /** Selector specifying which fields to include in a partial response. */
1441
- fields?:
1442
- string;
1443
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1444
- key?:
1445
- string;
1446
- /** OAuth 2.0 token for the current user. */
1447
- oauth_token?:
1448
- string;
1449
- /** Required. The parent resource of the certificate. Must be in the format `projects/*‍/locations/*`. */
1450
- parent:
1451
- string;
1452
- /** Returns response with indentations and line breaks. */
1453
- prettyPrint?:
1454
- boolean;
1455
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1456
- quotaUser?:
1457
- string;
1458
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1459
- upload_protocol?:
1460
- string;
1461
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1462
- uploadType?:
1463
- string;
1464
- },
1465
- body: Certificate): Request<Operation>;
1466
- /** Deletes a single Certificate. */
1467
- delete(request?: {
1468
- /** V1 error format. */
1469
- "$.xgafv"?:
1470
- string;
1471
- /** OAuth access token. */
1472
- access_token?:
1473
- string;
1474
- /** Data format for response. */
1475
- alt?:
1476
- string;
1477
- /** JSONP */
1478
- callback?:
1479
- string;
1480
- /** Selector specifying which fields to include in a partial response. */
1481
- fields?:
1482
- string;
1483
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1484
- key?:
1485
- string;
1486
- /** Required. A name of the certificate to delete. Must be in the format `projects/*‍/locations/*‍/certificates/*`. */
1487
- name:
1488
- string;
1489
- /** OAuth 2.0 token for the current user. */
1490
- oauth_token?:
1491
- string;
1492
- /** Returns response with indentations and line breaks. */
1493
- prettyPrint?:
1494
- boolean;
1495
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1496
- quotaUser?:
1497
- string;
1498
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1499
- upload_protocol?:
1500
- string;
1501
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1502
- uploadType?:
1503
- string;
1504
- }): Request<Operation>;
1505
- /** Gets details of a single Certificate. */
1506
- get(request?: {
1507
- /** V1 error format. */
1508
- "$.xgafv"?:
1509
- string;
1510
- /** OAuth access token. */
1511
- access_token?:
1512
- string;
1513
- /** Data format for response. */
1514
- alt?:
1515
- string;
1516
- /** JSONP */
1517
- callback?:
1518
- string;
1519
- /** Selector specifying which fields to include in a partial response. */
1520
- fields?:
1521
- string;
1522
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1523
- key?:
1524
- string;
1525
- /** Required. A name of the certificate to describe. Must be in the format `projects/*‍/locations/*‍/certificates/*`. */
1526
- name:
1527
- string;
1528
- /** OAuth 2.0 token for the current user. */
1529
- oauth_token?:
1530
- string;
1531
- /** Returns response with indentations and line breaks. */
1532
- prettyPrint?:
1533
- boolean;
1534
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1535
- quotaUser?:
1536
- string;
1537
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1538
- upload_protocol?:
1539
- string;
1540
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1541
- uploadType?:
1542
- string;
1543
- }): Request<Certificate>;
1544
- /** Lists Certificates in a given project and location. */
1545
- list(request?: {
1546
- /** V1 error format. */
1547
- "$.xgafv"?:
1548
- string;
1549
- /** OAuth access token. */
1550
- access_token?:
1551
- string;
1552
- /** Data format for response. */
1553
- alt?:
1554
- string;
1555
- /** JSONP */
1556
- callback?:
1557
- string;
1558
- /** Selector specifying which fields to include in a partial response. */
1559
- fields?:
1560
- string;
1561
- /** Filter expression to restrict the Certificates returned. */
1562
- filter?:
1563
- string;
1564
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1565
- key?:
1566
- string;
1567
- /** OAuth 2.0 token for the current user. */
1568
- oauth_token?:
1569
- string;
1570
- /**
1571
- * A list of Certificate field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a
1572
- * suffix " desc".
1573
- */
1574
- orderBy?:
1575
- string;
1576
- /** Maximum number of certificates to return per call. */
1577
- pageSize?:
1578
- number;
1579
- /**
1580
- * The value returned by the last `ListCertificatesResponse`. Indicates that this is a continuation of a prior `ListCertificates` call, and that the system should return the next
1581
- * page of data.
1582
- */
1583
- pageToken?:
1584
- string;
1585
- /** Required. The project and location from which the certificate should be listed, specified in the format `projects/*‍/locations/*`. */
1586
- parent:
1587
- string;
1588
- /** Returns response with indentations and line breaks. */
1589
- prettyPrint?:
1590
- boolean;
1591
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1592
- quotaUser?:
1593
- string;
1594
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1595
- upload_protocol?:
1596
- string;
1597
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1598
- uploadType?:
1599
- string;
1600
- }): Request<ListCertificatesResponse>;
1601
- /** Updates a Certificate. */
1602
- patch(request: {
1603
- /** V1 error format. */
1604
- "$.xgafv"?:
1605
- string;
1606
- /** OAuth access token. */
1607
- access_token?:
1608
- string;
1609
- /** Data format for response. */
1610
- alt?:
1611
- string;
1612
- /** JSONP */
1613
- callback?:
1614
- string;
1615
- /** Selector specifying which fields to include in a partial response. */
1616
- fields?:
1617
- string;
1618
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1619
- key?:
1620
- string;
1621
- /** A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*‍/locations/*‍/certificates/*`. */
1622
- name:
1623
- string;
1624
- /** OAuth 2.0 token for the current user. */
1625
- oauth_token?:
1626
- string;
1627
- /** Returns response with indentations and line breaks. */
1628
- prettyPrint?:
1629
- boolean;
1630
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1631
- quotaUser?:
1632
- string;
1633
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1634
- updateMask?:
1635
- string;
1636
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1637
- upload_protocol?:
1638
- string;
1639
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1640
- uploadType?:
1641
- string;
1642
- /** Request body */
1643
- resource:
1644
- Certificate;
1645
- }): Request<Operation>;
1646
- patch(request: {
1647
- /** V1 error format. */
1648
- "$.xgafv"?:
1649
- string;
1650
- /** OAuth access token. */
1651
- access_token?:
1652
- string;
1653
- /** Data format for response. */
1654
- alt?:
1655
- string;
1656
- /** JSONP */
1657
- callback?:
1658
- string;
1659
- /** Selector specifying which fields to include in a partial response. */
1660
- fields?:
1661
- string;
1662
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1663
- key?:
1664
- string;
1665
- /** A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*‍/locations/*‍/certificates/*`. */
1666
- name:
1667
- string;
1668
- /** OAuth 2.0 token for the current user. */
1669
- oauth_token?:
1670
- string;
1671
- /** Returns response with indentations and line breaks. */
1672
- prettyPrint?:
1673
- boolean;
1674
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1675
- quotaUser?:
1676
- string;
1677
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1678
- updateMask?:
1679
- string;
1680
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1681
- upload_protocol?:
1682
- string;
1683
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1684
- uploadType?:
1685
- string;
1686
- },
1687
- body: Certificate): Request<Operation>;
1688
- }
1689
- interface DnsAuthorizationsResource {
1690
- /** Creates a new DnsAuthorization in a given project and location. */
1691
- create(request: {
1692
- /** V1 error format. */
1693
- "$.xgafv"?:
1694
- string;
1695
- /** OAuth access token. */
1696
- access_token?:
1697
- string;
1698
- /** Data format for response. */
1699
- alt?:
1700
- string;
1701
- /** JSONP */
1702
- callback?:
1703
- string;
1704
- /** Required. A user-provided name of the dns authorization. */
1705
- dnsAuthorizationId?:
1706
- string;
1707
- /** Selector specifying which fields to include in a partial response. */
1708
- fields?:
1709
- string;
1710
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1711
- key?:
1712
- string;
1713
- /** OAuth 2.0 token for the current user. */
1714
- oauth_token?:
1715
- string;
1716
- /** Required. The parent resource of the dns authorization. Must be in the format `projects/*‍/locations/*`. */
1717
- parent:
1718
- string;
1719
- /** Returns response with indentations and line breaks. */
1720
- prettyPrint?:
1721
- boolean;
1722
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1723
- quotaUser?:
1724
- string;
1725
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1726
- upload_protocol?:
1727
- string;
1728
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1729
- uploadType?:
1730
- string;
1731
- /** Request body */
1732
- resource:
1733
- DnsAuthorization;
1734
- }): Request<Operation>;
1735
- create(request: {
1736
- /** V1 error format. */
1737
- "$.xgafv"?:
1738
- string;
1739
- /** OAuth access token. */
1740
- access_token?:
1741
- string;
1742
- /** Data format for response. */
1743
- alt?:
1744
- string;
1745
- /** JSONP */
1746
- callback?:
1747
- string;
1748
- /** Required. A user-provided name of the dns authorization. */
1749
- dnsAuthorizationId?:
1750
- string;
1751
- /** Selector specifying which fields to include in a partial response. */
1752
- fields?:
1753
- string;
1754
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1755
- key?:
1756
- string;
1757
- /** OAuth 2.0 token for the current user. */
1758
- oauth_token?:
1759
- string;
1760
- /** Required. The parent resource of the dns authorization. Must be in the format `projects/*‍/locations/*`. */
1761
- parent:
1762
- string;
1763
- /** Returns response with indentations and line breaks. */
1764
- prettyPrint?:
1765
- boolean;
1766
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1767
- quotaUser?:
1768
- string;
1769
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1770
- upload_protocol?:
1771
- string;
1772
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1773
- uploadType?:
1774
- string;
1775
- },
1776
- body: DnsAuthorization): Request<Operation>;
1777
- /** Deletes a single DnsAuthorization. */
1778
- delete(request?: {
1779
- /** V1 error format. */
1780
- "$.xgafv"?:
1781
- string;
1782
- /** OAuth access token. */
1783
- access_token?:
1784
- string;
1785
- /** Data format for response. */
1786
- alt?:
1787
- string;
1788
- /** JSONP */
1789
- callback?:
1790
- string;
1791
- /** Selector specifying which fields to include in a partial response. */
1792
- fields?:
1793
- string;
1794
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1795
- key?:
1796
- string;
1797
- /** Required. A name of the dns authorization to delete. Must be in the format `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
1798
- name:
1799
- string;
1800
- /** OAuth 2.0 token for the current user. */
1801
- oauth_token?:
1802
- string;
1803
- /** Returns response with indentations and line breaks. */
1804
- prettyPrint?:
1805
- boolean;
1806
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1807
- quotaUser?:
1808
- string;
1809
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1810
- upload_protocol?:
1811
- string;
1812
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1813
- uploadType?:
1814
- string;
1815
- }): Request<Operation>;
1816
- /** Gets details of a single DnsAuthorization. */
1817
- get(request?: {
1818
- /** V1 error format. */
1819
- "$.xgafv"?:
1820
- string;
1821
- /** OAuth access token. */
1822
- access_token?:
1823
- string;
1824
- /** Data format for response. */
1825
- alt?:
1826
- string;
1827
- /** JSONP */
1828
- callback?:
1829
- string;
1830
- /** Selector specifying which fields to include in a partial response. */
1831
- fields?:
1832
- string;
1833
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1834
- key?:
1835
- string;
1836
- /** Required. A name of the dns authorization to describe. Must be in the format `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
1837
- name:
1838
- string;
1839
- /** OAuth 2.0 token for the current user. */
1840
- oauth_token?:
1841
- string;
1842
- /** Returns response with indentations and line breaks. */
1843
- prettyPrint?:
1844
- boolean;
1845
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1846
- quotaUser?:
1847
- string;
1848
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1849
- upload_protocol?:
1850
- string;
1851
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1852
- uploadType?:
1853
- string;
1854
- }): Request<DnsAuthorization>;
1855
- /** Lists DnsAuthorizations in a given project and location. */
1856
- list(request?: {
1857
- /** V1 error format. */
1858
- "$.xgafv"?:
1859
- string;
1860
- /** OAuth access token. */
1861
- access_token?:
1862
- string;
1863
- /** Data format for response. */
1864
- alt?:
1865
- string;
1866
- /** JSONP */
1867
- callback?:
1868
- string;
1869
- /** Selector specifying which fields to include in a partial response. */
1870
- fields?:
1871
- string;
1872
- /** Filter expression to restrict the Dns Authorizations returned. */
1873
- filter?:
1874
- string;
1875
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1876
- key?:
1877
- string;
1878
- /** OAuth 2.0 token for the current user. */
1879
- oauth_token?:
1880
- string;
1881
- /**
1882
- * A list of Dns Authorization field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a
1883
- * suffix " desc".
1884
- */
1885
- orderBy?:
1886
- string;
1887
- /** Maximum number of dns authorizations to return per call. */
1888
- pageSize?:
1889
- number;
1890
- /**
1891
- * The value returned by the last `ListDnsAuthorizationsResponse`. Indicates that this is a continuation of a prior `ListDnsAuthorizations` call, and that the system should return
1892
- * the next page of data.
1893
- */
1894
- pageToken?:
1895
- string;
1896
- /** Required. The project and location from which the dns authorizations should be listed, specified in the format `projects/*‍/locations/*`. */
1897
- parent:
1898
- string;
1899
- /** Returns response with indentations and line breaks. */
1900
- prettyPrint?:
1901
- boolean;
1902
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1903
- quotaUser?:
1904
- string;
1905
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1906
- upload_protocol?:
1907
- string;
1908
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1909
- uploadType?:
1910
- string;
1911
- }): Request<ListDnsAuthorizationsResponse>;
1912
- /** Updates a DnsAuthorization. */
1913
- patch(request: {
1914
- /** V1 error format. */
1915
- "$.xgafv"?:
1916
- string;
1917
- /** OAuth access token. */
1918
- access_token?:
1919
- string;
1920
- /** Data format for response. */
1921
- alt?:
1922
- string;
1923
- /** JSONP */
1924
- callback?:
1925
- string;
1926
- /** Selector specifying which fields to include in a partial response. */
1927
- fields?:
1928
- string;
1929
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1930
- key?:
1931
- string;
1932
- /** A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
1933
- name:
1934
- string;
1935
- /** OAuth 2.0 token for the current user. */
1936
- oauth_token?:
1937
- string;
1938
- /** Returns response with indentations and line breaks. */
1939
- prettyPrint?:
1940
- boolean;
1941
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1942
- quotaUser?:
1943
- string;
1944
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1945
- updateMask?:
1946
- string;
1947
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1948
- upload_protocol?:
1949
- string;
1950
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1951
- uploadType?:
1952
- string;
1953
- /** Request body */
1954
- resource:
1955
- DnsAuthorization;
1956
- }): Request<Operation>;
1957
- patch(request: {
1958
- /** V1 error format. */
1959
- "$.xgafv"?:
1960
- string;
1961
- /** OAuth access token. */
1962
- access_token?:
1963
- string;
1964
- /** Data format for response. */
1965
- alt?:
1966
- string;
1967
- /** JSONP */
1968
- callback?:
1969
- string;
1970
- /** Selector specifying which fields to include in a partial response. */
1971
- fields?:
1972
- string;
1973
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1974
- key?:
1975
- string;
1976
- /** A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
1977
- name:
1978
- string;
1979
- /** OAuth 2.0 token for the current user. */
1980
- oauth_token?:
1981
- string;
1982
- /** Returns response with indentations and line breaks. */
1983
- prettyPrint?:
1984
- boolean;
1985
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1986
- quotaUser?:
1987
- string;
1988
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1989
- updateMask?:
1990
- string;
1991
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1992
- upload_protocol?:
1993
- string;
1994
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1995
- uploadType?:
1996
- string;
1997
- },
1998
- body: DnsAuthorization): Request<Operation>;
1999
- }
2000
- interface OperationsResource {
2001
- /**
2002
- * Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support
2003
- * this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the
2004
- * operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a
2005
- * google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
2006
- */
2007
- cancel(request: {
2008
- /** V1 error format. */
2009
- "$.xgafv"?:
2010
- string;
2011
- /** OAuth access token. */
2012
- access_token?:
2013
- string;
2014
- /** Data format for response. */
2015
- alt?:
2016
- string;
2017
- /** JSONP */
2018
- callback?:
2019
- string;
2020
- /** Selector specifying which fields to include in a partial response. */
2021
- fields?:
2022
- string;
2023
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2024
- key?:
2025
- string;
2026
- /** The name of the operation resource to be cancelled. */
2027
- name:
2028
- string;
2029
- /** OAuth 2.0 token for the current user. */
2030
- oauth_token?:
2031
- string;
2032
- /** Returns response with indentations and line breaks. */
2033
- prettyPrint?:
2034
- boolean;
2035
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2036
- quotaUser?:
2037
- string;
2038
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2039
- upload_protocol?:
2040
- string;
2041
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2042
- uploadType?:
2043
- string;
2044
- /** Request body */
2045
- resource:
2046
- CancelOperationRequest;
2047
- }): Request<{}>;
2048
- cancel(request: {
2049
- /** V1 error format. */
2050
- "$.xgafv"?:
2051
- string;
2052
- /** OAuth access token. */
2053
- access_token?:
2054
- string;
2055
- /** Data format for response. */
2056
- alt?:
2057
- string;
2058
- /** JSONP */
2059
- callback?:
2060
- string;
2061
- /** Selector specifying which fields to include in a partial response. */
2062
- fields?:
2063
- string;
2064
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2065
- key?:
2066
- string;
2067
- /** The name of the operation resource to be cancelled. */
2068
- name:
2069
- string;
2070
- /** OAuth 2.0 token for the current user. */
2071
- oauth_token?:
2072
- string;
2073
- /** Returns response with indentations and line breaks. */
2074
- prettyPrint?:
2075
- boolean;
2076
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2077
- quotaUser?:
2078
- string;
2079
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2080
- upload_protocol?:
2081
- string;
2082
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2083
- uploadType?:
2084
- string;
2085
- },
2086
- body: CancelOperationRequest): Request<{}>;
2087
- /**
2088
- * Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't
2089
- * support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
2090
- */
2091
- delete(request?: {
2092
- /** V1 error format. */
2093
- "$.xgafv"?:
2094
- string;
2095
- /** OAuth access token. */
2096
- access_token?:
2097
- string;
2098
- /** Data format for response. */
2099
- alt?:
2100
- string;
2101
- /** JSONP */
2102
- callback?:
2103
- string;
2104
- /** Selector specifying which fields to include in a partial response. */
2105
- fields?:
2106
- string;
2107
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2108
- key?:
2109
- string;
2110
- /** The name of the operation resource to be deleted. */
2111
- name:
2112
- string;
2113
- /** OAuth 2.0 token for the current user. */
2114
- oauth_token?:
2115
- string;
2116
- /** Returns response with indentations and line breaks. */
2117
- prettyPrint?:
2118
- boolean;
2119
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2120
- quotaUser?:
2121
- string;
2122
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2123
- upload_protocol?:
2124
- string;
2125
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2126
- uploadType?:
2127
- string;
2128
- }): Request<{}>;
2129
- /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
2130
- get(request?: {
2131
- /** V1 error format. */
2132
- "$.xgafv"?:
2133
- string;
2134
- /** OAuth access token. */
2135
- access_token?:
2136
- string;
2137
- /** Data format for response. */
2138
- alt?:
2139
- string;
2140
- /** JSONP */
2141
- callback?:
2142
- string;
2143
- /** Selector specifying which fields to include in a partial response. */
2144
- fields?:
2145
- string;
2146
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2147
- key?:
2148
- string;
2149
- /** The name of the operation resource. */
2150
- name:
2151
- string;
2152
- /** OAuth 2.0 token for the current user. */
2153
- oauth_token?:
2154
- string;
2155
- /** Returns response with indentations and line breaks. */
2156
- prettyPrint?:
2157
- boolean;
2158
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2159
- quotaUser?:
2160
- string;
2161
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2162
- upload_protocol?:
2163
- string;
2164
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2165
- uploadType?:
2166
- string;
2167
- }): Request<Operation>;
2168
- /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
2169
- list(request?: {
2170
- /** V1 error format. */
2171
- "$.xgafv"?:
2172
- string;
2173
- /** OAuth access token. */
2174
- access_token?:
2175
- string;
2176
- /** Data format for response. */
2177
- alt?:
2178
- string;
2179
- /** JSONP */
2180
- callback?:
2181
- string;
2182
- /** Selector specifying which fields to include in a partial response. */
2183
- fields?:
2184
- string;
2185
- /** The standard list filter. */
2186
- filter?:
2187
- string;
2188
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2189
- key?:
2190
- string;
2191
- /** The name of the operation's parent resource. */
2192
- name:
2193
- string;
2194
- /** OAuth 2.0 token for the current user. */
2195
- oauth_token?:
2196
- string;
2197
- /** The standard list page size. */
2198
- pageSize?:
2199
- number;
2200
- /** The standard list page token. */
2201
- pageToken?:
2202
- string;
2203
- /** Returns response with indentations and line breaks. */
2204
- prettyPrint?:
2205
- boolean;
2206
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2207
- quotaUser?:
2208
- string;
2209
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2210
- upload_protocol?:
2211
- string;
2212
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2213
- uploadType?:
2214
- string;
2215
- }): Request<ListOperationsResponse>;
2216
- }
2217
- interface TrustConfigsResource {
2218
- /** Creates a new TrustConfig in a given project and location. */
2219
- create(request: {
2220
- /** V1 error format. */
2221
- "$.xgafv"?:
2222
- string;
2223
- /** OAuth access token. */
2224
- access_token?:
2225
- string;
2226
- /** Data format for response. */
2227
- alt?:
2228
- string;
2229
- /** JSONP */
2230
- callback?:
2231
- string;
2232
- /** Selector specifying which fields to include in a partial response. */
2233
- fields?:
2234
- string;
2235
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2236
- key?:
2237
- string;
2238
- /** OAuth 2.0 token for the current user. */
2239
- oauth_token?:
2240
- string;
2241
- /** Required. The parent resource of the TrustConfig. Must be in the format `projects/*‍/locations/*`. */
2242
- parent:
2243
- string;
2244
- /** Returns response with indentations and line breaks. */
2245
- prettyPrint?:
2246
- boolean;
2247
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2248
- quotaUser?:
2249
- string;
2250
- /** Required. A user-provided name of the TrustConfig. Must match the regexp `[a-z0-9-]{1,63}`. */
2251
- trustConfigId?:
2252
- string;
2253
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2254
- upload_protocol?:
2255
- string;
2256
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2257
- uploadType?:
2258
- string;
2259
- /** Request body */
2260
- resource:
2261
- TrustConfig;
2262
- }): Request<Operation>;
2263
- create(request: {
2264
- /** V1 error format. */
2265
- "$.xgafv"?:
2266
- string;
2267
- /** OAuth access token. */
2268
- access_token?:
2269
- string;
2270
- /** Data format for response. */
2271
- alt?:
2272
- string;
2273
- /** JSONP */
2274
- callback?:
2275
- string;
2276
- /** Selector specifying which fields to include in a partial response. */
2277
- fields?:
2278
- string;
2279
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2280
- key?:
2281
- string;
2282
- /** OAuth 2.0 token for the current user. */
2283
- oauth_token?:
2284
- string;
2285
- /** Required. The parent resource of the TrustConfig. Must be in the format `projects/*‍/locations/*`. */
2286
- parent:
2287
- string;
2288
- /** Returns response with indentations and line breaks. */
2289
- prettyPrint?:
2290
- boolean;
2291
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2292
- quotaUser?:
2293
- string;
2294
- /** Required. A user-provided name of the TrustConfig. Must match the regexp `[a-z0-9-]{1,63}`. */
2295
- trustConfigId?:
2296
- string;
2297
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2298
- upload_protocol?:
2299
- string;
2300
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2301
- uploadType?:
2302
- string;
2303
- },
2304
- body: TrustConfig): Request<Operation>;
2305
- /** Deletes a single TrustConfig. */
2306
- delete(request?: {
2307
- /** V1 error format. */
2308
- "$.xgafv"?:
2309
- string;
2310
- /** OAuth access token. */
2311
- access_token?:
2312
- string;
2313
- /** Data format for response. */
2314
- alt?:
2315
- string;
2316
- /** JSONP */
2317
- callback?:
2318
- string;
2319
- /** The current etag of the TrustConfig. If an etag is provided and does not match the current etag of the resource, deletion will be blocked and an ABORTED error will be returned. */
2320
- etag?:
2321
- string;
2322
- /** Selector specifying which fields to include in a partial response. */
2323
- fields?:
2324
- string;
2325
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2326
- key?:
2327
- string;
2328
- /** Required. A name of the TrustConfig to delete. Must be in the format `projects/*‍/locations/*‍/trustConfigs/*`. */
2329
- name:
2330
- string;
2331
- /** OAuth 2.0 token for the current user. */
2332
- oauth_token?:
2333
- string;
2334
- /** Returns response with indentations and line breaks. */
2335
- prettyPrint?:
2336
- boolean;
2337
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2338
- quotaUser?:
2339
- string;
2340
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2341
- upload_protocol?:
2342
- string;
2343
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2344
- uploadType?:
2345
- string;
2346
- }): Request<Operation>;
2347
- /** Gets details of a single TrustConfig. */
2348
- get(request?: {
2349
- /** V1 error format. */
2350
- "$.xgafv"?:
2351
- string;
2352
- /** OAuth access token. */
2353
- access_token?:
2354
- string;
2355
- /** Data format for response. */
2356
- alt?:
2357
- string;
2358
- /** JSONP */
2359
- callback?:
2360
- string;
2361
- /** Selector specifying which fields to include in a partial response. */
2362
- fields?:
2363
- string;
2364
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2365
- key?:
2366
- string;
2367
- /** Required. A name of the TrustConfig to describe. Must be in the format `projects/*‍/locations/*‍/trustConfigs/*`. */
2368
- name:
2369
- string;
2370
- /** OAuth 2.0 token for the current user. */
2371
- oauth_token?:
2372
- string;
2373
- /** Returns response with indentations and line breaks. */
2374
- prettyPrint?:
2375
- boolean;
2376
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2377
- quotaUser?:
2378
- string;
2379
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2380
- upload_protocol?:
2381
- string;
2382
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2383
- uploadType?:
2384
- string;
2385
- }): Request<TrustConfig>;
2386
- /** Lists TrustConfigs in a given project and location. */
2387
- list(request?: {
2388
- /** V1 error format. */
2389
- "$.xgafv"?:
2390
- string;
2391
- /** OAuth access token. */
2392
- access_token?:
2393
- string;
2394
- /** Data format for response. */
2395
- alt?:
2396
- string;
2397
- /** JSONP */
2398
- callback?:
2399
- string;
2400
- /** Selector specifying which fields to include in a partial response. */
2401
- fields?:
2402
- string;
2403
- /** Filter expression to restrict the TrustConfigs returned. */
2404
- filter?:
2405
- string;
2406
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2407
- key?:
2408
- string;
2409
- /** OAuth 2.0 token for the current user. */
2410
- oauth_token?:
2411
- string;
2412
- /**
2413
- * A list of TrustConfig field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a
2414
- * suffix " desc".
2415
- */
2416
- orderBy?:
2417
- string;
2418
- /** Maximum number of TrustConfigs to return per call. */
2419
- pageSize?:
2420
- number;
2421
- /**
2422
- * The value returned by the last `ListTrustConfigsResponse`. Indicates that this is a continuation of a prior `ListTrustConfigs` call, and that the system should return the next
2423
- * page of data.
2424
- */
2425
- pageToken?:
2426
- string;
2427
- /** Required. The project and location from which the TrustConfigs should be listed, specified in the format `projects/*‍/locations/*`. */
2428
- parent:
2429
- string;
2430
- /** Returns response with indentations and line breaks. */
2431
- prettyPrint?:
2432
- boolean;
2433
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2434
- quotaUser?:
2435
- string;
2436
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2437
- upload_protocol?:
2438
- string;
2439
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2440
- uploadType?:
2441
- string;
2442
- }): Request<ListTrustConfigsResponse>;
2443
- /** Updates a TrustConfig. */
2444
- patch(request: {
2445
- /** V1 error format. */
2446
- "$.xgafv"?:
2447
- string;
2448
- /** OAuth access token. */
2449
- access_token?:
2450
- string;
2451
- /** Data format for response. */
2452
- alt?:
2453
- string;
2454
- /** JSONP */
2455
- callback?:
2456
- string;
2457
- /** Selector specifying which fields to include in a partial response. */
2458
- fields?:
2459
- string;
2460
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2461
- key?:
2462
- string;
2463
- /** A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*‍/locations/*‍/trustConfigs/*`. */
2464
- name:
2465
- string;
2466
- /** OAuth 2.0 token for the current user. */
2467
- oauth_token?:
2468
- string;
2469
- /** Returns response with indentations and line breaks. */
2470
- prettyPrint?:
2471
- boolean;
2472
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2473
- quotaUser?:
2474
- string;
2475
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
2476
- updateMask?:
2477
- string;
2478
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2479
- upload_protocol?:
2480
- string;
2481
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2482
- uploadType?:
2483
- string;
2484
- /** Request body */
2485
- resource:
2486
- TrustConfig;
2487
- }): Request<Operation>;
2488
- patch(request: {
2489
- /** V1 error format. */
2490
- "$.xgafv"?:
2491
- string;
2492
- /** OAuth access token. */
2493
- access_token?:
2494
- string;
2495
- /** Data format for response. */
2496
- alt?:
2497
- string;
2498
- /** JSONP */
2499
- callback?:
2500
- string;
2501
- /** Selector specifying which fields to include in a partial response. */
2502
- fields?:
2503
- string;
2504
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2505
- key?:
2506
- string;
2507
- /** A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*‍/locations/*‍/trustConfigs/*`. */
2508
- name:
2509
- string;
2510
- /** OAuth 2.0 token for the current user. */
2511
- oauth_token?:
2512
- string;
2513
- /** Returns response with indentations and line breaks. */
2514
- prettyPrint?:
2515
- boolean;
2516
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2517
- quotaUser?:
2518
- string;
2519
- /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
2520
- updateMask?:
2521
- string;
2522
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2523
- upload_protocol?:
2524
- string;
2525
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2526
- uploadType?:
2527
- string;
2528
- },
2529
- body: TrustConfig): Request<Operation>;
2530
- }
2531
- interface LocationsResource {
2532
- /** Gets information about a location. */
2533
- get(request?: {
2534
- /** V1 error format. */
2535
- "$.xgafv"?:
2536
- string;
2537
- /** OAuth access token. */
2538
- access_token?:
2539
- string;
2540
- /** Data format for response. */
2541
- alt?:
2542
- string;
2543
- /** JSONP */
2544
- callback?:
2545
- string;
2546
- /** Selector specifying which fields to include in a partial response. */
2547
- fields?:
2548
- string;
2549
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2550
- key?:
2551
- string;
2552
- /** Resource name for the location. */
2553
- name:
2554
- string;
2555
- /** OAuth 2.0 token for the current user. */
2556
- oauth_token?:
2557
- string;
2558
- /** Returns response with indentations and line breaks. */
2559
- prettyPrint?:
2560
- boolean;
2561
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2562
- quotaUser?:
2563
- string;
2564
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2565
- upload_protocol?:
2566
- string;
2567
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2568
- uploadType?:
2569
- string;
2570
- }): Request<Location>;
2571
- /** Lists information about the supported locations for this service. */
2572
- list(request?: {
2573
- /** V1 error format. */
2574
- "$.xgafv"?:
2575
- string;
2576
- /** OAuth access token. */
2577
- access_token?:
2578
- string;
2579
- /** Data format for response. */
2580
- alt?:
2581
- string;
2582
- /** JSONP */
2583
- callback?:
2584
- string;
2585
- /** Selector specifying which fields to include in a partial response. */
2586
- fields?:
2587
- string;
2588
- /**
2589
- * A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in
2590
- * [AIP-160](https://google.aip.dev/160).
2591
- */
2592
- filter?:
2593
- string;
2594
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2595
- key?:
2596
- string;
2597
- /** The resource that owns the locations collection, if applicable. */
2598
- name:
2599
- string;
2600
- /** OAuth 2.0 token for the current user. */
2601
- oauth_token?:
2602
- string;
2603
- /** The maximum number of results to return. If not set, the service selects a default. */
2604
- pageSize?:
2605
- number;
2606
- /** A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page. */
2607
- pageToken?:
2608
- string;
2609
- /** Returns response with indentations and line breaks. */
2610
- prettyPrint?:
2611
- boolean;
2612
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2613
- quotaUser?:
2614
- string;
2615
- /** Upload protocol for media (e.g. "raw", "multipart"). */
2616
- upload_protocol?:
2617
- string;
2618
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2619
- uploadType?:
2620
- string;
2621
- }): Request<ListLocationsResponse>;
2622
- certificateIssuanceConfigs:
2623
- CertificateIssuanceConfigsResource;
2624
- certificateMaps:
2625
- CertificateMapsResource;
2626
- certificates:
2627
- CertificatesResource;
2628
- dnsAuthorizations:
2629
- DnsAuthorizationsResource;
2630
- operations:
2631
- OperationsResource;
2632
- trustConfigs:
2633
- TrustConfigsResource;
2634
- }
2635
- interface ProjectsResource {
2636
- locations:
2637
- LocationsResource;
2638
- }
2639
-
2640
- const projects: ProjectsResource;
30
+ namespace certificatemanager {
31
+ interface AuthorizationAttemptInfo {
32
+ /** Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum. */
33
+ details?: string;
34
+ /** Domain name of the authorization attempt. */
35
+ domain?: string;
36
+ /** Output only. Reason for failure of the authorization attempt for the domain. */
37
+ failureReason?: string;
38
+ /** Output only. State of the domain for managed certificate issuance. */
39
+ state?: string;
40
+ }
41
+ interface CancelOperationRequest {}
42
+ interface Certificate {
43
+ /** Output only. The creation timestamp of a Certificate. */
44
+ createTime?: string;
45
+ /** One or more paragraphs of text description of a certificate. */
46
+ description?: string;
47
+ /** Output only. The expiry timestamp of a Certificate. */
48
+ expireTime?: string;
49
+ /** Set of labels associated with a Certificate. */
50
+ labels?: {[P in string]: string};
51
+ /** If set, contains configuration and state of a managed certificate. */
52
+ managed?: ManagedCertificate;
53
+ /** A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*‍/locations/*‍/certificates/*`. */
54
+ name?: string;
55
+ /** Output only. The PEM-encoded certificate chain. */
56
+ pemCertificate?: string;
57
+ /** Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6). Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field. */
58
+ sanDnsnames?: string[];
59
+ /** Immutable. The scope of the certificate. */
60
+ scope?: string;
61
+ /** If set, defines data of a self-managed certificate. */
62
+ selfManaged?: SelfManagedCertificate;
63
+ /** Output only. The last update timestamp of a Certificate. */
64
+ updateTime?: string;
65
+ }
66
+ interface CertificateAuthorityConfig {
67
+ /** Defines a CertificateAuthorityServiceConfig. */
68
+ certificateAuthorityServiceConfig?: CertificateAuthorityServiceConfig;
69
+ }
70
+ interface CertificateAuthorityServiceConfig {
71
+ /** Required. A CA pool resource used to issue a certificate. The CA pool string has a relative resource path following the form "projects/{project}/locations/{location}/caPools/{ca_pool}". */
72
+ caPool?: string;
73
+ }
74
+ interface CertificateIssuanceConfig {
75
+ /** Required. The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc. */
76
+ certificateAuthorityConfig?: CertificateAuthorityConfig;
77
+ /** Output only. The creation timestamp of a CertificateIssuanceConfig. */
78
+ createTime?: string;
79
+ /** One or more paragraphs of text description of a CertificateIssuanceConfig. */
80
+ description?: string;
81
+ /** Required. The key algorithm to use when generating the private key. */
82
+ keyAlgorithm?: string;
83
+ /** Set of labels associated with a CertificateIssuanceConfig. */
84
+ labels?: {[P in string]: string};
85
+ /** Required. Workload certificate lifetime requested. */
86
+ lifetime?: string;
87
+ /** A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateIssuanceConfigs/*`. */
88
+ name?: string;
89
+ /** Required. Specifies the percentage of elapsed time of the certificate lifetime to wait before renewing the certificate. Must be a number between 1-99, inclusive. */
90
+ rotationWindowPercentage?: number;
91
+ /** Output only. The last update timestamp of a CertificateIssuanceConfig. */
92
+ updateTime?: string;
93
+ }
94
+ interface CertificateMap {
95
+ /** Output only. The creation timestamp of a Certificate Map. */
96
+ createTime?: string;
97
+ /** One or more paragraphs of text description of a certificate map. */
98
+ description?: string;
99
+ /** Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule. */
100
+ gclbTargets?: GclbTarget[];
101
+ /** Set of labels associated with a Certificate Map. */
102
+ labels?: {[P in string]: string};
103
+ /** A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateMaps/*`. */
104
+ name?: string;
105
+ /** Output only. The update timestamp of a Certificate Map. */
106
+ updateTime?: string;
107
+ }
108
+ interface CertificateMapEntry {
109
+ /** A set of Certificates defines for the given `hostname`. There can be defined up to four certificates in each Certificate Map Entry. Each certificate must match pattern `projects/*‍/locations/*‍/certificates/*`. */
110
+ certificates?: string[];
111
+ /** Output only. The creation timestamp of a Certificate Map Entry. */
112
+ createTime?: string;
113
+ /** One or more paragraphs of text description of a certificate map entry. */
114
+ description?: string;
115
+ /** A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression (`*.example.com`) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate. */
116
+ hostname?: string;
117
+ /** Set of labels associated with a Certificate Map Entry. */
118
+ labels?: {[P in string]: string};
119
+ /** A predefined matcher for particular cases, other than SNI selection. */
120
+ matcher?: string;
121
+ /** A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`. */
122
+ name?: string;
123
+ /** Output only. A serving state of this Certificate Map Entry. */
124
+ state?: string;
125
+ /** Output only. The update timestamp of a Certificate Map Entry. */
126
+ updateTime?: string;
127
+ }
128
+ interface DnsAuthorization {
129
+ /** Output only. The creation timestamp of a DnsAuthorization. */
130
+ createTime?: string;
131
+ /** One or more paragraphs of text description of a DnsAuthorization. */
132
+ description?: string;
133
+ /** Output only. DNS Resource Record that needs to be added to DNS configuration. */
134
+ dnsResourceRecord?: DnsResourceRecord;
135
+ /** Required. Immutable. A domain that is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for `example.com` can be used to issue certificates for `example.com` and `*.example.com`. */
136
+ domain?: string;
137
+ /** Set of labels associated with a DnsAuthorization. */
138
+ labels?: {[P in string]: string};
139
+ /** A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
140
+ name?: string;
141
+ /** Output only. The last update timestamp of a DnsAuthorization. */
142
+ updateTime?: string;
143
+ }
144
+ interface DnsResourceRecord {
145
+ /** Output only. Data of the DNS Resource Record. */
146
+ data?: string;
147
+ /** Output only. Fully qualified name of the DNS Resource Record. e.g. `_acme-challenge.example.com` */
148
+ name?: string;
149
+ /** Output only. Type of the DNS Resource Record. Currently always set to "CNAME". */
150
+ type?: string;
151
+ }
152
+ interface Empty {}
153
+ interface GclbTarget {
154
+ /** Output only. IP configurations for this Target Proxy where the Certificate Map is serving. */
155
+ ipConfigs?: IpConfig[];
156
+ /** Output only. This field returns the resource name in the following format: `//compute.googleapis.com/projects/*‍/global/targetHttpsProxies/*`. */
157
+ targetHttpsProxy?: string;
158
+ /** Output only. This field returns the resource name in the following format: `//compute.googleapis.com/projects/*‍/global/targetSslProxies/*`. */
159
+ targetSslProxy?: string;
160
+ }
161
+ interface IntermediateCA {
162
+ /** PEM intermediate certificate used for building up paths for validation. Each certificate provided in PEM format may occupy up to 5kB. */
163
+ pemCertificate?: string;
164
+ }
165
+ interface IpConfig {
166
+ /** Output only. An external IP address. */
167
+ ipAddress?: string;
168
+ /** Output only. Ports. */
169
+ ports?: number[];
170
+ }
171
+ interface ListCertificateIssuanceConfigsResponse {
172
+ /** A list of certificate configs for the parent resource. */
173
+ certificateIssuanceConfigs?: CertificateIssuanceConfig[];
174
+ /** If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`. */
175
+ nextPageToken?: string;
176
+ /** Locations that could not be reached. */
177
+ unreachable?: string[];
178
+ }
179
+ interface ListCertificateMapEntriesResponse {
180
+ /** A list of certificate map entries for the parent resource. */
181
+ certificateMapEntries?: CertificateMapEntry[];
182
+ /** If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`. */
183
+ nextPageToken?: string;
184
+ /** Locations that could not be reached. */
185
+ unreachable?: string[];
186
+ }
187
+ interface ListCertificateMapsResponse {
188
+ /** A list of certificate maps for the parent resource. */
189
+ certificateMaps?: CertificateMap[];
190
+ /** If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`. */
191
+ nextPageToken?: string;
192
+ /** Locations that could not be reached. */
193
+ unreachable?: string[];
194
+ }
195
+ interface ListCertificatesResponse {
196
+ /** A list of certificates for the parent resource. */
197
+ certificates?: Certificate[];
198
+ /** If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`. */
199
+ nextPageToken?: string;
200
+ /** A list of locations that could not be reached. */
201
+ unreachable?: string[];
202
+ }
203
+ interface ListDnsAuthorizationsResponse {
204
+ /** A list of dns authorizations for the parent resource. */
205
+ dnsAuthorizations?: DnsAuthorization[];
206
+ /** If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`. */
207
+ nextPageToken?: string;
208
+ /** Locations that could not be reached. */
209
+ unreachable?: string[];
210
+ }
211
+ interface ListLocationsResponse {
212
+ /** A list of locations that matches the specified filter in the request. */
213
+ locations?: Location[];
214
+ /** The standard List next-page token. */
215
+ nextPageToken?: string;
216
+ }
217
+ interface ListOperationsResponse {
218
+ /** The standard List next-page token. */
219
+ nextPageToken?: string;
220
+ /** A list of operations that matches the specified filter in the request. */
221
+ operations?: Operation[];
222
+ }
223
+ interface ListTrustConfigsResponse {
224
+ /** If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`. */
225
+ nextPageToken?: string;
226
+ /** A list of TrustConfigs for the parent resource. */
227
+ trustConfigs?: TrustConfig[];
228
+ /** Locations that could not be reached. */
229
+ unreachable?: string[];
2641
230
  }
231
+ interface Location {
232
+ /** The friendly name for this location, typically a nearby city name. For example, "Tokyo". */
233
+ displayName?: string;
234
+ /** Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} */
235
+ labels?: {[P in string]: string};
236
+ /** The canonical id for this location. For example: `"us-east1"`. */
237
+ locationId?: string;
238
+ /** Service-specific metadata. For example the available capacity at the given location. */
239
+ metadata?: {[P in string]: any};
240
+ /** Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"` */
241
+ name?: string;
242
+ }
243
+ interface ManagedCertificate {
244
+ /** Output only. Detailed state of the latest authorization attempt for each domain specified for managed certificate resource. */
245
+ authorizationAttemptInfo?: AuthorizationAttemptInfo[];
246
+ /** Immutable. Authorizations that will be used for performing domain authorization. */
247
+ dnsAuthorizations?: string[];
248
+ /** Immutable. The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution. */
249
+ domains?: string[];
250
+ /** Immutable. The resource name for a CertificateIssuanceConfig used to configure private PKI certificates in the format `projects/*‍/locations/*‍/certificateIssuanceConfigs/*`. If this field is not set, the certificates will instead be publicly signed as documented at https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa. */
251
+ issuanceConfig?: string;
252
+ /** Output only. Information about issues with provisioning a Managed Certificate. */
253
+ provisioningIssue?: ProvisioningIssue;
254
+ /** Output only. State of the managed certificate resource. */
255
+ state?: string;
256
+ }
257
+ interface Operation {
258
+ /** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
259
+ done?: boolean;
260
+ /** The error result of the operation in case of failure or cancellation. */
261
+ error?: Status;
262
+ /** Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. */
263
+ metadata?: {[P in string]: any};
264
+ /** The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. */
265
+ name?: string;
266
+ /** The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. */
267
+ response?: {[P in string]: any};
268
+ }
269
+ interface OperationMetadata {
270
+ /** API version used to start the operation. */
271
+ apiVersion?: string;
272
+ /** The time the operation was created. */
273
+ createTime?: string;
274
+ /** The time the operation finished running. */
275
+ endTime?: string;
276
+ /** Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
277
+ requestedCancellation?: boolean;
278
+ /** Human-readable status of the operation, if any. */
279
+ statusMessage?: string;
280
+ /** Server-defined resource path for the target of the operation. */
281
+ target?: string;
282
+ /** Name of the verb executed by the operation. */
283
+ verb?: string;
284
+ }
285
+ interface ProvisioningIssue {
286
+ /** Output only. Human readable explanation about the issue. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum. */
287
+ details?: string;
288
+ /** Output only. Reason for provisioning failures. */
289
+ reason?: string;
290
+ }
291
+ interface SelfManagedCertificate {
292
+ /** Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any. */
293
+ pemCertificate?: string;
294
+ /** Input only. The PEM-encoded private key of the leaf certificate. */
295
+ pemPrivateKey?: string;
296
+ }
297
+ interface Status {
298
+ /** The status code, which should be an enum value of google.rpc.Code. */
299
+ code?: number;
300
+ /** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
301
+ details?: Array<{[P in string]: any}>;
302
+ /** A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. */
303
+ message?: string;
304
+ }
305
+ interface TrustAnchor {
306
+ /** PEM root certificate of the PKI used for validation. Each certificate provided in PEM format may occupy up to 5kB. */
307
+ pemCertificate?: string;
308
+ }
309
+ interface TrustConfig {
310
+ /** Output only. The creation timestamp of a TrustConfig. */
311
+ createTime?: string;
312
+ /** One or more paragraphs of text description of a TrustConfig. */
313
+ description?: string;
314
+ /** This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. */
315
+ etag?: string;
316
+ /** Set of labels associated with a TrustConfig. */
317
+ labels?: {[P in string]: string};
318
+ /** A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*‍/locations/*‍/trustConfigs/*`. */
319
+ name?: string;
320
+ /** Set of trust stores to perform validation against. This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation. Only one TrustStore specified is currently allowed. */
321
+ trustStores?: TrustStore[];
322
+ /** Output only. The last update timestamp of a TrustConfig. */
323
+ updateTime?: string;
324
+ }
325
+ interface TrustStore {
326
+ /** Set of intermediate CA certificates used for the path building phase of chain validation. The field is currently not supported if TrustConfig is used for the workload certificate feature. */
327
+ intermediateCas?: IntermediateCA[];
328
+ /** List of Trust Anchors to be used while performing validation against a given TrustStore. */
329
+ trustAnchors?: TrustAnchor[];
330
+ }
331
+ interface CertificateIssuanceConfigsResource {
332
+ /** Creates a new CertificateIssuanceConfig in a given project and location. */
333
+ create(request: {
334
+ /** V1 error format. */
335
+ '$.xgafv'?: string;
336
+ /** OAuth access token. */
337
+ access_token?: string;
338
+ /** Data format for response. */
339
+ alt?: string;
340
+ /** JSONP */
341
+ callback?: string;
342
+ /** Required. A user-provided name of the certificate config. */
343
+ certificateIssuanceConfigId?: string;
344
+ /** Selector specifying which fields to include in a partial response. */
345
+ fields?: string;
346
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
347
+ key?: string;
348
+ /** OAuth 2.0 token for the current user. */
349
+ oauth_token?: string;
350
+ /** Required. The parent resource of the certificate issuance config. Must be in the format `projects/*‍/locations/*`. */
351
+ parent: string;
352
+ /** Returns response with indentations and line breaks. */
353
+ prettyPrint?: boolean;
354
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
355
+ quotaUser?: string;
356
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
357
+ upload_protocol?: string;
358
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
359
+ uploadType?: string;
360
+ /** Request body */
361
+ resource: CertificateIssuanceConfig;
362
+ }): Request<Operation>;
363
+ create(
364
+ request: {
365
+ /** V1 error format. */
366
+ '$.xgafv'?: string;
367
+ /** OAuth access token. */
368
+ access_token?: string;
369
+ /** Data format for response. */
370
+ alt?: string;
371
+ /** JSONP */
372
+ callback?: string;
373
+ /** Required. A user-provided name of the certificate config. */
374
+ certificateIssuanceConfigId?: string;
375
+ /** Selector specifying which fields to include in a partial response. */
376
+ fields?: string;
377
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
378
+ key?: string;
379
+ /** OAuth 2.0 token for the current user. */
380
+ oauth_token?: string;
381
+ /** Required. The parent resource of the certificate issuance config. Must be in the format `projects/*‍/locations/*`. */
382
+ parent: string;
383
+ /** Returns response with indentations and line breaks. */
384
+ prettyPrint?: boolean;
385
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
386
+ quotaUser?: string;
387
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
388
+ upload_protocol?: string;
389
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
390
+ uploadType?: string;
391
+ },
392
+ body: CertificateIssuanceConfig
393
+ ): Request<Operation>;
394
+ /** Deletes a single CertificateIssuanceConfig. */
395
+ delete(request?: {
396
+ /** V1 error format. */
397
+ '$.xgafv'?: string;
398
+ /** OAuth access token. */
399
+ access_token?: string;
400
+ /** Data format for response. */
401
+ alt?: string;
402
+ /** JSONP */
403
+ callback?: string;
404
+ /** Selector specifying which fields to include in a partial response. */
405
+ fields?: string;
406
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
407
+ key?: string;
408
+ /** Required. A name of the certificate issuance config to delete. Must be in the format `projects/*‍/locations/*‍/certificateIssuanceConfigs/*`. */
409
+ name: string;
410
+ /** OAuth 2.0 token for the current user. */
411
+ oauth_token?: string;
412
+ /** Returns response with indentations and line breaks. */
413
+ prettyPrint?: boolean;
414
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
415
+ quotaUser?: string;
416
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
417
+ upload_protocol?: string;
418
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
419
+ uploadType?: string;
420
+ }): Request<Operation>;
421
+ /** Gets details of a single CertificateIssuanceConfig. */
422
+ get(request?: {
423
+ /** V1 error format. */
424
+ '$.xgafv'?: string;
425
+ /** OAuth access token. */
426
+ access_token?: string;
427
+ /** Data format for response. */
428
+ alt?: string;
429
+ /** JSONP */
430
+ callback?: string;
431
+ /** Selector specifying which fields to include in a partial response. */
432
+ fields?: string;
433
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
434
+ key?: string;
435
+ /** Required. A name of the certificate issuance config to describe. Must be in the format `projects/*‍/locations/*‍/certificateIssuanceConfigs/*`. */
436
+ name: string;
437
+ /** OAuth 2.0 token for the current user. */
438
+ oauth_token?: string;
439
+ /** Returns response with indentations and line breaks. */
440
+ prettyPrint?: boolean;
441
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
442
+ quotaUser?: string;
443
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
444
+ upload_protocol?: string;
445
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
446
+ uploadType?: string;
447
+ }): Request<CertificateIssuanceConfig>;
448
+ /** Lists CertificateIssuanceConfigs in a given project and location. */
449
+ list(request?: {
450
+ /** V1 error format. */
451
+ '$.xgafv'?: string;
452
+ /** OAuth access token. */
453
+ access_token?: string;
454
+ /** Data format for response. */
455
+ alt?: string;
456
+ /** JSONP */
457
+ callback?: string;
458
+ /** Selector specifying which fields to include in a partial response. */
459
+ fields?: string;
460
+ /** Filter expression to restrict the Certificates Configs returned. */
461
+ filter?: string;
462
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
463
+ key?: string;
464
+ /** OAuth 2.0 token for the current user. */
465
+ oauth_token?: string;
466
+ /** A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
467
+ orderBy?: string;
468
+ /** Maximum number of certificate configs to return per call. */
469
+ pageSize?: number;
470
+ /** The value returned by the last `ListCertificateIssuanceConfigsResponse`. Indicates that this is a continuation of a prior `ListCertificateIssuanceConfigs` call, and that the system should return the next page of data. */
471
+ pageToken?: string;
472
+ /** Required. The project and location from which the certificate should be listed, specified in the format `projects/*‍/locations/*`. */
473
+ parent: string;
474
+ /** Returns response with indentations and line breaks. */
475
+ prettyPrint?: boolean;
476
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
477
+ quotaUser?: string;
478
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
479
+ upload_protocol?: string;
480
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
481
+ uploadType?: string;
482
+ }): Request<ListCertificateIssuanceConfigsResponse>;
483
+ }
484
+ interface CertificateMapEntriesResource {
485
+ /** Creates a new CertificateMapEntry in a given project and location. */
486
+ create(request: {
487
+ /** V1 error format. */
488
+ '$.xgafv'?: string;
489
+ /** OAuth access token. */
490
+ access_token?: string;
491
+ /** Data format for response. */
492
+ alt?: string;
493
+ /** JSONP */
494
+ callback?: string;
495
+ /** Required. A user-provided name of the certificate map entry. */
496
+ certificateMapEntryId?: string;
497
+ /** Selector specifying which fields to include in a partial response. */
498
+ fields?: string;
499
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
500
+ key?: string;
501
+ /** OAuth 2.0 token for the current user. */
502
+ oauth_token?: string;
503
+ /** Required. The parent resource of the certificate map entry. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*`. */
504
+ parent: string;
505
+ /** Returns response with indentations and line breaks. */
506
+ prettyPrint?: boolean;
507
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
508
+ quotaUser?: string;
509
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
510
+ upload_protocol?: string;
511
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
512
+ uploadType?: string;
513
+ /** Request body */
514
+ resource: CertificateMapEntry;
515
+ }): Request<Operation>;
516
+ create(
517
+ request: {
518
+ /** V1 error format. */
519
+ '$.xgafv'?: string;
520
+ /** OAuth access token. */
521
+ access_token?: string;
522
+ /** Data format for response. */
523
+ alt?: string;
524
+ /** JSONP */
525
+ callback?: string;
526
+ /** Required. A user-provided name of the certificate map entry. */
527
+ certificateMapEntryId?: string;
528
+ /** Selector specifying which fields to include in a partial response. */
529
+ fields?: string;
530
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
531
+ key?: string;
532
+ /** OAuth 2.0 token for the current user. */
533
+ oauth_token?: string;
534
+ /** Required. The parent resource of the certificate map entry. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*`. */
535
+ parent: string;
536
+ /** Returns response with indentations and line breaks. */
537
+ prettyPrint?: boolean;
538
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
539
+ quotaUser?: string;
540
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
541
+ upload_protocol?: string;
542
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
543
+ uploadType?: string;
544
+ },
545
+ body: CertificateMapEntry
546
+ ): Request<Operation>;
547
+ /** Deletes a single CertificateMapEntry. */
548
+ delete(request?: {
549
+ /** V1 error format. */
550
+ '$.xgafv'?: string;
551
+ /** OAuth access token. */
552
+ access_token?: string;
553
+ /** Data format for response. */
554
+ alt?: string;
555
+ /** JSONP */
556
+ callback?: string;
557
+ /** Selector specifying which fields to include in a partial response. */
558
+ fields?: string;
559
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
560
+ key?: string;
561
+ /** Required. A name of the certificate map entry to delete. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`. */
562
+ name: string;
563
+ /** OAuth 2.0 token for the current user. */
564
+ oauth_token?: string;
565
+ /** Returns response with indentations and line breaks. */
566
+ prettyPrint?: boolean;
567
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
568
+ quotaUser?: string;
569
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
570
+ upload_protocol?: string;
571
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
572
+ uploadType?: string;
573
+ }): Request<Operation>;
574
+ /** Gets details of a single CertificateMapEntry. */
575
+ get(request?: {
576
+ /** V1 error format. */
577
+ '$.xgafv'?: string;
578
+ /** OAuth access token. */
579
+ access_token?: string;
580
+ /** Data format for response. */
581
+ alt?: string;
582
+ /** JSONP */
583
+ callback?: string;
584
+ /** Selector specifying which fields to include in a partial response. */
585
+ fields?: string;
586
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
587
+ key?: string;
588
+ /** Required. A name of the certificate map entry to describe. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`. */
589
+ name: string;
590
+ /** OAuth 2.0 token for the current user. */
591
+ oauth_token?: string;
592
+ /** Returns response with indentations and line breaks. */
593
+ prettyPrint?: boolean;
594
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
595
+ quotaUser?: string;
596
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
597
+ upload_protocol?: string;
598
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
599
+ uploadType?: string;
600
+ }): Request<CertificateMapEntry>;
601
+ /** Lists CertificateMapEntries in a given project and location. */
602
+ list(request?: {
603
+ /** V1 error format. */
604
+ '$.xgafv'?: string;
605
+ /** OAuth access token. */
606
+ access_token?: string;
607
+ /** Data format for response. */
608
+ alt?: string;
609
+ /** JSONP */
610
+ callback?: string;
611
+ /** Selector specifying which fields to include in a partial response. */
612
+ fields?: string;
613
+ /** Filter expression to restrict the returned Certificate Map Entries. */
614
+ filter?: string;
615
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
616
+ key?: string;
617
+ /** OAuth 2.0 token for the current user. */
618
+ oauth_token?: string;
619
+ /** A list of Certificate Map Entry field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
620
+ orderBy?: string;
621
+ /** Maximum number of certificate map entries to return. The service may return fewer than this value. If unspecified, at most 50 certificate map entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
622
+ pageSize?: number;
623
+ /** The value returned by the last `ListCertificateMapEntriesResponse`. Indicates that this is a continuation of a prior `ListCertificateMapEntries` call, and that the system should return the next page of data. */
624
+ pageToken?: string;
625
+ /** Required. The project, location and certificate map from which the certificate map entries should be listed, specified in the format `projects/*‍/locations/*‍/certificateMaps/*`. */
626
+ parent: string;
627
+ /** Returns response with indentations and line breaks. */
628
+ prettyPrint?: boolean;
629
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
630
+ quotaUser?: string;
631
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
632
+ upload_protocol?: string;
633
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
634
+ uploadType?: string;
635
+ }): Request<ListCertificateMapEntriesResponse>;
636
+ /** Updates a CertificateMapEntry. */
637
+ patch(request: {
638
+ /** V1 error format. */
639
+ '$.xgafv'?: string;
640
+ /** OAuth access token. */
641
+ access_token?: string;
642
+ /** Data format for response. */
643
+ alt?: string;
644
+ /** JSONP */
645
+ callback?: string;
646
+ /** Selector specifying which fields to include in a partial response. */
647
+ fields?: string;
648
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
649
+ key?: string;
650
+ /** A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`. */
651
+ name: string;
652
+ /** OAuth 2.0 token for the current user. */
653
+ oauth_token?: string;
654
+ /** Returns response with indentations and line breaks. */
655
+ prettyPrint?: boolean;
656
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
657
+ quotaUser?: string;
658
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
659
+ updateMask?: string;
660
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
661
+ upload_protocol?: string;
662
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
663
+ uploadType?: string;
664
+ /** Request body */
665
+ resource: CertificateMapEntry;
666
+ }): Request<Operation>;
667
+ patch(
668
+ request: {
669
+ /** V1 error format. */
670
+ '$.xgafv'?: string;
671
+ /** OAuth access token. */
672
+ access_token?: string;
673
+ /** Data format for response. */
674
+ alt?: string;
675
+ /** JSONP */
676
+ callback?: string;
677
+ /** Selector specifying which fields to include in a partial response. */
678
+ fields?: string;
679
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
680
+ key?: string;
681
+ /** A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateMaps/*‍/certificateMapEntries/*`. */
682
+ name: string;
683
+ /** OAuth 2.0 token for the current user. */
684
+ oauth_token?: string;
685
+ /** Returns response with indentations and line breaks. */
686
+ prettyPrint?: boolean;
687
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
688
+ quotaUser?: string;
689
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
690
+ updateMask?: string;
691
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
692
+ upload_protocol?: string;
693
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
694
+ uploadType?: string;
695
+ },
696
+ body: CertificateMapEntry
697
+ ): Request<Operation>;
698
+ }
699
+ interface CertificateMapsResource {
700
+ /** Creates a new CertificateMap in a given project and location. */
701
+ create(request: {
702
+ /** V1 error format. */
703
+ '$.xgafv'?: string;
704
+ /** OAuth access token. */
705
+ access_token?: string;
706
+ /** Data format for response. */
707
+ alt?: string;
708
+ /** JSONP */
709
+ callback?: string;
710
+ /** Required. A user-provided name of the certificate map. */
711
+ certificateMapId?: string;
712
+ /** Selector specifying which fields to include in a partial response. */
713
+ fields?: string;
714
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
715
+ key?: string;
716
+ /** OAuth 2.0 token for the current user. */
717
+ oauth_token?: string;
718
+ /** Required. The parent resource of the certificate map. Must be in the format `projects/*‍/locations/*`. */
719
+ parent: string;
720
+ /** Returns response with indentations and line breaks. */
721
+ prettyPrint?: boolean;
722
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
723
+ quotaUser?: string;
724
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
725
+ upload_protocol?: string;
726
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
727
+ uploadType?: string;
728
+ /** Request body */
729
+ resource: CertificateMap;
730
+ }): Request<Operation>;
731
+ create(
732
+ request: {
733
+ /** V1 error format. */
734
+ '$.xgafv'?: string;
735
+ /** OAuth access token. */
736
+ access_token?: string;
737
+ /** Data format for response. */
738
+ alt?: string;
739
+ /** JSONP */
740
+ callback?: string;
741
+ /** Required. A user-provided name of the certificate map. */
742
+ certificateMapId?: string;
743
+ /** Selector specifying which fields to include in a partial response. */
744
+ fields?: string;
745
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
746
+ key?: string;
747
+ /** OAuth 2.0 token for the current user. */
748
+ oauth_token?: string;
749
+ /** Required. The parent resource of the certificate map. Must be in the format `projects/*‍/locations/*`. */
750
+ parent: string;
751
+ /** Returns response with indentations and line breaks. */
752
+ prettyPrint?: boolean;
753
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
754
+ quotaUser?: string;
755
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
756
+ upload_protocol?: string;
757
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
758
+ uploadType?: string;
759
+ },
760
+ body: CertificateMap
761
+ ): Request<Operation>;
762
+ /** Deletes a single CertificateMap. A Certificate Map can't be deleted if it contains Certificate Map Entries. Remove all the entries from the map before calling this method. */
763
+ delete(request?: {
764
+ /** V1 error format. */
765
+ '$.xgafv'?: string;
766
+ /** OAuth access token. */
767
+ access_token?: string;
768
+ /** Data format for response. */
769
+ alt?: string;
770
+ /** JSONP */
771
+ callback?: string;
772
+ /** Selector specifying which fields to include in a partial response. */
773
+ fields?: string;
774
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
775
+ key?: string;
776
+ /** Required. A name of the certificate map to delete. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*`. */
777
+ name: string;
778
+ /** OAuth 2.0 token for the current user. */
779
+ oauth_token?: string;
780
+ /** Returns response with indentations and line breaks. */
781
+ prettyPrint?: boolean;
782
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
783
+ quotaUser?: string;
784
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
785
+ upload_protocol?: string;
786
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
787
+ uploadType?: string;
788
+ }): Request<Operation>;
789
+ /** Gets details of a single CertificateMap. */
790
+ get(request?: {
791
+ /** V1 error format. */
792
+ '$.xgafv'?: string;
793
+ /** OAuth access token. */
794
+ access_token?: string;
795
+ /** Data format for response. */
796
+ alt?: string;
797
+ /** JSONP */
798
+ callback?: string;
799
+ /** Selector specifying which fields to include in a partial response. */
800
+ fields?: string;
801
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
802
+ key?: string;
803
+ /** Required. A name of the certificate map to describe. Must be in the format `projects/*‍/locations/*‍/certificateMaps/*`. */
804
+ name: string;
805
+ /** OAuth 2.0 token for the current user. */
806
+ oauth_token?: string;
807
+ /** Returns response with indentations and line breaks. */
808
+ prettyPrint?: boolean;
809
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
810
+ quotaUser?: string;
811
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
812
+ upload_protocol?: string;
813
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
814
+ uploadType?: string;
815
+ }): Request<CertificateMap>;
816
+ /** Lists CertificateMaps in a given project and location. */
817
+ list(request?: {
818
+ /** V1 error format. */
819
+ '$.xgafv'?: string;
820
+ /** OAuth access token. */
821
+ access_token?: string;
822
+ /** Data format for response. */
823
+ alt?: string;
824
+ /** JSONP */
825
+ callback?: string;
826
+ /** Selector specifying which fields to include in a partial response. */
827
+ fields?: string;
828
+ /** Filter expression to restrict the Certificates Maps returned. */
829
+ filter?: string;
830
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
831
+ key?: string;
832
+ /** OAuth 2.0 token for the current user. */
833
+ oauth_token?: string;
834
+ /** A list of Certificate Map field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
835
+ orderBy?: string;
836
+ /** Maximum number of certificate maps to return per call. */
837
+ pageSize?: number;
838
+ /** The value returned by the last `ListCertificateMapsResponse`. Indicates that this is a continuation of a prior `ListCertificateMaps` call, and that the system should return the next page of data. */
839
+ pageToken?: string;
840
+ /** Required. The project and location from which the certificate maps should be listed, specified in the format `projects/*‍/locations/*`. */
841
+ parent: string;
842
+ /** Returns response with indentations and line breaks. */
843
+ prettyPrint?: boolean;
844
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
845
+ quotaUser?: string;
846
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
847
+ upload_protocol?: string;
848
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
849
+ uploadType?: string;
850
+ }): Request<ListCertificateMapsResponse>;
851
+ /** Updates a CertificateMap. */
852
+ patch(request: {
853
+ /** V1 error format. */
854
+ '$.xgafv'?: string;
855
+ /** OAuth access token. */
856
+ access_token?: string;
857
+ /** Data format for response. */
858
+ alt?: string;
859
+ /** JSONP */
860
+ callback?: string;
861
+ /** Selector specifying which fields to include in a partial response. */
862
+ fields?: string;
863
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
864
+ key?: string;
865
+ /** A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateMaps/*`. */
866
+ name: string;
867
+ /** OAuth 2.0 token for the current user. */
868
+ oauth_token?: string;
869
+ /** Returns response with indentations and line breaks. */
870
+ prettyPrint?: boolean;
871
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
872
+ quotaUser?: string;
873
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
874
+ updateMask?: string;
875
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
876
+ upload_protocol?: string;
877
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
878
+ uploadType?: string;
879
+ /** Request body */
880
+ resource: CertificateMap;
881
+ }): Request<Operation>;
882
+ patch(
883
+ request: {
884
+ /** V1 error format. */
885
+ '$.xgafv'?: string;
886
+ /** OAuth access token. */
887
+ access_token?: string;
888
+ /** Data format for response. */
889
+ alt?: string;
890
+ /** JSONP */
891
+ callback?: string;
892
+ /** Selector specifying which fields to include in a partial response. */
893
+ fields?: string;
894
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
895
+ key?: string;
896
+ /** A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*‍/locations/*‍/certificateMaps/*`. */
897
+ name: string;
898
+ /** OAuth 2.0 token for the current user. */
899
+ oauth_token?: string;
900
+ /** Returns response with indentations and line breaks. */
901
+ prettyPrint?: boolean;
902
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
903
+ quotaUser?: string;
904
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
905
+ updateMask?: string;
906
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
907
+ upload_protocol?: string;
908
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
909
+ uploadType?: string;
910
+ },
911
+ body: CertificateMap
912
+ ): Request<Operation>;
913
+ certificateMapEntries: CertificateMapEntriesResource;
914
+ }
915
+ interface CertificatesResource {
916
+ /** Creates a new Certificate in a given project and location. */
917
+ create(request: {
918
+ /** V1 error format. */
919
+ '$.xgafv'?: string;
920
+ /** OAuth access token. */
921
+ access_token?: string;
922
+ /** Data format for response. */
923
+ alt?: string;
924
+ /** JSONP */
925
+ callback?: string;
926
+ /** Required. A user-provided name of the certificate. */
927
+ certificateId?: string;
928
+ /** Selector specifying which fields to include in a partial response. */
929
+ fields?: string;
930
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
931
+ key?: string;
932
+ /** OAuth 2.0 token for the current user. */
933
+ oauth_token?: string;
934
+ /** Required. The parent resource of the certificate. Must be in the format `projects/*‍/locations/*`. */
935
+ parent: string;
936
+ /** Returns response with indentations and line breaks. */
937
+ prettyPrint?: boolean;
938
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
939
+ quotaUser?: string;
940
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
941
+ upload_protocol?: string;
942
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
943
+ uploadType?: string;
944
+ /** Request body */
945
+ resource: Certificate;
946
+ }): Request<Operation>;
947
+ create(
948
+ request: {
949
+ /** V1 error format. */
950
+ '$.xgafv'?: string;
951
+ /** OAuth access token. */
952
+ access_token?: string;
953
+ /** Data format for response. */
954
+ alt?: string;
955
+ /** JSONP */
956
+ callback?: string;
957
+ /** Required. A user-provided name of the certificate. */
958
+ certificateId?: string;
959
+ /** Selector specifying which fields to include in a partial response. */
960
+ fields?: string;
961
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
962
+ key?: string;
963
+ /** OAuth 2.0 token for the current user. */
964
+ oauth_token?: string;
965
+ /** Required. The parent resource of the certificate. Must be in the format `projects/*‍/locations/*`. */
966
+ parent: string;
967
+ /** Returns response with indentations and line breaks. */
968
+ prettyPrint?: boolean;
969
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
970
+ quotaUser?: string;
971
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
972
+ upload_protocol?: string;
973
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
974
+ uploadType?: string;
975
+ },
976
+ body: Certificate
977
+ ): Request<Operation>;
978
+ /** Deletes a single Certificate. */
979
+ delete(request?: {
980
+ /** V1 error format. */
981
+ '$.xgafv'?: string;
982
+ /** OAuth access token. */
983
+ access_token?: string;
984
+ /** Data format for response. */
985
+ alt?: string;
986
+ /** JSONP */
987
+ callback?: string;
988
+ /** Selector specifying which fields to include in a partial response. */
989
+ fields?: string;
990
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
991
+ key?: string;
992
+ /** Required. A name of the certificate to delete. Must be in the format `projects/*‍/locations/*‍/certificates/*`. */
993
+ name: string;
994
+ /** OAuth 2.0 token for the current user. */
995
+ oauth_token?: string;
996
+ /** Returns response with indentations and line breaks. */
997
+ prettyPrint?: boolean;
998
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
999
+ quotaUser?: string;
1000
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1001
+ upload_protocol?: string;
1002
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1003
+ uploadType?: string;
1004
+ }): Request<Operation>;
1005
+ /** Gets details of a single Certificate. */
1006
+ get(request?: {
1007
+ /** V1 error format. */
1008
+ '$.xgafv'?: string;
1009
+ /** OAuth access token. */
1010
+ access_token?: string;
1011
+ /** Data format for response. */
1012
+ alt?: string;
1013
+ /** JSONP */
1014
+ callback?: string;
1015
+ /** Selector specifying which fields to include in a partial response. */
1016
+ fields?: string;
1017
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1018
+ key?: string;
1019
+ /** Required. A name of the certificate to describe. Must be in the format `projects/*‍/locations/*‍/certificates/*`. */
1020
+ name: string;
1021
+ /** OAuth 2.0 token for the current user. */
1022
+ oauth_token?: string;
1023
+ /** Returns response with indentations and line breaks. */
1024
+ prettyPrint?: boolean;
1025
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1026
+ quotaUser?: string;
1027
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1028
+ upload_protocol?: string;
1029
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1030
+ uploadType?: string;
1031
+ }): Request<Certificate>;
1032
+ /** Lists Certificates in a given project and location. */
1033
+ list(request?: {
1034
+ /** V1 error format. */
1035
+ '$.xgafv'?: string;
1036
+ /** OAuth access token. */
1037
+ access_token?: string;
1038
+ /** Data format for response. */
1039
+ alt?: string;
1040
+ /** JSONP */
1041
+ callback?: string;
1042
+ /** Selector specifying which fields to include in a partial response. */
1043
+ fields?: string;
1044
+ /** Filter expression to restrict the Certificates returned. */
1045
+ filter?: string;
1046
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1047
+ key?: string;
1048
+ /** OAuth 2.0 token for the current user. */
1049
+ oauth_token?: string;
1050
+ /** A list of Certificate field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
1051
+ orderBy?: string;
1052
+ /** Maximum number of certificates to return per call. */
1053
+ pageSize?: number;
1054
+ /** The value returned by the last `ListCertificatesResponse`. Indicates that this is a continuation of a prior `ListCertificates` call, and that the system should return the next page of data. */
1055
+ pageToken?: string;
1056
+ /** Required. The project and location from which the certificate should be listed, specified in the format `projects/*‍/locations/*`. */
1057
+ parent: string;
1058
+ /** Returns response with indentations and line breaks. */
1059
+ prettyPrint?: boolean;
1060
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1061
+ quotaUser?: string;
1062
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1063
+ upload_protocol?: string;
1064
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1065
+ uploadType?: string;
1066
+ }): Request<ListCertificatesResponse>;
1067
+ /** Updates a Certificate. */
1068
+ patch(request: {
1069
+ /** V1 error format. */
1070
+ '$.xgafv'?: string;
1071
+ /** OAuth access token. */
1072
+ access_token?: string;
1073
+ /** Data format for response. */
1074
+ alt?: string;
1075
+ /** JSONP */
1076
+ callback?: string;
1077
+ /** Selector specifying which fields to include in a partial response. */
1078
+ fields?: string;
1079
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1080
+ key?: string;
1081
+ /** A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*‍/locations/*‍/certificates/*`. */
1082
+ name: string;
1083
+ /** OAuth 2.0 token for the current user. */
1084
+ oauth_token?: string;
1085
+ /** Returns response with indentations and line breaks. */
1086
+ prettyPrint?: boolean;
1087
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1088
+ quotaUser?: string;
1089
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1090
+ updateMask?: string;
1091
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1092
+ upload_protocol?: string;
1093
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1094
+ uploadType?: string;
1095
+ /** Request body */
1096
+ resource: Certificate;
1097
+ }): Request<Operation>;
1098
+ patch(
1099
+ request: {
1100
+ /** V1 error format. */
1101
+ '$.xgafv'?: string;
1102
+ /** OAuth access token. */
1103
+ access_token?: string;
1104
+ /** Data format for response. */
1105
+ alt?: string;
1106
+ /** JSONP */
1107
+ callback?: string;
1108
+ /** Selector specifying which fields to include in a partial response. */
1109
+ fields?: string;
1110
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1111
+ key?: string;
1112
+ /** A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*‍/locations/*‍/certificates/*`. */
1113
+ name: string;
1114
+ /** OAuth 2.0 token for the current user. */
1115
+ oauth_token?: string;
1116
+ /** Returns response with indentations and line breaks. */
1117
+ prettyPrint?: boolean;
1118
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1119
+ quotaUser?: string;
1120
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1121
+ updateMask?: string;
1122
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1123
+ upload_protocol?: string;
1124
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1125
+ uploadType?: string;
1126
+ },
1127
+ body: Certificate
1128
+ ): Request<Operation>;
1129
+ }
1130
+ interface DnsAuthorizationsResource {
1131
+ /** Creates a new DnsAuthorization in a given project and location. */
1132
+ create(request: {
1133
+ /** V1 error format. */
1134
+ '$.xgafv'?: string;
1135
+ /** OAuth access token. */
1136
+ access_token?: string;
1137
+ /** Data format for response. */
1138
+ alt?: string;
1139
+ /** JSONP */
1140
+ callback?: string;
1141
+ /** Required. A user-provided name of the dns authorization. */
1142
+ dnsAuthorizationId?: string;
1143
+ /** Selector specifying which fields to include in a partial response. */
1144
+ fields?: string;
1145
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1146
+ key?: string;
1147
+ /** OAuth 2.0 token for the current user. */
1148
+ oauth_token?: string;
1149
+ /** Required. The parent resource of the dns authorization. Must be in the format `projects/*‍/locations/*`. */
1150
+ parent: string;
1151
+ /** Returns response with indentations and line breaks. */
1152
+ prettyPrint?: boolean;
1153
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1154
+ quotaUser?: string;
1155
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1156
+ upload_protocol?: string;
1157
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1158
+ uploadType?: string;
1159
+ /** Request body */
1160
+ resource: DnsAuthorization;
1161
+ }): Request<Operation>;
1162
+ create(
1163
+ request: {
1164
+ /** V1 error format. */
1165
+ '$.xgafv'?: string;
1166
+ /** OAuth access token. */
1167
+ access_token?: string;
1168
+ /** Data format for response. */
1169
+ alt?: string;
1170
+ /** JSONP */
1171
+ callback?: string;
1172
+ /** Required. A user-provided name of the dns authorization. */
1173
+ dnsAuthorizationId?: string;
1174
+ /** Selector specifying which fields to include in a partial response. */
1175
+ fields?: string;
1176
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1177
+ key?: string;
1178
+ /** OAuth 2.0 token for the current user. */
1179
+ oauth_token?: string;
1180
+ /** Required. The parent resource of the dns authorization. Must be in the format `projects/*‍/locations/*`. */
1181
+ parent: string;
1182
+ /** Returns response with indentations and line breaks. */
1183
+ prettyPrint?: boolean;
1184
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1185
+ quotaUser?: string;
1186
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1187
+ upload_protocol?: string;
1188
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1189
+ uploadType?: string;
1190
+ },
1191
+ body: DnsAuthorization
1192
+ ): Request<Operation>;
1193
+ /** Deletes a single DnsAuthorization. */
1194
+ delete(request?: {
1195
+ /** V1 error format. */
1196
+ '$.xgafv'?: string;
1197
+ /** OAuth access token. */
1198
+ access_token?: string;
1199
+ /** Data format for response. */
1200
+ alt?: string;
1201
+ /** JSONP */
1202
+ callback?: string;
1203
+ /** Selector specifying which fields to include in a partial response. */
1204
+ fields?: string;
1205
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1206
+ key?: string;
1207
+ /** Required. A name of the dns authorization to delete. Must be in the format `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
1208
+ name: string;
1209
+ /** OAuth 2.0 token for the current user. */
1210
+ oauth_token?: string;
1211
+ /** Returns response with indentations and line breaks. */
1212
+ prettyPrint?: boolean;
1213
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1214
+ quotaUser?: string;
1215
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1216
+ upload_protocol?: string;
1217
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1218
+ uploadType?: string;
1219
+ }): Request<Operation>;
1220
+ /** Gets details of a single DnsAuthorization. */
1221
+ get(request?: {
1222
+ /** V1 error format. */
1223
+ '$.xgafv'?: string;
1224
+ /** OAuth access token. */
1225
+ access_token?: string;
1226
+ /** Data format for response. */
1227
+ alt?: string;
1228
+ /** JSONP */
1229
+ callback?: string;
1230
+ /** Selector specifying which fields to include in a partial response. */
1231
+ fields?: string;
1232
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1233
+ key?: string;
1234
+ /** Required. A name of the dns authorization to describe. Must be in the format `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
1235
+ name: string;
1236
+ /** OAuth 2.0 token for the current user. */
1237
+ oauth_token?: string;
1238
+ /** Returns response with indentations and line breaks. */
1239
+ prettyPrint?: boolean;
1240
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1241
+ quotaUser?: string;
1242
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1243
+ upload_protocol?: string;
1244
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1245
+ uploadType?: string;
1246
+ }): Request<DnsAuthorization>;
1247
+ /** Lists DnsAuthorizations in a given project and location. */
1248
+ list(request?: {
1249
+ /** V1 error format. */
1250
+ '$.xgafv'?: string;
1251
+ /** OAuth access token. */
1252
+ access_token?: string;
1253
+ /** Data format for response. */
1254
+ alt?: string;
1255
+ /** JSONP */
1256
+ callback?: string;
1257
+ /** Selector specifying which fields to include in a partial response. */
1258
+ fields?: string;
1259
+ /** Filter expression to restrict the Dns Authorizations returned. */
1260
+ filter?: string;
1261
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1262
+ key?: string;
1263
+ /** OAuth 2.0 token for the current user. */
1264
+ oauth_token?: string;
1265
+ /** A list of Dns Authorization field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
1266
+ orderBy?: string;
1267
+ /** Maximum number of dns authorizations to return per call. */
1268
+ pageSize?: number;
1269
+ /** The value returned by the last `ListDnsAuthorizationsResponse`. Indicates that this is a continuation of a prior `ListDnsAuthorizations` call, and that the system should return the next page of data. */
1270
+ pageToken?: string;
1271
+ /** Required. The project and location from which the dns authorizations should be listed, specified in the format `projects/*‍/locations/*`. */
1272
+ parent: string;
1273
+ /** Returns response with indentations and line breaks. */
1274
+ prettyPrint?: boolean;
1275
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1276
+ quotaUser?: string;
1277
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1278
+ upload_protocol?: string;
1279
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1280
+ uploadType?: string;
1281
+ }): Request<ListDnsAuthorizationsResponse>;
1282
+ /** Updates a DnsAuthorization. */
1283
+ patch(request: {
1284
+ /** V1 error format. */
1285
+ '$.xgafv'?: string;
1286
+ /** OAuth access token. */
1287
+ access_token?: string;
1288
+ /** Data format for response. */
1289
+ alt?: string;
1290
+ /** JSONP */
1291
+ callback?: string;
1292
+ /** Selector specifying which fields to include in a partial response. */
1293
+ fields?: string;
1294
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1295
+ key?: string;
1296
+ /** A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
1297
+ name: string;
1298
+ /** OAuth 2.0 token for the current user. */
1299
+ oauth_token?: string;
1300
+ /** Returns response with indentations and line breaks. */
1301
+ prettyPrint?: boolean;
1302
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1303
+ quotaUser?: string;
1304
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1305
+ updateMask?: string;
1306
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1307
+ upload_protocol?: string;
1308
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1309
+ uploadType?: string;
1310
+ /** Request body */
1311
+ resource: DnsAuthorization;
1312
+ }): Request<Operation>;
1313
+ patch(
1314
+ request: {
1315
+ /** V1 error format. */
1316
+ '$.xgafv'?: string;
1317
+ /** OAuth access token. */
1318
+ access_token?: string;
1319
+ /** Data format for response. */
1320
+ alt?: string;
1321
+ /** JSONP */
1322
+ callback?: string;
1323
+ /** Selector specifying which fields to include in a partial response. */
1324
+ fields?: string;
1325
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1326
+ key?: string;
1327
+ /** A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*‍/locations/*‍/dnsAuthorizations/*`. */
1328
+ name: string;
1329
+ /** OAuth 2.0 token for the current user. */
1330
+ oauth_token?: string;
1331
+ /** Returns response with indentations and line breaks. */
1332
+ prettyPrint?: boolean;
1333
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1334
+ quotaUser?: string;
1335
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1336
+ updateMask?: string;
1337
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1338
+ upload_protocol?: string;
1339
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1340
+ uploadType?: string;
1341
+ },
1342
+ body: DnsAuthorization
1343
+ ): Request<Operation>;
1344
+ }
1345
+ interface OperationsResource {
1346
+ /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
1347
+ cancel(request: {
1348
+ /** V1 error format. */
1349
+ '$.xgafv'?: string;
1350
+ /** OAuth access token. */
1351
+ access_token?: string;
1352
+ /** Data format for response. */
1353
+ alt?: string;
1354
+ /** JSONP */
1355
+ callback?: string;
1356
+ /** Selector specifying which fields to include in a partial response. */
1357
+ fields?: string;
1358
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1359
+ key?: string;
1360
+ /** The name of the operation resource to be cancelled. */
1361
+ name: string;
1362
+ /** OAuth 2.0 token for the current user. */
1363
+ oauth_token?: string;
1364
+ /** Returns response with indentations and line breaks. */
1365
+ prettyPrint?: boolean;
1366
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1367
+ quotaUser?: string;
1368
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1369
+ upload_protocol?: string;
1370
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1371
+ uploadType?: string;
1372
+ /** Request body */
1373
+ resource: CancelOperationRequest;
1374
+ }): Request<{}>;
1375
+ cancel(
1376
+ request: {
1377
+ /** V1 error format. */
1378
+ '$.xgafv'?: string;
1379
+ /** OAuth access token. */
1380
+ access_token?: string;
1381
+ /** Data format for response. */
1382
+ alt?: string;
1383
+ /** JSONP */
1384
+ callback?: string;
1385
+ /** Selector specifying which fields to include in a partial response. */
1386
+ fields?: string;
1387
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1388
+ key?: string;
1389
+ /** The name of the operation resource to be cancelled. */
1390
+ name: string;
1391
+ /** OAuth 2.0 token for the current user. */
1392
+ oauth_token?: string;
1393
+ /** Returns response with indentations and line breaks. */
1394
+ prettyPrint?: boolean;
1395
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1396
+ quotaUser?: string;
1397
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1398
+ upload_protocol?: string;
1399
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1400
+ uploadType?: string;
1401
+ },
1402
+ body: CancelOperationRequest
1403
+ ): Request<{}>;
1404
+ /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
1405
+ delete(request?: {
1406
+ /** V1 error format. */
1407
+ '$.xgafv'?: string;
1408
+ /** OAuth access token. */
1409
+ access_token?: string;
1410
+ /** Data format for response. */
1411
+ alt?: string;
1412
+ /** JSONP */
1413
+ callback?: string;
1414
+ /** Selector specifying which fields to include in a partial response. */
1415
+ fields?: string;
1416
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1417
+ key?: string;
1418
+ /** The name of the operation resource to be deleted. */
1419
+ name: string;
1420
+ /** OAuth 2.0 token for the current user. */
1421
+ oauth_token?: string;
1422
+ /** Returns response with indentations and line breaks. */
1423
+ prettyPrint?: boolean;
1424
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1425
+ quotaUser?: string;
1426
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1427
+ upload_protocol?: string;
1428
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1429
+ uploadType?: string;
1430
+ }): Request<{}>;
1431
+ /** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
1432
+ get(request?: {
1433
+ /** V1 error format. */
1434
+ '$.xgafv'?: string;
1435
+ /** OAuth access token. */
1436
+ access_token?: string;
1437
+ /** Data format for response. */
1438
+ alt?: string;
1439
+ /** JSONP */
1440
+ callback?: string;
1441
+ /** Selector specifying which fields to include in a partial response. */
1442
+ fields?: string;
1443
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1444
+ key?: string;
1445
+ /** The name of the operation resource. */
1446
+ name: string;
1447
+ /** OAuth 2.0 token for the current user. */
1448
+ oauth_token?: string;
1449
+ /** Returns response with indentations and line breaks. */
1450
+ prettyPrint?: boolean;
1451
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1452
+ quotaUser?: string;
1453
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1454
+ upload_protocol?: string;
1455
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1456
+ uploadType?: string;
1457
+ }): Request<Operation>;
1458
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
1459
+ list(request?: {
1460
+ /** V1 error format. */
1461
+ '$.xgafv'?: string;
1462
+ /** OAuth access token. */
1463
+ access_token?: string;
1464
+ /** Data format for response. */
1465
+ alt?: string;
1466
+ /** JSONP */
1467
+ callback?: string;
1468
+ /** Selector specifying which fields to include in a partial response. */
1469
+ fields?: string;
1470
+ /** The standard list filter. */
1471
+ filter?: string;
1472
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1473
+ key?: string;
1474
+ /** The name of the operation's parent resource. */
1475
+ name: string;
1476
+ /** OAuth 2.0 token for the current user. */
1477
+ oauth_token?: string;
1478
+ /** The standard list page size. */
1479
+ pageSize?: number;
1480
+ /** The standard list page token. */
1481
+ pageToken?: string;
1482
+ /** Returns response with indentations and line breaks. */
1483
+ prettyPrint?: boolean;
1484
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1485
+ quotaUser?: string;
1486
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1487
+ upload_protocol?: string;
1488
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1489
+ uploadType?: string;
1490
+ }): Request<ListOperationsResponse>;
1491
+ }
1492
+ interface TrustConfigsResource {
1493
+ /** Creates a new TrustConfig in a given project and location. */
1494
+ create(request: {
1495
+ /** V1 error format. */
1496
+ '$.xgafv'?: string;
1497
+ /** OAuth access token. */
1498
+ access_token?: string;
1499
+ /** Data format for response. */
1500
+ alt?: string;
1501
+ /** JSONP */
1502
+ callback?: string;
1503
+ /** Selector specifying which fields to include in a partial response. */
1504
+ fields?: string;
1505
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1506
+ key?: string;
1507
+ /** OAuth 2.0 token for the current user. */
1508
+ oauth_token?: string;
1509
+ /** Required. The parent resource of the TrustConfig. Must be in the format `projects/*‍/locations/*`. */
1510
+ parent: string;
1511
+ /** Returns response with indentations and line breaks. */
1512
+ prettyPrint?: boolean;
1513
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1514
+ quotaUser?: string;
1515
+ /** Required. A user-provided name of the TrustConfig. Must match the regexp `[a-z0-9-]{1,63}`. */
1516
+ trustConfigId?: string;
1517
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1518
+ upload_protocol?: string;
1519
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1520
+ uploadType?: string;
1521
+ /** Request body */
1522
+ resource: TrustConfig;
1523
+ }): Request<Operation>;
1524
+ create(
1525
+ request: {
1526
+ /** V1 error format. */
1527
+ '$.xgafv'?: string;
1528
+ /** OAuth access token. */
1529
+ access_token?: string;
1530
+ /** Data format for response. */
1531
+ alt?: string;
1532
+ /** JSONP */
1533
+ callback?: string;
1534
+ /** Selector specifying which fields to include in a partial response. */
1535
+ fields?: string;
1536
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1537
+ key?: string;
1538
+ /** OAuth 2.0 token for the current user. */
1539
+ oauth_token?: string;
1540
+ /** Required. The parent resource of the TrustConfig. Must be in the format `projects/*‍/locations/*`. */
1541
+ parent: string;
1542
+ /** Returns response with indentations and line breaks. */
1543
+ prettyPrint?: boolean;
1544
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1545
+ quotaUser?: string;
1546
+ /** Required. A user-provided name of the TrustConfig. Must match the regexp `[a-z0-9-]{1,63}`. */
1547
+ trustConfigId?: string;
1548
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1549
+ upload_protocol?: string;
1550
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1551
+ uploadType?: string;
1552
+ },
1553
+ body: TrustConfig
1554
+ ): Request<Operation>;
1555
+ /** Deletes a single TrustConfig. */
1556
+ delete(request?: {
1557
+ /** V1 error format. */
1558
+ '$.xgafv'?: string;
1559
+ /** OAuth access token. */
1560
+ access_token?: string;
1561
+ /** Data format for response. */
1562
+ alt?: string;
1563
+ /** JSONP */
1564
+ callback?: string;
1565
+ /** The current etag of the TrustConfig. If an etag is provided and does not match the current etag of the resource, deletion will be blocked and an ABORTED error will be returned. */
1566
+ etag?: string;
1567
+ /** Selector specifying which fields to include in a partial response. */
1568
+ fields?: string;
1569
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1570
+ key?: string;
1571
+ /** Required. A name of the TrustConfig to delete. Must be in the format `projects/*‍/locations/*‍/trustConfigs/*`. */
1572
+ name: string;
1573
+ /** OAuth 2.0 token for the current user. */
1574
+ oauth_token?: string;
1575
+ /** Returns response with indentations and line breaks. */
1576
+ prettyPrint?: boolean;
1577
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1578
+ quotaUser?: string;
1579
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1580
+ upload_protocol?: string;
1581
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1582
+ uploadType?: string;
1583
+ }): Request<Operation>;
1584
+ /** Gets details of a single TrustConfig. */
1585
+ get(request?: {
1586
+ /** V1 error format. */
1587
+ '$.xgafv'?: string;
1588
+ /** OAuth access token. */
1589
+ access_token?: string;
1590
+ /** Data format for response. */
1591
+ alt?: string;
1592
+ /** JSONP */
1593
+ callback?: string;
1594
+ /** Selector specifying which fields to include in a partial response. */
1595
+ fields?: string;
1596
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1597
+ key?: string;
1598
+ /** Required. A name of the TrustConfig to describe. Must be in the format `projects/*‍/locations/*‍/trustConfigs/*`. */
1599
+ name: string;
1600
+ /** OAuth 2.0 token for the current user. */
1601
+ oauth_token?: string;
1602
+ /** Returns response with indentations and line breaks. */
1603
+ prettyPrint?: boolean;
1604
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1605
+ quotaUser?: string;
1606
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1607
+ upload_protocol?: string;
1608
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1609
+ uploadType?: string;
1610
+ }): Request<TrustConfig>;
1611
+ /** Lists TrustConfigs in a given project and location. */
1612
+ list(request?: {
1613
+ /** V1 error format. */
1614
+ '$.xgafv'?: string;
1615
+ /** OAuth access token. */
1616
+ access_token?: string;
1617
+ /** Data format for response. */
1618
+ alt?: string;
1619
+ /** JSONP */
1620
+ callback?: string;
1621
+ /** Selector specifying which fields to include in a partial response. */
1622
+ fields?: string;
1623
+ /** Filter expression to restrict the TrustConfigs returned. */
1624
+ filter?: string;
1625
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1626
+ key?: string;
1627
+ /** OAuth 2.0 token for the current user. */
1628
+ oauth_token?: string;
1629
+ /** A list of TrustConfig field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc". */
1630
+ orderBy?: string;
1631
+ /** Maximum number of TrustConfigs to return per call. */
1632
+ pageSize?: number;
1633
+ /** The value returned by the last `ListTrustConfigsResponse`. Indicates that this is a continuation of a prior `ListTrustConfigs` call, and that the system should return the next page of data. */
1634
+ pageToken?: string;
1635
+ /** Required. The project and location from which the TrustConfigs should be listed, specified in the format `projects/*‍/locations/*`. */
1636
+ parent: string;
1637
+ /** Returns response with indentations and line breaks. */
1638
+ prettyPrint?: boolean;
1639
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1640
+ quotaUser?: string;
1641
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1642
+ upload_protocol?: string;
1643
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1644
+ uploadType?: string;
1645
+ }): Request<ListTrustConfigsResponse>;
1646
+ /** Updates a TrustConfig. */
1647
+ patch(request: {
1648
+ /** V1 error format. */
1649
+ '$.xgafv'?: string;
1650
+ /** OAuth access token. */
1651
+ access_token?: string;
1652
+ /** Data format for response. */
1653
+ alt?: string;
1654
+ /** JSONP */
1655
+ callback?: string;
1656
+ /** Selector specifying which fields to include in a partial response. */
1657
+ fields?: string;
1658
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1659
+ key?: string;
1660
+ /** A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*‍/locations/*‍/trustConfigs/*`. */
1661
+ name: string;
1662
+ /** OAuth 2.0 token for the current user. */
1663
+ oauth_token?: string;
1664
+ /** Returns response with indentations and line breaks. */
1665
+ prettyPrint?: boolean;
1666
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1667
+ quotaUser?: string;
1668
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1669
+ updateMask?: string;
1670
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1671
+ upload_protocol?: string;
1672
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1673
+ uploadType?: string;
1674
+ /** Request body */
1675
+ resource: TrustConfig;
1676
+ }): Request<Operation>;
1677
+ patch(
1678
+ request: {
1679
+ /** V1 error format. */
1680
+ '$.xgafv'?: string;
1681
+ /** OAuth access token. */
1682
+ access_token?: string;
1683
+ /** Data format for response. */
1684
+ alt?: string;
1685
+ /** JSONP */
1686
+ callback?: string;
1687
+ /** Selector specifying which fields to include in a partial response. */
1688
+ fields?: string;
1689
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1690
+ key?: string;
1691
+ /** A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*‍/locations/*‍/trustConfigs/*`. */
1692
+ name: string;
1693
+ /** OAuth 2.0 token for the current user. */
1694
+ oauth_token?: string;
1695
+ /** Returns response with indentations and line breaks. */
1696
+ prettyPrint?: boolean;
1697
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1698
+ quotaUser?: string;
1699
+ /** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
1700
+ updateMask?: string;
1701
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1702
+ upload_protocol?: string;
1703
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1704
+ uploadType?: string;
1705
+ },
1706
+ body: TrustConfig
1707
+ ): Request<Operation>;
1708
+ }
1709
+ interface LocationsResource {
1710
+ /** Gets information about a location. */
1711
+ get(request?: {
1712
+ /** V1 error format. */
1713
+ '$.xgafv'?: string;
1714
+ /** OAuth access token. */
1715
+ access_token?: string;
1716
+ /** Data format for response. */
1717
+ alt?: string;
1718
+ /** JSONP */
1719
+ callback?: string;
1720
+ /** Selector specifying which fields to include in a partial response. */
1721
+ fields?: string;
1722
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1723
+ key?: string;
1724
+ /** Resource name for the location. */
1725
+ name: string;
1726
+ /** OAuth 2.0 token for the current user. */
1727
+ oauth_token?: string;
1728
+ /** Returns response with indentations and line breaks. */
1729
+ prettyPrint?: boolean;
1730
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1731
+ quotaUser?: string;
1732
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1733
+ upload_protocol?: string;
1734
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1735
+ uploadType?: string;
1736
+ }): Request<Location>;
1737
+ /** Lists information about the supported locations for this service. */
1738
+ list(request?: {
1739
+ /** V1 error format. */
1740
+ '$.xgafv'?: string;
1741
+ /** OAuth access token. */
1742
+ access_token?: string;
1743
+ /** Data format for response. */
1744
+ alt?: string;
1745
+ /** JSONP */
1746
+ callback?: string;
1747
+ /** Selector specifying which fields to include in a partial response. */
1748
+ fields?: string;
1749
+ /** A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). */
1750
+ filter?: string;
1751
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1752
+ key?: string;
1753
+ /** The resource that owns the locations collection, if applicable. */
1754
+ name: string;
1755
+ /** OAuth 2.0 token for the current user. */
1756
+ oauth_token?: string;
1757
+ /** The maximum number of results to return. If not set, the service selects a default. */
1758
+ pageSize?: number;
1759
+ /** A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page. */
1760
+ pageToken?: string;
1761
+ /** Returns response with indentations and line breaks. */
1762
+ prettyPrint?: boolean;
1763
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1764
+ quotaUser?: string;
1765
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1766
+ upload_protocol?: string;
1767
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1768
+ uploadType?: string;
1769
+ }): Request<ListLocationsResponse>;
1770
+ certificateIssuanceConfigs: CertificateIssuanceConfigsResource;
1771
+ certificateMaps: CertificateMapsResource;
1772
+ certificates: CertificatesResource;
1773
+ dnsAuthorizations: DnsAuthorizationsResource;
1774
+ operations: OperationsResource;
1775
+ trustConfigs: TrustConfigsResource;
1776
+ }
1777
+ interface ProjectsResource {
1778
+ locations: LocationsResource;
1779
+ }
1780
+
1781
+ const projects: ProjectsResource;
1782
+ }
2642
1783
  }