@maxim_mazurok/gapi.client.privateca-v1 0.0.20241016 → 0.0.20241106
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 +9 -9
- 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://privateca.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241106
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -363,7 +363,7 @@ declare namespace gapi.client {
|
|
|
363
363
|
interface ListCaPoolsResponse {
|
|
364
364
|
/** The list of CaPools. */
|
|
365
365
|
caPools?: CaPool[];
|
|
366
|
-
/** A token to retrieve next page of results. Pass this value in ListCertificateAuthoritiesRequest.
|
|
366
|
+
/** A token to retrieve next page of results. Pass this value in ListCertificateAuthoritiesRequest.page_token to retrieve the next page of results. */
|
|
367
367
|
nextPageToken?: string;
|
|
368
368
|
/** A list of locations (e.g. "us-west1") that could not be reached. */
|
|
369
369
|
unreachable?: string[];
|
|
@@ -371,7 +371,7 @@ declare namespace gapi.client {
|
|
|
371
371
|
interface ListCertificateAuthoritiesResponse {
|
|
372
372
|
/** The list of CertificateAuthorities. */
|
|
373
373
|
certificateAuthorities?: CertificateAuthority[];
|
|
374
|
-
/** A token to retrieve next page of results. Pass this value in ListCertificateAuthoritiesRequest.
|
|
374
|
+
/** A token to retrieve next page of results. Pass this value in ListCertificateAuthoritiesRequest.page_token to retrieve the next page of results. */
|
|
375
375
|
nextPageToken?: string;
|
|
376
376
|
/** A list of locations (e.g. "us-west1") that could not be reached. */
|
|
377
377
|
unreachable?: string[];
|
|
@@ -379,7 +379,7 @@ declare namespace gapi.client {
|
|
|
379
379
|
interface ListCertificateRevocationListsResponse {
|
|
380
380
|
/** The list of CertificateRevocationLists. */
|
|
381
381
|
certificateRevocationLists?: CertificateRevocationList[];
|
|
382
|
-
/** A token to retrieve next page of results. Pass this value in ListCertificateRevocationListsRequest.
|
|
382
|
+
/** A token to retrieve next page of results. Pass this value in ListCertificateRevocationListsRequest.page_token to retrieve the next page of results. */
|
|
383
383
|
nextPageToken?: string;
|
|
384
384
|
/** A list of locations (e.g. "us-west1") that could not be reached. */
|
|
385
385
|
unreachable?: string[];
|
|
@@ -387,7 +387,7 @@ declare namespace gapi.client {
|
|
|
387
387
|
interface ListCertificatesResponse {
|
|
388
388
|
/** The list of Certificates. */
|
|
389
389
|
certificates?: Certificate[];
|
|
390
|
-
/** A token to retrieve next page of results. Pass this value in ListCertificatesRequest.
|
|
390
|
+
/** A token to retrieve next page of results. Pass this value in ListCertificatesRequest.page_token to retrieve the next page of results. */
|
|
391
391
|
nextPageToken?: string;
|
|
392
392
|
/** A list of locations (e.g. "us-west1") that could not be reached. */
|
|
393
393
|
unreachable?: string[];
|
|
@@ -395,7 +395,7 @@ declare namespace gapi.client {
|
|
|
395
395
|
interface ListCertificateTemplatesResponse {
|
|
396
396
|
/** The list of CertificateTemplates. */
|
|
397
397
|
certificateTemplates?: CertificateTemplate[];
|
|
398
|
-
/** A token to retrieve next page of results. Pass this value in ListCertificateTemplatesRequest.
|
|
398
|
+
/** A token to retrieve next page of results. Pass this value in ListCertificateTemplatesRequest.page_token to retrieve the next page of results. */
|
|
399
399
|
nextPageToken?: string;
|
|
400
400
|
/** A list of locations (e.g. "us-west1") that could not be reached. */
|
|
401
401
|
unreachable?: string[];
|
|
@@ -467,7 +467,7 @@ declare namespace gapi.client {
|
|
|
467
467
|
createTime?: string;
|
|
468
468
|
/** Output only. The time the operation finished running. */
|
|
469
469
|
endTime?: string;
|
|
470
|
-
/** Output only. 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`. */
|
|
470
|
+
/** Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
|
|
471
471
|
requestedCancellation?: boolean;
|
|
472
472
|
/** Output only. Human-readable status of the operation, if any. */
|
|
473
473
|
statusMessage?: string;
|
|
@@ -1361,7 +1361,7 @@ declare namespace gapi.client {
|
|
|
1361
1361
|
alt?: string;
|
|
1362
1362
|
/** JSONP */
|
|
1363
1363
|
callback?: string;
|
|
1364
|
-
/** Optional. It must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a CertificateAuthority in the Enterprise CertificateAuthority.
|
|
1364
|
+
/** Optional. It must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a CertificateAuthority in the Enterprise CertificateAuthority.tier, but is optional and its value is ignored otherwise. */
|
|
1365
1365
|
certificateId?: string;
|
|
1366
1366
|
/** Selector specifying which fields to include in a partial response. */
|
|
1367
1367
|
fields?: string;
|
|
@@ -1398,7 +1398,7 @@ declare namespace gapi.client {
|
|
|
1398
1398
|
alt?: string;
|
|
1399
1399
|
/** JSONP */
|
|
1400
1400
|
callback?: string;
|
|
1401
|
-
/** Optional. It must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a CertificateAuthority in the Enterprise CertificateAuthority.
|
|
1401
|
+
/** Optional. It must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a CertificateAuthority in the Enterprise CertificateAuthority.tier, but is optional and its value is ignored otherwise. */
|
|
1402
1402
|
certificateId?: string;
|
|
1403
1403
|
/** Selector specifying which fields to include in a partial response. */
|
|
1404
1404
|
fields?: string;
|