@maxim_mazurok/gapi.client.certificatemanager-v1 0.0.20240717 → 0.0.20240729
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 +128 -66
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
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:
|
|
12
|
+
// Revision: 20240729
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -35,7 +35,7 @@ declare namespace gapi.client {
|
|
|
35
35
|
interface AuthorizationAttemptInfo {
|
|
36
36
|
/** 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. */
|
|
37
37
|
details?: string;
|
|
38
|
-
/** Domain name of the authorization attempt. */
|
|
38
|
+
/** Output only. Domain name of the authorization attempt. */
|
|
39
39
|
domain?: string;
|
|
40
40
|
/** Output only. Reason for failure of the authorization attempt for the domain. */
|
|
41
41
|
failureReason?: string;
|
|
@@ -46,21 +46,21 @@ declare namespace gapi.client {
|
|
|
46
46
|
interface Certificate {
|
|
47
47
|
/** Output only. The creation timestamp of a Certificate. */
|
|
48
48
|
createTime?: string;
|
|
49
|
-
/** One or more paragraphs of text description of a certificate. */
|
|
49
|
+
/** Optional. One or more paragraphs of text description of a certificate. */
|
|
50
50
|
description?: string;
|
|
51
51
|
/** Output only. The expiry timestamp of a Certificate. */
|
|
52
52
|
expireTime?: string;
|
|
53
|
-
/** Set of labels associated with a Certificate. */
|
|
53
|
+
/** Optional. Set of labels associated with a Certificate. */
|
|
54
54
|
labels?: {[P in string]: string};
|
|
55
55
|
/** If set, contains configuration and state of a managed certificate. */
|
|
56
56
|
managed?: ManagedCertificate;
|
|
57
|
-
/** A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*/locations/*/certificates/*`. */
|
|
57
|
+
/** Identifier. A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*/locations/*/certificates/*`. */
|
|
58
58
|
name?: string;
|
|
59
59
|
/** Output only. The PEM-encoded certificate chain. */
|
|
60
60
|
pemCertificate?: string;
|
|
61
61
|
/** 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. */
|
|
62
62
|
sanDnsnames?: string[];
|
|
63
|
-
/** Immutable. The scope of the certificate. */
|
|
63
|
+
/** Optional. Immutable. The scope of the certificate. */
|
|
64
64
|
scope?: string;
|
|
65
65
|
/** If set, defines data of a self-managed certificate. */
|
|
66
66
|
selfManaged?: SelfManagedCertificate;
|
|
@@ -80,15 +80,15 @@ declare namespace gapi.client {
|
|
|
80
80
|
certificateAuthorityConfig?: CertificateAuthorityConfig;
|
|
81
81
|
/** Output only. The creation timestamp of a CertificateIssuanceConfig. */
|
|
82
82
|
createTime?: string;
|
|
83
|
-
/** One or more paragraphs of text description of a CertificateIssuanceConfig. */
|
|
83
|
+
/** Optional. One or more paragraphs of text description of a CertificateIssuanceConfig. */
|
|
84
84
|
description?: string;
|
|
85
85
|
/** Required. The key algorithm to use when generating the private key. */
|
|
86
86
|
keyAlgorithm?: string;
|
|
87
|
-
/** Set of labels associated with a CertificateIssuanceConfig. */
|
|
87
|
+
/** Optional. Set of labels associated with a CertificateIssuanceConfig. */
|
|
88
88
|
labels?: {[P in string]: string};
|
|
89
89
|
/** Required. Workload certificate lifetime requested. */
|
|
90
90
|
lifetime?: string;
|
|
91
|
-
/** A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern `projects/*/locations/*/certificateIssuanceConfigs/*`. */
|
|
91
|
+
/** Identifier. A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern `projects/*/locations/*/certificateIssuanceConfigs/*`. */
|
|
92
92
|
name?: string;
|
|
93
93
|
/** 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. */
|
|
94
94
|
rotationWindowPercentage?: number;
|
|
@@ -98,31 +98,31 @@ declare namespace gapi.client {
|
|
|
98
98
|
interface CertificateMap {
|
|
99
99
|
/** Output only. The creation timestamp of a Certificate Map. */
|
|
100
100
|
createTime?: string;
|
|
101
|
-
/** One or more paragraphs of text description of a certificate map. */
|
|
101
|
+
/** Optional. One or more paragraphs of text description of a certificate map. */
|
|
102
102
|
description?: string;
|
|
103
103
|
/** 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. */
|
|
104
104
|
gclbTargets?: GclbTarget[];
|
|
105
|
-
/** Set of labels associated with a Certificate Map. */
|
|
105
|
+
/** Optional. Set of labels associated with a Certificate Map. */
|
|
106
106
|
labels?: {[P in string]: string};
|
|
107
|
-
/** A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`. */
|
|
107
|
+
/** Identifier. A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`. */
|
|
108
108
|
name?: string;
|
|
109
109
|
/** Output only. The update timestamp of a Certificate Map. */
|
|
110
110
|
updateTime?: string;
|
|
111
111
|
}
|
|
112
112
|
interface CertificateMapEntry {
|
|
113
|
-
/** 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/*`. */
|
|
113
|
+
/** Optional. 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/*`. */
|
|
114
114
|
certificates?: string[];
|
|
115
115
|
/** Output only. The creation timestamp of a Certificate Map Entry. */
|
|
116
116
|
createTime?: string;
|
|
117
|
-
/** One or more paragraphs of text description of a certificate map entry. */
|
|
117
|
+
/** Optional. One or more paragraphs of text description of a certificate map entry. */
|
|
118
118
|
description?: string;
|
|
119
119
|
/** 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. */
|
|
120
120
|
hostname?: string;
|
|
121
|
-
/** Set of labels associated with a Certificate Map Entry. */
|
|
121
|
+
/** Optional. Set of labels associated with a Certificate Map Entry. */
|
|
122
122
|
labels?: {[P in string]: string};
|
|
123
123
|
/** A predefined matcher for particular cases, other than SNI selection. */
|
|
124
124
|
matcher?: string;
|
|
125
|
-
/** A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`. */
|
|
125
|
+
/** Identifier. A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`. */
|
|
126
126
|
name?: string;
|
|
127
127
|
/** Output only. A serving state of this Certificate Map Entry. */
|
|
128
128
|
state?: string;
|
|
@@ -132,17 +132,17 @@ declare namespace gapi.client {
|
|
|
132
132
|
interface DnsAuthorization {
|
|
133
133
|
/** Output only. The creation timestamp of a DnsAuthorization. */
|
|
134
134
|
createTime?: string;
|
|
135
|
-
/** One or more paragraphs of text description of a DnsAuthorization. */
|
|
135
|
+
/** Optional. One or more paragraphs of text description of a DnsAuthorization. */
|
|
136
136
|
description?: string;
|
|
137
137
|
/** Output only. DNS Resource Record that needs to be added to DNS configuration. */
|
|
138
138
|
dnsResourceRecord?: DnsResourceRecord;
|
|
139
139
|
/** 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`. */
|
|
140
140
|
domain?: string;
|
|
141
|
-
/** Set of labels associated with a DnsAuthorization. */
|
|
141
|
+
/** Optional. Set of labels associated with a DnsAuthorization. */
|
|
142
142
|
labels?: {[P in string]: string};
|
|
143
|
-
/** A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`. */
|
|
143
|
+
/** Identifier. A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`. */
|
|
144
144
|
name?: string;
|
|
145
|
-
/** Immutable. Type of DnsAuthorization. If unset during resource creation the following default will be used: - in location `global`: FIXED_RECORD, - in other locations: PER_PROJECT_RECORD. */
|
|
145
|
+
/** Optional. Immutable. Type of DnsAuthorization. If unset during resource creation the following default will be used: - in location `global`: FIXED_RECORD, - in other locations: PER_PROJECT_RECORD. */
|
|
146
146
|
type?: string;
|
|
147
147
|
/** Output only. The last update timestamp of a DnsAuthorization. */
|
|
148
148
|
updateTime?: string;
|
|
@@ -249,11 +249,11 @@ declare namespace gapi.client {
|
|
|
249
249
|
interface ManagedCertificate {
|
|
250
250
|
/** Output only. Detailed state of the latest authorization attempt for each domain specified for managed certificate resource. */
|
|
251
251
|
authorizationAttemptInfo?: AuthorizationAttemptInfo[];
|
|
252
|
-
/** Immutable. Authorizations that will be used for performing domain authorization. */
|
|
252
|
+
/** Optional. Immutable. Authorizations that will be used for performing domain authorization. */
|
|
253
253
|
dnsAuthorizations?: string[];
|
|
254
|
-
/** Immutable. The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution. */
|
|
254
|
+
/** Optional. Immutable. The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution. */
|
|
255
255
|
domains?: string[];
|
|
256
|
-
/** 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. */
|
|
256
|
+
/** Optional. 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. */
|
|
257
257
|
issuanceConfig?: string;
|
|
258
258
|
/** Output only. Information about issues with provisioning a Managed Certificate. */
|
|
259
259
|
provisioningIssue?: ProvisioningIssue;
|
|
@@ -295,9 +295,9 @@ declare namespace gapi.client {
|
|
|
295
295
|
reason?: string;
|
|
296
296
|
}
|
|
297
297
|
interface SelfManagedCertificate {
|
|
298
|
-
/** Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any. */
|
|
298
|
+
/** Optional. Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any. */
|
|
299
299
|
pemCertificate?: string;
|
|
300
|
-
/** Input only. The PEM-encoded private key of the leaf certificate. */
|
|
300
|
+
/** Optional. Input only. The PEM-encoded private key of the leaf certificate. */
|
|
301
301
|
pemPrivateKey?: string;
|
|
302
302
|
}
|
|
303
303
|
interface Status {
|
|
@@ -317,23 +317,23 @@ declare namespace gapi.client {
|
|
|
317
317
|
allowlistedCertificates?: AllowlistedCertificate[];
|
|
318
318
|
/** Output only. The creation timestamp of a TrustConfig. */
|
|
319
319
|
createTime?: string;
|
|
320
|
-
/** One or more paragraphs of text description of a TrustConfig. */
|
|
320
|
+
/** Optional. One or more paragraphs of text description of a TrustConfig. */
|
|
321
321
|
description?: string;
|
|
322
322
|
/** 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. */
|
|
323
323
|
etag?: string;
|
|
324
|
-
/** Set of labels associated with a TrustConfig. */
|
|
324
|
+
/** Optional. Set of labels associated with a TrustConfig. */
|
|
325
325
|
labels?: {[P in string]: string};
|
|
326
|
-
/** A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*/locations/*/trustConfigs/*`. */
|
|
326
|
+
/** Identifier. A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*/locations/*/trustConfigs/*`. */
|
|
327
327
|
name?: string;
|
|
328
|
-
/** 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. */
|
|
328
|
+
/** Optional. 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. */
|
|
329
329
|
trustStores?: TrustStore[];
|
|
330
330
|
/** Output only. The last update timestamp of a TrustConfig. */
|
|
331
331
|
updateTime?: string;
|
|
332
332
|
}
|
|
333
333
|
interface TrustStore {
|
|
334
|
-
/** 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. */
|
|
334
|
+
/** Optional. 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. */
|
|
335
335
|
intermediateCas?: IntermediateCA[];
|
|
336
|
-
/** List of Trust Anchors to be used while performing validation against a given TrustStore. */
|
|
336
|
+
/** Optional. List of Trust Anchors to be used while performing validation against a given TrustStore. */
|
|
337
337
|
trustAnchors?: TrustAnchor[];
|
|
338
338
|
}
|
|
339
339
|
interface CertificateIssuanceConfigsResource {
|
|
@@ -465,17 +465,17 @@ declare namespace gapi.client {
|
|
|
465
465
|
callback?: string;
|
|
466
466
|
/** Selector specifying which fields to include in a partial response. */
|
|
467
467
|
fields?: string;
|
|
468
|
-
/** Filter expression to restrict the Certificates Configs returned. */
|
|
468
|
+
/** Optional. Filter expression to restrict the Certificates Configs returned. */
|
|
469
469
|
filter?: string;
|
|
470
470
|
/** 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. */
|
|
471
471
|
key?: string;
|
|
472
472
|
/** OAuth 2.0 token for the current user. */
|
|
473
473
|
oauth_token?: string;
|
|
474
|
-
/** 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"`. */
|
|
474
|
+
/** Optional. 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"`. */
|
|
475
475
|
orderBy?: string;
|
|
476
|
-
/** Maximum number of certificate configs to return per call. */
|
|
476
|
+
/** Optional. Maximum number of certificate configs to return per call. */
|
|
477
477
|
pageSize?: number;
|
|
478
|
-
/** 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. */
|
|
478
|
+
/** Optional. 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. */
|
|
479
479
|
pageToken?: string;
|
|
480
480
|
/** Required. The project and location from which the certificate should be listed, specified in the format `projects/*/locations/*`. */
|
|
481
481
|
parent: string;
|
|
@@ -488,6 +488,68 @@ declare namespace gapi.client {
|
|
|
488
488
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
489
489
|
uploadType?: string;
|
|
490
490
|
}): Request<ListCertificateIssuanceConfigsResponse>;
|
|
491
|
+
/** Updates a CertificateIssuanceConfig. */
|
|
492
|
+
patch(request: {
|
|
493
|
+
/** V1 error format. */
|
|
494
|
+
'$.xgafv'?: string;
|
|
495
|
+
/** OAuth access token. */
|
|
496
|
+
access_token?: string;
|
|
497
|
+
/** Data format for response. */
|
|
498
|
+
alt?: string;
|
|
499
|
+
/** JSONP */
|
|
500
|
+
callback?: string;
|
|
501
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
502
|
+
fields?: string;
|
|
503
|
+
/** 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. */
|
|
504
|
+
key?: string;
|
|
505
|
+
/** Identifier. A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern `projects/*/locations/*/certificateIssuanceConfigs/*`. */
|
|
506
|
+
name: string;
|
|
507
|
+
/** OAuth 2.0 token for the current user. */
|
|
508
|
+
oauth_token?: string;
|
|
509
|
+
/** Returns response with indentations and line breaks. */
|
|
510
|
+
prettyPrint?: boolean;
|
|
511
|
+
/** 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. */
|
|
512
|
+
quotaUser?: string;
|
|
513
|
+
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
|
|
514
|
+
updateMask?: string;
|
|
515
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
516
|
+
upload_protocol?: string;
|
|
517
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
518
|
+
uploadType?: string;
|
|
519
|
+
/** Request body */
|
|
520
|
+
resource: CertificateIssuanceConfig;
|
|
521
|
+
}): Request<Operation>;
|
|
522
|
+
patch(
|
|
523
|
+
request: {
|
|
524
|
+
/** V1 error format. */
|
|
525
|
+
'$.xgafv'?: string;
|
|
526
|
+
/** OAuth access token. */
|
|
527
|
+
access_token?: string;
|
|
528
|
+
/** Data format for response. */
|
|
529
|
+
alt?: string;
|
|
530
|
+
/** JSONP */
|
|
531
|
+
callback?: string;
|
|
532
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
533
|
+
fields?: string;
|
|
534
|
+
/** 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. */
|
|
535
|
+
key?: string;
|
|
536
|
+
/** Identifier. A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern `projects/*/locations/*/certificateIssuanceConfigs/*`. */
|
|
537
|
+
name: string;
|
|
538
|
+
/** OAuth 2.0 token for the current user. */
|
|
539
|
+
oauth_token?: string;
|
|
540
|
+
/** Returns response with indentations and line breaks. */
|
|
541
|
+
prettyPrint?: boolean;
|
|
542
|
+
/** 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. */
|
|
543
|
+
quotaUser?: string;
|
|
544
|
+
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask. */
|
|
545
|
+
updateMask?: string;
|
|
546
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
547
|
+
upload_protocol?: string;
|
|
548
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
549
|
+
uploadType?: string;
|
|
550
|
+
},
|
|
551
|
+
body: CertificateIssuanceConfig
|
|
552
|
+
): Request<Operation>;
|
|
491
553
|
}
|
|
492
554
|
interface CertificateMapEntriesResource {
|
|
493
555
|
/** Creates a new CertificateMapEntry in a given project and location. */
|
|
@@ -618,17 +680,17 @@ declare namespace gapi.client {
|
|
|
618
680
|
callback?: string;
|
|
619
681
|
/** Selector specifying which fields to include in a partial response. */
|
|
620
682
|
fields?: string;
|
|
621
|
-
/** Filter expression to restrict the returned Certificate Map Entries. */
|
|
683
|
+
/** Optional. Filter expression to restrict the returned Certificate Map Entries. */
|
|
622
684
|
filter?: string;
|
|
623
685
|
/** 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
686
|
key?: string;
|
|
625
687
|
/** OAuth 2.0 token for the current user. */
|
|
626
688
|
oauth_token?: string;
|
|
627
|
-
/** 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"`. */
|
|
689
|
+
/** Optional. 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"`. */
|
|
628
690
|
orderBy?: string;
|
|
629
|
-
/** 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. */
|
|
691
|
+
/** Optional. 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. */
|
|
630
692
|
pageSize?: number;
|
|
631
|
-
/** 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. */
|
|
693
|
+
/** Optional. 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. */
|
|
632
694
|
pageToken?: string;
|
|
633
695
|
/** Required. The project, location and certificate map from which the certificate map entries should be listed, specified in the format `projects/*/locations/*/certificateMaps/*`. */
|
|
634
696
|
parent: string;
|
|
@@ -655,7 +717,7 @@ declare namespace gapi.client {
|
|
|
655
717
|
fields?: string;
|
|
656
718
|
/** 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. */
|
|
657
719
|
key?: string;
|
|
658
|
-
/** A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`. */
|
|
720
|
+
/** Identifier. A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`. */
|
|
659
721
|
name: string;
|
|
660
722
|
/** OAuth 2.0 token for the current user. */
|
|
661
723
|
oauth_token?: string;
|
|
@@ -686,7 +748,7 @@ declare namespace gapi.client {
|
|
|
686
748
|
fields?: string;
|
|
687
749
|
/** 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. */
|
|
688
750
|
key?: string;
|
|
689
|
-
/** A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`. */
|
|
751
|
+
/** Identifier. A user-defined name of the Certificate Map Entry. Certificate Map Entry names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`. */
|
|
690
752
|
name: string;
|
|
691
753
|
/** OAuth 2.0 token for the current user. */
|
|
692
754
|
oauth_token?: string;
|
|
@@ -833,17 +895,17 @@ declare namespace gapi.client {
|
|
|
833
895
|
callback?: string;
|
|
834
896
|
/** Selector specifying which fields to include in a partial response. */
|
|
835
897
|
fields?: string;
|
|
836
|
-
/** Filter expression to restrict the Certificates Maps returned. */
|
|
898
|
+
/** Optional. Filter expression to restrict the Certificates Maps returned. */
|
|
837
899
|
filter?: string;
|
|
838
900
|
/** 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. */
|
|
839
901
|
key?: string;
|
|
840
902
|
/** OAuth 2.0 token for the current user. */
|
|
841
903
|
oauth_token?: string;
|
|
842
|
-
/** 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"`. */
|
|
904
|
+
/** Optional. 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"`. */
|
|
843
905
|
orderBy?: string;
|
|
844
|
-
/** Maximum number of certificate maps to return per call. */
|
|
906
|
+
/** Optional. Maximum number of certificate maps to return per call. */
|
|
845
907
|
pageSize?: number;
|
|
846
|
-
/** 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. */
|
|
908
|
+
/** Optional. 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. */
|
|
847
909
|
pageToken?: string;
|
|
848
910
|
/** Required. The project and location from which the certificate maps should be listed, specified in the format `projects/*/locations/*`. */
|
|
849
911
|
parent: string;
|
|
@@ -870,7 +932,7 @@ declare namespace gapi.client {
|
|
|
870
932
|
fields?: string;
|
|
871
933
|
/** 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. */
|
|
872
934
|
key?: string;
|
|
873
|
-
/** A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`. */
|
|
935
|
+
/** Identifier. A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`. */
|
|
874
936
|
name: string;
|
|
875
937
|
/** OAuth 2.0 token for the current user. */
|
|
876
938
|
oauth_token?: string;
|
|
@@ -901,7 +963,7 @@ declare namespace gapi.client {
|
|
|
901
963
|
fields?: string;
|
|
902
964
|
/** 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. */
|
|
903
965
|
key?: string;
|
|
904
|
-
/** A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`. */
|
|
966
|
+
/** Identifier. A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern `projects/*/locations/*/certificateMaps/*`. */
|
|
905
967
|
name: string;
|
|
906
968
|
/** OAuth 2.0 token for the current user. */
|
|
907
969
|
oauth_token?: string;
|
|
@@ -1049,17 +1111,17 @@ declare namespace gapi.client {
|
|
|
1049
1111
|
callback?: string;
|
|
1050
1112
|
/** Selector specifying which fields to include in a partial response. */
|
|
1051
1113
|
fields?: string;
|
|
1052
|
-
/** Filter expression to restrict the Certificates returned. */
|
|
1114
|
+
/** Optional. Filter expression to restrict the Certificates returned. */
|
|
1053
1115
|
filter?: string;
|
|
1054
1116
|
/** 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. */
|
|
1055
1117
|
key?: string;
|
|
1056
1118
|
/** OAuth 2.0 token for the current user. */
|
|
1057
1119
|
oauth_token?: string;
|
|
1058
|
-
/** 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"`. */
|
|
1120
|
+
/** Optional. 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"`. */
|
|
1059
1121
|
orderBy?: string;
|
|
1060
|
-
/** Maximum number of certificates to return per call. */
|
|
1122
|
+
/** Optional. Maximum number of certificates to return per call. */
|
|
1061
1123
|
pageSize?: number;
|
|
1062
|
-
/** 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. */
|
|
1124
|
+
/** Optional. 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. */
|
|
1063
1125
|
pageToken?: string;
|
|
1064
1126
|
/** Required. The project and location from which the certificate should be listed, specified in the format `projects/*/locations/*`. */
|
|
1065
1127
|
parent: string;
|
|
@@ -1086,7 +1148,7 @@ declare namespace gapi.client {
|
|
|
1086
1148
|
fields?: string;
|
|
1087
1149
|
/** 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. */
|
|
1088
1150
|
key?: string;
|
|
1089
|
-
/** A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*/locations/*/certificates/*`. */
|
|
1151
|
+
/** Identifier. A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*/locations/*/certificates/*`. */
|
|
1090
1152
|
name: string;
|
|
1091
1153
|
/** OAuth 2.0 token for the current user. */
|
|
1092
1154
|
oauth_token?: string;
|
|
@@ -1117,7 +1179,7 @@ declare namespace gapi.client {
|
|
|
1117
1179
|
fields?: string;
|
|
1118
1180
|
/** 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. */
|
|
1119
1181
|
key?: string;
|
|
1120
|
-
/** A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*/locations/*/certificates/*`. */
|
|
1182
|
+
/** Identifier. A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*/locations/*/certificates/*`. */
|
|
1121
1183
|
name: string;
|
|
1122
1184
|
/** OAuth 2.0 token for the current user. */
|
|
1123
1185
|
oauth_token?: string;
|
|
@@ -1264,17 +1326,17 @@ declare namespace gapi.client {
|
|
|
1264
1326
|
callback?: string;
|
|
1265
1327
|
/** Selector specifying which fields to include in a partial response. */
|
|
1266
1328
|
fields?: string;
|
|
1267
|
-
/** Filter expression to restrict the Dns Authorizations returned. */
|
|
1329
|
+
/** Optional. Filter expression to restrict the Dns Authorizations returned. */
|
|
1268
1330
|
filter?: string;
|
|
1269
1331
|
/** 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. */
|
|
1270
1332
|
key?: string;
|
|
1271
1333
|
/** OAuth 2.0 token for the current user. */
|
|
1272
1334
|
oauth_token?: string;
|
|
1273
|
-
/** 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"`. */
|
|
1335
|
+
/** Optional. 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"`. */
|
|
1274
1336
|
orderBy?: string;
|
|
1275
|
-
/** Maximum number of dns authorizations to return per call. */
|
|
1337
|
+
/** Optional. Maximum number of dns authorizations to return per call. */
|
|
1276
1338
|
pageSize?: number;
|
|
1277
|
-
/** 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. */
|
|
1339
|
+
/** Optional. 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. */
|
|
1278
1340
|
pageToken?: string;
|
|
1279
1341
|
/** Required. The project and location from which the dns authorizations should be listed, specified in the format `projects/*/locations/*`. */
|
|
1280
1342
|
parent: string;
|
|
@@ -1301,7 +1363,7 @@ declare namespace gapi.client {
|
|
|
1301
1363
|
fields?: string;
|
|
1302
1364
|
/** 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. */
|
|
1303
1365
|
key?: string;
|
|
1304
|
-
/** A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`. */
|
|
1366
|
+
/** Identifier. A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`. */
|
|
1305
1367
|
name: string;
|
|
1306
1368
|
/** OAuth 2.0 token for the current user. */
|
|
1307
1369
|
oauth_token?: string;
|
|
@@ -1332,7 +1394,7 @@ declare namespace gapi.client {
|
|
|
1332
1394
|
fields?: string;
|
|
1333
1395
|
/** 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. */
|
|
1334
1396
|
key?: string;
|
|
1335
|
-
/** A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`. */
|
|
1397
|
+
/** Identifier. A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`. */
|
|
1336
1398
|
name: string;
|
|
1337
1399
|
/** OAuth 2.0 token for the current user. */
|
|
1338
1400
|
oauth_token?: string;
|
|
@@ -1570,7 +1632,7 @@ declare namespace gapi.client {
|
|
|
1570
1632
|
alt?: string;
|
|
1571
1633
|
/** JSONP */
|
|
1572
1634
|
callback?: string;
|
|
1573
|
-
/** 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. */
|
|
1635
|
+
/** Optional. 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. */
|
|
1574
1636
|
etag?: string;
|
|
1575
1637
|
/** Selector specifying which fields to include in a partial response. */
|
|
1576
1638
|
fields?: string;
|
|
@@ -1628,17 +1690,17 @@ declare namespace gapi.client {
|
|
|
1628
1690
|
callback?: string;
|
|
1629
1691
|
/** Selector specifying which fields to include in a partial response. */
|
|
1630
1692
|
fields?: string;
|
|
1631
|
-
/** Filter expression to restrict the TrustConfigs returned. */
|
|
1693
|
+
/** Optional. Filter expression to restrict the TrustConfigs returned. */
|
|
1632
1694
|
filter?: string;
|
|
1633
1695
|
/** 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. */
|
|
1634
1696
|
key?: string;
|
|
1635
1697
|
/** OAuth 2.0 token for the current user. */
|
|
1636
1698
|
oauth_token?: string;
|
|
1637
|
-
/** 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"`. */
|
|
1699
|
+
/** Optional. 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"`. */
|
|
1638
1700
|
orderBy?: string;
|
|
1639
|
-
/** Maximum number of TrustConfigs to return per call. */
|
|
1701
|
+
/** Optional. Maximum number of TrustConfigs to return per call. */
|
|
1640
1702
|
pageSize?: number;
|
|
1641
|
-
/** 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. */
|
|
1703
|
+
/** Optional. 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. */
|
|
1642
1704
|
pageToken?: string;
|
|
1643
1705
|
/** Required. The project and location from which the TrustConfigs should be listed, specified in the format `projects/*/locations/*`. */
|
|
1644
1706
|
parent: string;
|
|
@@ -1665,7 +1727,7 @@ declare namespace gapi.client {
|
|
|
1665
1727
|
fields?: string;
|
|
1666
1728
|
/** 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. */
|
|
1667
1729
|
key?: string;
|
|
1668
|
-
/** A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*/locations/*/trustConfigs/*`. */
|
|
1730
|
+
/** Identifier. A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*/locations/*/trustConfigs/*`. */
|
|
1669
1731
|
name: string;
|
|
1670
1732
|
/** OAuth 2.0 token for the current user. */
|
|
1671
1733
|
oauth_token?: string;
|
|
@@ -1696,7 +1758,7 @@ declare namespace gapi.client {
|
|
|
1696
1758
|
fields?: string;
|
|
1697
1759
|
/** 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. */
|
|
1698
1760
|
key?: string;
|
|
1699
|
-
/** A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*/locations/*/trustConfigs/*`. */
|
|
1761
|
+
/** Identifier. A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*/locations/*/trustConfigs/*`. */
|
|
1700
1762
|
name: string;
|
|
1701
1763
|
/** OAuth 2.0 token for the current user. */
|
|
1702
1764
|
oauth_token?: string;
|