@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20250202 → 0.0.20250217
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 +568 -292
- 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://networksecurity.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250217
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -56,6 +56,12 @@ declare namespace gapi.client {
|
|
|
56
56
|
/** Output only. The timestamp when the resource was updated. */
|
|
57
57
|
updateTime?: string;
|
|
58
58
|
}
|
|
59
|
+
interface AntivirusOverride {
|
|
60
|
+
/** Required. Threat action override. For some threat types, only a subset of actions applies. */
|
|
61
|
+
action?: string;
|
|
62
|
+
/** Required. Protocol to match. */
|
|
63
|
+
protocol?: string;
|
|
64
|
+
}
|
|
59
65
|
interface AuthorizationPolicy {
|
|
60
66
|
/** Required. The action to take when a rule match is found. Possible values are "ALLOW" or "DENY". */
|
|
61
67
|
action?: string;
|
|
@@ -107,7 +113,7 @@ declare namespace gapi.client {
|
|
|
107
113
|
sources?: AuthzPolicyAuthzRuleFromRequestSource[];
|
|
108
114
|
}
|
|
109
115
|
interface AuthzPolicyAuthzRuleFromRequestSource {
|
|
110
|
-
/** Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the
|
|
116
|
+
/** Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the forwarding rule or Gateway. For Application Load Balancers, each identity is a string whose value is matched against the URI SAN, or DNS SAN, or SPIFFE ID, or the subject field in the client's certificate. For Cloud Service Mesh, each identity is a string whose value is matched against the URI SAN, or DNS SAN, or the subject field in the client's certificate. The match can be exact, prefix, suffix, or a substring match. One of exact, prefix, suffix, or contains must be specified. Limited to 5 principals. */
|
|
111
117
|
principals?: AuthzPolicyAuthzRuleStringMatch[];
|
|
112
118
|
/** Optional. A list of resources to match against the resource of the source VM of a request. Limited to 5 resources. */
|
|
113
119
|
resources?: AuthzPolicyAuthzRuleRequestResource[];
|
|
@@ -177,6 +183,26 @@ declare namespace gapi.client {
|
|
|
177
183
|
/** Required. A list of references to the Forwarding Rules on which this policy will be applied. */
|
|
178
184
|
resources?: string[];
|
|
179
185
|
}
|
|
186
|
+
interface BackendAuthenticationConfig {
|
|
187
|
+
/** Optional. A reference to a certificatemanager.googleapis.com.Certificate resource. This is a relative resource path following the form "projects/{project}/locations/{location}/certificates/{certificate}". Used by a BackendService to negotiate mTLS when the backend connection uses TLS and the backend requests a client certificate. Must have a CLIENT_AUTH scope. */
|
|
188
|
+
clientCertificate?: string;
|
|
189
|
+
/** Output only. The timestamp when the resource was created. */
|
|
190
|
+
createTime?: string;
|
|
191
|
+
/** Optional. Free-text description of the resource. */
|
|
192
|
+
description?: string;
|
|
193
|
+
/** Output only. Etag of the resource. */
|
|
194
|
+
etag?: string;
|
|
195
|
+
/** Set of label tags associated with the resource. */
|
|
196
|
+
labels?: {[P in string]: string};
|
|
197
|
+
/** Required. Name of the BackendAuthenticationConfig resource. It matches the pattern `projects/*/locations/{location}/backendAuthenticationConfigs/{backend_authentication_config}` */
|
|
198
|
+
name?: string;
|
|
199
|
+
/** Optional. A reference to a TrustConfig resource from the certificatemanager.googleapis.com namespace. This is a relative resource path following the form "projects/{project}/locations/{location}/trustConfigs/{trust_config}". A BackendService uses the chain of trust represented by this TrustConfig, if specified, to validate the server certificates presented by the backend. Required unless wellKnownRoots is set to PUBLIC_ROOTS. */
|
|
200
|
+
trustConfig?: string;
|
|
201
|
+
/** Output only. The timestamp when the resource was updated. */
|
|
202
|
+
updateTime?: string;
|
|
203
|
+
/** Well known roots to use for server certificate validation. */
|
|
204
|
+
wellKnownRoots?: string;
|
|
205
|
+
}
|
|
180
206
|
interface CancelOperationRequest {}
|
|
181
207
|
interface CertificateProviderInstance {
|
|
182
208
|
/** Required. Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance. */
|
|
@@ -252,6 +278,10 @@ declare namespace gapi.client {
|
|
|
252
278
|
name?: string;
|
|
253
279
|
/** Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. */
|
|
254
280
|
reconciling?: boolean;
|
|
281
|
+
/** Output only. [Output Only] Reserved for future use. */
|
|
282
|
+
satisfiesPzi?: boolean;
|
|
283
|
+
/** Output only. [Output Only] Reserved for future use. */
|
|
284
|
+
satisfiesPzs?: boolean;
|
|
255
285
|
/** Output only. Current state of the endpoint. */
|
|
256
286
|
state?: string;
|
|
257
287
|
/** Output only. Update time stamp */
|
|
@@ -380,101 +410,109 @@ declare namespace gapi.client {
|
|
|
380
410
|
regexMatch?: string;
|
|
381
411
|
}
|
|
382
412
|
interface InterceptDeployment {
|
|
383
|
-
/** Output only.
|
|
413
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
384
414
|
createTime?: string;
|
|
385
415
|
/** Optional. User-provided description of the deployment. Used as additional context for the deployment. */
|
|
386
416
|
description?: string;
|
|
387
|
-
/** Required. Immutable. The regional
|
|
417
|
+
/** Required. Immutable. The regional forwarding rule that fronts the intercept collectors, for example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`. See https://google.aip.dev/124. */
|
|
388
418
|
forwardingRule?: string;
|
|
389
|
-
/** Required. Immutable. The
|
|
419
|
+
/** Required. Immutable. The deployment group that this deployment is a part of, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/124. */
|
|
390
420
|
interceptDeploymentGroup?: string;
|
|
391
|
-
/** Optional. Labels
|
|
421
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
392
422
|
labels?: {[P in string]: string};
|
|
393
|
-
/** Immutable. Identifier. The name of
|
|
423
|
+
/** Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/interceptDeployments/my-dep`. See https://google.aip.dev/122 for more details. */
|
|
394
424
|
name?: string;
|
|
395
|
-
/** Output only.
|
|
425
|
+
/** Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. linking a new association to the parent group). See https://google.aip.dev/128. */
|
|
396
426
|
reconciling?: boolean;
|
|
397
|
-
/** Output only.
|
|
427
|
+
/** Output only. The current state of the deployment. See https://google.aip.dev/216. */
|
|
398
428
|
state?: string;
|
|
399
|
-
/** Output only.
|
|
429
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
400
430
|
updateTime?: string;
|
|
401
431
|
}
|
|
402
432
|
interface InterceptDeploymentGroup {
|
|
403
|
-
/** Output only. The list of
|
|
433
|
+
/** Output only. The list of endpoint groups that are connected to this resource. */
|
|
404
434
|
connectedEndpointGroups?: InterceptDeploymentGroupConnectedEndpointGroup[];
|
|
405
|
-
/** Output only.
|
|
435
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
406
436
|
createTime?: string;
|
|
407
437
|
/** Optional. User-provided description of the deployment group. Used as additional context for the deployment group. */
|
|
408
438
|
description?: string;
|
|
409
|
-
/** Optional. Labels
|
|
439
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
410
440
|
labels?: {[P in string]: string};
|
|
411
|
-
/** Immutable. Identifier.
|
|
441
|
+
/** Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. */
|
|
412
442
|
name?: string;
|
|
413
|
-
/**
|
|
443
|
+
/** Output only. The list of Intercept Deployments that belong to this group. */
|
|
444
|
+
nestedDeployments?: InterceptDeploymentGroupDeployment[];
|
|
445
|
+
/** Required. Immutable. The network that will be used for all child deployments, for example: `projects/{project}/global/networks/{network}`. See https://google.aip.dev/124. */
|
|
414
446
|
network?: string;
|
|
415
|
-
/** Output only.
|
|
447
|
+
/** Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new deployment to the group) See https://google.aip.dev/128. */
|
|
416
448
|
reconciling?: boolean;
|
|
417
|
-
/** Output only.
|
|
449
|
+
/** Output only. The current state of the deployment group. See https://google.aip.dev/216. */
|
|
418
450
|
state?: string;
|
|
419
|
-
/** Output only.
|
|
451
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
420
452
|
updateTime?: string;
|
|
421
453
|
}
|
|
422
454
|
interface InterceptDeploymentGroupConnectedEndpointGroup {
|
|
423
|
-
/** Output only.
|
|
455
|
+
/** Output only. The connected endpoint group's resource name, for example: `projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See https://google.aip.dev/124. */
|
|
424
456
|
name?: string;
|
|
425
457
|
}
|
|
458
|
+
interface InterceptDeploymentGroupDeployment {
|
|
459
|
+
/** Output only. The name of the Intercept Deployment, in the format: `projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}`. */
|
|
460
|
+
name?: string;
|
|
461
|
+
/** Output only. Most recent known state of the deployment. */
|
|
462
|
+
state?: string;
|
|
463
|
+
}
|
|
426
464
|
interface InterceptEndpointGroup {
|
|
427
|
-
/** Output only. List of
|
|
465
|
+
/** Output only. List of associations to this endpoint group. */
|
|
428
466
|
associations?: InterceptEndpointGroupAssociationDetails[];
|
|
429
|
-
/** Output only.
|
|
467
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
430
468
|
createTime?: string;
|
|
431
469
|
/** Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group. */
|
|
432
470
|
description?: string;
|
|
433
|
-
/**
|
|
471
|
+
/** Immutable. The deployment group that this endpoint group is connected to, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/124. */
|
|
434
472
|
interceptDeploymentGroup?: string;
|
|
435
|
-
/** Optional. Labels
|
|
473
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
436
474
|
labels?: {[P in string]: string};
|
|
437
|
-
/** Immutable. Identifier. The name of
|
|
475
|
+
/** Immutable. Identifier. The resource name of this endpoint group, for example: `projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See https://google.aip.dev/122 for more details. */
|
|
438
476
|
name?: string;
|
|
439
|
-
/** Output only.
|
|
477
|
+
/** Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new association to the group). See https://google.aip.dev/128. */
|
|
440
478
|
reconciling?: boolean;
|
|
441
|
-
/** Output only.
|
|
479
|
+
/** Output only. The current state of the endpoint group. See https://google.aip.dev/216. */
|
|
442
480
|
state?: string;
|
|
443
|
-
/** Output only.
|
|
481
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
444
482
|
updateTime?: string;
|
|
445
483
|
}
|
|
446
484
|
interface InterceptEndpointGroupAssociation {
|
|
447
|
-
/** Output only.
|
|
485
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
448
486
|
createTime?: string;
|
|
449
|
-
/**
|
|
487
|
+
/** Immutable. The endpoint group that this association is connected to, for example: `projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See https://google.aip.dev/124. */
|
|
450
488
|
interceptEndpointGroup?: string;
|
|
451
|
-
/** Optional. Labels
|
|
489
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
452
490
|
labels?: {[P in string]: string};
|
|
453
|
-
/** Output only. The list of locations
|
|
491
|
+
/** Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself. */
|
|
454
492
|
locationsDetails?: InterceptEndpointGroupAssociationLocationDetails[];
|
|
455
|
-
/** Immutable. Identifier. The name of
|
|
493
|
+
/** Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. */
|
|
456
494
|
name?: string;
|
|
457
|
-
/**
|
|
495
|
+
/** Immutable. The VPC network that is associated. for example: `projects/123456789/global/networks/my-network`. See https://google.aip.dev/124. */
|
|
458
496
|
network?: string;
|
|
459
|
-
/** Output only.
|
|
497
|
+
/** Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. adding a new location to the target deployment group). See https://google.aip.dev/128. */
|
|
460
498
|
reconciling?: boolean;
|
|
461
499
|
/** Output only. Current state of the endpoint group association. */
|
|
462
500
|
state?: string;
|
|
463
|
-
/** Output only.
|
|
501
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
464
502
|
updateTime?: string;
|
|
465
503
|
}
|
|
466
504
|
interface InterceptEndpointGroupAssociationDetails {
|
|
467
|
-
/** Output only. The resource name
|
|
505
|
+
/** Output only. The connected association's resource name, for example: `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-ega`. See https://google.aip.dev/124. */
|
|
468
506
|
name?: string;
|
|
469
|
-
/** Output only. The
|
|
507
|
+
/** Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124. */
|
|
470
508
|
network?: string;
|
|
471
|
-
/** Output only.
|
|
509
|
+
/** Output only. Most recent known state of the association. */
|
|
472
510
|
state?: string;
|
|
473
511
|
}
|
|
474
512
|
interface InterceptEndpointGroupAssociationLocationDetails {
|
|
475
|
-
/** Output only. The cloud location. */
|
|
513
|
+
/** Output only. The cloud location, e.g. "us-central1-a" or "asia-south1". */
|
|
476
514
|
location?: string;
|
|
477
|
-
/** Output only. The
|
|
515
|
+
/** Output only. The current state of the association in this location. */
|
|
478
516
|
state?: string;
|
|
479
517
|
}
|
|
480
518
|
interface ListAddressGroupReferencesResponse {
|
|
@@ -496,6 +534,8 @@ declare namespace gapi.client {
|
|
|
496
534
|
addressGroups?: AddressGroup[];
|
|
497
535
|
/** 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`. */
|
|
498
536
|
nextPageToken?: string;
|
|
537
|
+
/** Locations that could not be reached. */
|
|
538
|
+
unreachable?: string[];
|
|
499
539
|
}
|
|
500
540
|
interface ListAuthorizationPoliciesResponse {
|
|
501
541
|
/** List of AuthorizationPolicies resources. */
|
|
@@ -511,6 +551,14 @@ declare namespace gapi.client {
|
|
|
511
551
|
/** Locations that could not be reached. */
|
|
512
552
|
unreachable?: string[];
|
|
513
553
|
}
|
|
554
|
+
interface ListBackendAuthenticationConfigsResponse {
|
|
555
|
+
/** List of BackendAuthenticationConfig resources. */
|
|
556
|
+
backendAuthenticationConfigs?: BackendAuthenticationConfig[];
|
|
557
|
+
/** 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`. */
|
|
558
|
+
nextPageToken?: string;
|
|
559
|
+
/** Locations that could not be reached. */
|
|
560
|
+
unreachable?: string[];
|
|
561
|
+
}
|
|
514
562
|
interface ListClientTlsPoliciesResponse {
|
|
515
563
|
/** List of ClientTlsPolicy resources. */
|
|
516
564
|
clientTlsPolicies?: ClientTlsPolicy[];
|
|
@@ -550,29 +598,29 @@ declare namespace gapi.client {
|
|
|
550
598
|
unreachable?: string[];
|
|
551
599
|
}
|
|
552
600
|
interface ListInterceptDeploymentGroupsResponse {
|
|
553
|
-
/** The
|
|
601
|
+
/** The deployment groups from the specified parent. */
|
|
554
602
|
interceptDeploymentGroups?: InterceptDeploymentGroup[];
|
|
555
|
-
/** A token
|
|
603
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. */
|
|
556
604
|
nextPageToken?: string;
|
|
557
605
|
}
|
|
558
606
|
interface ListInterceptDeploymentsResponse {
|
|
559
|
-
/** The
|
|
607
|
+
/** The deployments from the specified parent. */
|
|
560
608
|
interceptDeployments?: InterceptDeployment[];
|
|
561
|
-
/** A token
|
|
609
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. */
|
|
562
610
|
nextPageToken?: string;
|
|
563
611
|
/** Locations that could not be reached. */
|
|
564
612
|
unreachable?: string[];
|
|
565
613
|
}
|
|
566
614
|
interface ListInterceptEndpointGroupAssociationsResponse {
|
|
567
|
-
/** The
|
|
615
|
+
/** The associations from the specified parent. */
|
|
568
616
|
interceptEndpointGroupAssociations?: InterceptEndpointGroupAssociation[];
|
|
569
|
-
/** A token
|
|
617
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. */
|
|
570
618
|
nextPageToken?: string;
|
|
571
619
|
}
|
|
572
620
|
interface ListInterceptEndpointGroupsResponse {
|
|
573
|
-
/** The
|
|
621
|
+
/** The endpoint groups from the specified parent. */
|
|
574
622
|
interceptEndpointGroups?: InterceptEndpointGroup[];
|
|
575
|
-
/** A token
|
|
623
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. */
|
|
576
624
|
nextPageToken?: string;
|
|
577
625
|
}
|
|
578
626
|
interface ListLocationsResponse {
|
|
@@ -582,29 +630,29 @@ declare namespace gapi.client {
|
|
|
582
630
|
nextPageToken?: string;
|
|
583
631
|
}
|
|
584
632
|
interface ListMirroringDeploymentGroupsResponse {
|
|
585
|
-
/** The
|
|
633
|
+
/** The deployment groups from the specified parent. */
|
|
586
634
|
mirroringDeploymentGroups?: MirroringDeploymentGroup[];
|
|
587
|
-
/** A token
|
|
635
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. */
|
|
588
636
|
nextPageToken?: string;
|
|
589
637
|
}
|
|
590
638
|
interface ListMirroringDeploymentsResponse {
|
|
591
|
-
/** The
|
|
639
|
+
/** The deployments from the specified parent. */
|
|
592
640
|
mirroringDeployments?: MirroringDeployment[];
|
|
593
|
-
/** A token
|
|
641
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. */
|
|
594
642
|
nextPageToken?: string;
|
|
595
643
|
/** Locations that could not be reached. */
|
|
596
644
|
unreachable?: string[];
|
|
597
645
|
}
|
|
598
646
|
interface ListMirroringEndpointGroupAssociationsResponse {
|
|
599
|
-
/** The
|
|
647
|
+
/** The associations from the specified parent. */
|
|
600
648
|
mirroringEndpointGroupAssociations?: MirroringEndpointGroupAssociation[];
|
|
601
|
-
/** A token
|
|
649
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. */
|
|
602
650
|
nextPageToken?: string;
|
|
603
651
|
}
|
|
604
652
|
interface ListMirroringEndpointGroupsResponse {
|
|
605
|
-
/** The
|
|
653
|
+
/** The endpoint groups from the specified parent. */
|
|
606
654
|
mirroringEndpointGroups?: MirroringEndpointGroup[];
|
|
607
|
-
/** A token
|
|
655
|
+
/** A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details. */
|
|
608
656
|
nextPageToken?: string;
|
|
609
657
|
}
|
|
610
658
|
interface ListOperationsResponse {
|
|
@@ -660,101 +708,109 @@ declare namespace gapi.client {
|
|
|
660
708
|
name?: string;
|
|
661
709
|
}
|
|
662
710
|
interface MirroringDeployment {
|
|
663
|
-
/** Output only.
|
|
711
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
664
712
|
createTime?: string;
|
|
665
713
|
/** Optional. User-provided description of the deployment. Used as additional context for the deployment. */
|
|
666
714
|
description?: string;
|
|
667
|
-
/** Required. Immutable. The regional
|
|
715
|
+
/** Required. Immutable. The regional forwarding rule that fronts the mirroring collectors, for example: `projects/123456789/regions/us-central1/forwardingRules/my-rule`. See https://google.aip.dev/124. */
|
|
668
716
|
forwardingRule?: string;
|
|
669
|
-
/** Optional. Labels
|
|
717
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
670
718
|
labels?: {[P in string]: string};
|
|
671
|
-
/** Required. Immutable. The
|
|
719
|
+
/** Required. Immutable. The deployment group that this deployment is a part of, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/124. */
|
|
672
720
|
mirroringDeploymentGroup?: string;
|
|
673
|
-
/** Immutable. Identifier. The name of
|
|
721
|
+
/** Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep`. See https://google.aip.dev/122 for more details. */
|
|
674
722
|
name?: string;
|
|
675
|
-
/** Output only.
|
|
723
|
+
/** Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. linking a new association to the parent group). See https://google.aip.dev/128. */
|
|
676
724
|
reconciling?: boolean;
|
|
677
|
-
/** Output only.
|
|
725
|
+
/** Output only. The current state of the deployment. See https://google.aip.dev/216. */
|
|
678
726
|
state?: string;
|
|
679
|
-
/** Output only.
|
|
727
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
680
728
|
updateTime?: string;
|
|
681
729
|
}
|
|
682
730
|
interface MirroringDeploymentGroup {
|
|
683
|
-
/** Output only. The list of
|
|
731
|
+
/** Output only. The list of endpoint groups that are connected to this resource. */
|
|
684
732
|
connectedEndpointGroups?: MirroringDeploymentGroupConnectedEndpointGroup[];
|
|
685
|
-
/** Output only.
|
|
733
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
686
734
|
createTime?: string;
|
|
687
735
|
/** Optional. User-provided description of the deployment group. Used as additional context for the deployment group. */
|
|
688
736
|
description?: string;
|
|
689
|
-
/** Optional. Labels
|
|
737
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
690
738
|
labels?: {[P in string]: string};
|
|
691
|
-
/** Immutable. Identifier.
|
|
739
|
+
/** Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. */
|
|
692
740
|
name?: string;
|
|
693
|
-
/**
|
|
741
|
+
/** Output only. The list of Mirroring Deployments that belong to this group. */
|
|
742
|
+
nestedDeployments?: MirroringDeploymentGroupDeployment[];
|
|
743
|
+
/** Required. Immutable. The network that will be used for all child deployments, for example: `projects/{project}/global/networks/{network}`. See https://google.aip.dev/124. */
|
|
694
744
|
network?: string;
|
|
695
|
-
/** Output only.
|
|
745
|
+
/** Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new deployment to the group) See https://google.aip.dev/128. */
|
|
696
746
|
reconciling?: boolean;
|
|
697
|
-
/** Output only.
|
|
747
|
+
/** Output only. The current state of the deployment group. See https://google.aip.dev/216. */
|
|
698
748
|
state?: string;
|
|
699
|
-
/** Output only.
|
|
749
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
700
750
|
updateTime?: string;
|
|
701
751
|
}
|
|
702
752
|
interface MirroringDeploymentGroupConnectedEndpointGroup {
|
|
703
|
-
/** Output only.
|
|
753
|
+
/** Output only. The connected endpoint group's resource name, for example: `projects/123456789/locations/global/mirroringEndpointGroups/my-eg`. See https://google.aip.dev/124. */
|
|
704
754
|
name?: string;
|
|
705
755
|
}
|
|
756
|
+
interface MirroringDeploymentGroupDeployment {
|
|
757
|
+
/** Output only. The name of the Mirroring Deployment, in the format: `projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}`. */
|
|
758
|
+
name?: string;
|
|
759
|
+
/** Output only. Most recent known state of the deployment. */
|
|
760
|
+
state?: string;
|
|
761
|
+
}
|
|
706
762
|
interface MirroringEndpointGroup {
|
|
707
|
-
/** Output only. List of
|
|
763
|
+
/** Output only. List of associations to this endpoint group. */
|
|
708
764
|
associations?: MirroringEndpointGroupAssociationDetails[];
|
|
709
|
-
/** Output only.
|
|
765
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
710
766
|
createTime?: string;
|
|
711
767
|
/** Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group. */
|
|
712
768
|
description?: string;
|
|
713
|
-
/** Optional. Labels
|
|
769
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
714
770
|
labels?: {[P in string]: string};
|
|
715
|
-
/**
|
|
771
|
+
/** Immutable. The deployment group that this DIRECT endpoint group is connected to, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/124. */
|
|
716
772
|
mirroringDeploymentGroup?: string;
|
|
717
|
-
/** Immutable. Identifier.
|
|
773
|
+
/** Immutable. Identifier. The resource name of this endpoint group, for example: `projects/123456789/locations/global/mirroringEndpointGroups/my-eg`. See https://google.aip.dev/122 for more details. */
|
|
718
774
|
name?: string;
|
|
719
|
-
/** Output only.
|
|
775
|
+
/** Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new association to the group). See https://google.aip.dev/128. */
|
|
720
776
|
reconciling?: boolean;
|
|
721
|
-
/** Output only.
|
|
777
|
+
/** Output only. The current state of the endpoint group. See https://google.aip.dev/216. */
|
|
722
778
|
state?: string;
|
|
723
|
-
/** Output only.
|
|
779
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
724
780
|
updateTime?: string;
|
|
725
781
|
}
|
|
726
782
|
interface MirroringEndpointGroupAssociation {
|
|
727
|
-
/** Output only.
|
|
783
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
728
784
|
createTime?: string;
|
|
729
|
-
/** Optional. Labels
|
|
785
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
730
786
|
labels?: {[P in string]: string};
|
|
731
|
-
/** Output only. The list of locations
|
|
787
|
+
/** Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself. */
|
|
732
788
|
locationsDetails?: MirroringEndpointGroupAssociationLocationDetails[];
|
|
733
|
-
/**
|
|
789
|
+
/** Immutable. The endpoint group that this association is connected to, for example: `projects/123456789/locations/global/mirroringEndpointGroups/my-eg`. See https://google.aip.dev/124. */
|
|
734
790
|
mirroringEndpointGroup?: string;
|
|
735
|
-
/** Immutable. Identifier. The name of
|
|
791
|
+
/** Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. */
|
|
736
792
|
name?: string;
|
|
737
|
-
/**
|
|
793
|
+
/** Immutable. The VPC network that is associated. for example: `projects/123456789/global/networks/my-network`. See https://google.aip.dev/124. */
|
|
738
794
|
network?: string;
|
|
739
|
-
/** Output only.
|
|
795
|
+
/** Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. adding a new location to the target deployment group). See https://google.aip.dev/128. */
|
|
740
796
|
reconciling?: boolean;
|
|
741
797
|
/** Output only. Current state of the endpoint group association. */
|
|
742
798
|
state?: string;
|
|
743
|
-
/** Output only.
|
|
799
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
744
800
|
updateTime?: string;
|
|
745
801
|
}
|
|
746
802
|
interface MirroringEndpointGroupAssociationDetails {
|
|
747
|
-
/** Output only. The resource name
|
|
803
|
+
/** Output only. The connected association's resource name, for example: `projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-ega`. See https://google.aip.dev/124. */
|
|
748
804
|
name?: string;
|
|
749
|
-
/** Output only. The
|
|
805
|
+
/** Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124. */
|
|
750
806
|
network?: string;
|
|
751
|
-
/** Output only.
|
|
807
|
+
/** Output only. Most recent known state of the association. */
|
|
752
808
|
state?: string;
|
|
753
809
|
}
|
|
754
810
|
interface MirroringEndpointGroupAssociationLocationDetails {
|
|
755
|
-
/** Output only. The cloud location. */
|
|
811
|
+
/** Output only. The cloud location, e.g. "us-central1-a" or "asia-south1". */
|
|
756
812
|
location?: string;
|
|
757
|
-
/** Output only. The
|
|
813
|
+
/** Output only. The current state of the association in this location. */
|
|
758
814
|
state?: string;
|
|
759
815
|
}
|
|
760
816
|
interface MTLSPolicy {
|
|
@@ -896,6 +952,8 @@ declare namespace gapi.client {
|
|
|
896
952
|
type?: string;
|
|
897
953
|
}
|
|
898
954
|
interface ThreatPreventionProfile {
|
|
955
|
+
/** Optional. Configuration for overriding antivirus actions per protocol. */
|
|
956
|
+
antivirusOverrides?: AntivirusOverride[];
|
|
899
957
|
/** Optional. Configuration for overriding threats actions by severity match. */
|
|
900
958
|
severityOverrides?: SeverityOverride[];
|
|
901
959
|
/** Optional. Configuration for overriding threats actions by threat_id match. If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied. */
|
|
@@ -1206,6 +1264,8 @@ declare namespace gapi.client {
|
|
|
1206
1264
|
prettyPrint?: boolean;
|
|
1207
1265
|
/** 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. */
|
|
1208
1266
|
quotaUser?: string;
|
|
1267
|
+
/** Optional. If true, allow partial responses for multi-regional Aggregated List requests. */
|
|
1268
|
+
returnPartialSuccess?: boolean;
|
|
1209
1269
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1210
1270
|
upload_protocol?: string;
|
|
1211
1271
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2469,6 +2529,8 @@ declare namespace gapi.client {
|
|
|
2469
2529
|
prettyPrint?: boolean;
|
|
2470
2530
|
/** 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. */
|
|
2471
2531
|
quotaUser?: string;
|
|
2532
|
+
/** Optional. If true, allow partial responses for multi-regional Aggregated List requests. */
|
|
2533
|
+
returnPartialSuccess?: boolean;
|
|
2472
2534
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2473
2535
|
upload_protocol?: string;
|
|
2474
2536
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -3304,6 +3366,219 @@ declare namespace gapi.client {
|
|
|
3304
3366
|
body: GoogleIamV1TestIamPermissionsRequest,
|
|
3305
3367
|
): Request<GoogleIamV1TestIamPermissionsResponse>;
|
|
3306
3368
|
}
|
|
3369
|
+
interface BackendAuthenticationConfigsResource {
|
|
3370
|
+
/** Creates a new BackendAuthenticationConfig in a given project and location. */
|
|
3371
|
+
create(request: {
|
|
3372
|
+
/** V1 error format. */
|
|
3373
|
+
'$.xgafv'?: string;
|
|
3374
|
+
/** OAuth access token. */
|
|
3375
|
+
access_token?: string;
|
|
3376
|
+
/** Data format for response. */
|
|
3377
|
+
alt?: string;
|
|
3378
|
+
/** Required. Short name of the BackendAuthenticationConfig resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "backend-auth-config". */
|
|
3379
|
+
backendAuthenticationConfigId?: string;
|
|
3380
|
+
/** JSONP */
|
|
3381
|
+
callback?: string;
|
|
3382
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3383
|
+
fields?: string;
|
|
3384
|
+
/** 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. */
|
|
3385
|
+
key?: string;
|
|
3386
|
+
/** OAuth 2.0 token for the current user. */
|
|
3387
|
+
oauth_token?: string;
|
|
3388
|
+
/** Required. The parent resource of the BackendAuthenticationConfig. Must be in the format `projects/*/locations/{location}`. */
|
|
3389
|
+
parent: string;
|
|
3390
|
+
/** Returns response with indentations and line breaks. */
|
|
3391
|
+
prettyPrint?: boolean;
|
|
3392
|
+
/** 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. */
|
|
3393
|
+
quotaUser?: string;
|
|
3394
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3395
|
+
upload_protocol?: string;
|
|
3396
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3397
|
+
uploadType?: string;
|
|
3398
|
+
/** Request body */
|
|
3399
|
+
resource: BackendAuthenticationConfig;
|
|
3400
|
+
}): Request<Operation>;
|
|
3401
|
+
create(
|
|
3402
|
+
request: {
|
|
3403
|
+
/** V1 error format. */
|
|
3404
|
+
'$.xgafv'?: string;
|
|
3405
|
+
/** OAuth access token. */
|
|
3406
|
+
access_token?: string;
|
|
3407
|
+
/** Data format for response. */
|
|
3408
|
+
alt?: string;
|
|
3409
|
+
/** Required. Short name of the BackendAuthenticationConfig resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "backend-auth-config". */
|
|
3410
|
+
backendAuthenticationConfigId?: string;
|
|
3411
|
+
/** JSONP */
|
|
3412
|
+
callback?: string;
|
|
3413
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3414
|
+
fields?: string;
|
|
3415
|
+
/** 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. */
|
|
3416
|
+
key?: string;
|
|
3417
|
+
/** OAuth 2.0 token for the current user. */
|
|
3418
|
+
oauth_token?: string;
|
|
3419
|
+
/** Required. The parent resource of the BackendAuthenticationConfig. Must be in the format `projects/*/locations/{location}`. */
|
|
3420
|
+
parent: string;
|
|
3421
|
+
/** Returns response with indentations and line breaks. */
|
|
3422
|
+
prettyPrint?: boolean;
|
|
3423
|
+
/** 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. */
|
|
3424
|
+
quotaUser?: string;
|
|
3425
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3426
|
+
upload_protocol?: string;
|
|
3427
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3428
|
+
uploadType?: string;
|
|
3429
|
+
},
|
|
3430
|
+
body: BackendAuthenticationConfig,
|
|
3431
|
+
): Request<Operation>;
|
|
3432
|
+
/** Deletes a single BackendAuthenticationConfig to BackendAuthenticationConfig. */
|
|
3433
|
+
delete(request?: {
|
|
3434
|
+
/** V1 error format. */
|
|
3435
|
+
'$.xgafv'?: string;
|
|
3436
|
+
/** OAuth access token. */
|
|
3437
|
+
access_token?: string;
|
|
3438
|
+
/** Data format for response. */
|
|
3439
|
+
alt?: string;
|
|
3440
|
+
/** JSONP */
|
|
3441
|
+
callback?: string;
|
|
3442
|
+
/** Optional. Etag of the resource. If this is provided, it must match the server's etag. */
|
|
3443
|
+
etag?: string;
|
|
3444
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3445
|
+
fields?: string;
|
|
3446
|
+
/** 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. */
|
|
3447
|
+
key?: string;
|
|
3448
|
+
/** Required. A name of the BackendAuthenticationConfig to delete. Must be in the format `projects/*/locations/{location}/backendAuthenticationConfigs/*`. */
|
|
3449
|
+
name: string;
|
|
3450
|
+
/** OAuth 2.0 token for the current user. */
|
|
3451
|
+
oauth_token?: string;
|
|
3452
|
+
/** Returns response with indentations and line breaks. */
|
|
3453
|
+
prettyPrint?: boolean;
|
|
3454
|
+
/** 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. */
|
|
3455
|
+
quotaUser?: string;
|
|
3456
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3457
|
+
upload_protocol?: string;
|
|
3458
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3459
|
+
uploadType?: string;
|
|
3460
|
+
}): Request<Operation>;
|
|
3461
|
+
/** Gets details of a single BackendAuthenticationConfig to BackendAuthenticationConfig. */
|
|
3462
|
+
get(request?: {
|
|
3463
|
+
/** V1 error format. */
|
|
3464
|
+
'$.xgafv'?: string;
|
|
3465
|
+
/** OAuth access token. */
|
|
3466
|
+
access_token?: string;
|
|
3467
|
+
/** Data format for response. */
|
|
3468
|
+
alt?: string;
|
|
3469
|
+
/** JSONP */
|
|
3470
|
+
callback?: string;
|
|
3471
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3472
|
+
fields?: string;
|
|
3473
|
+
/** 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. */
|
|
3474
|
+
key?: string;
|
|
3475
|
+
/** Required. A name of the BackendAuthenticationConfig to get. Must be in the format `projects/*/locations/{location}/backendAuthenticationConfigs/*`. */
|
|
3476
|
+
name: string;
|
|
3477
|
+
/** OAuth 2.0 token for the current user. */
|
|
3478
|
+
oauth_token?: string;
|
|
3479
|
+
/** Returns response with indentations and line breaks. */
|
|
3480
|
+
prettyPrint?: boolean;
|
|
3481
|
+
/** 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. */
|
|
3482
|
+
quotaUser?: string;
|
|
3483
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3484
|
+
upload_protocol?: string;
|
|
3485
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3486
|
+
uploadType?: string;
|
|
3487
|
+
}): Request<BackendAuthenticationConfig>;
|
|
3488
|
+
/** Lists BackendAuthenticationConfigs in a given project and location. */
|
|
3489
|
+
list(request?: {
|
|
3490
|
+
/** V1 error format. */
|
|
3491
|
+
'$.xgafv'?: string;
|
|
3492
|
+
/** OAuth access token. */
|
|
3493
|
+
access_token?: string;
|
|
3494
|
+
/** Data format for response. */
|
|
3495
|
+
alt?: string;
|
|
3496
|
+
/** JSONP */
|
|
3497
|
+
callback?: string;
|
|
3498
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3499
|
+
fields?: string;
|
|
3500
|
+
/** 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. */
|
|
3501
|
+
key?: string;
|
|
3502
|
+
/** OAuth 2.0 token for the current user. */
|
|
3503
|
+
oauth_token?: string;
|
|
3504
|
+
/** Maximum number of BackendAuthenticationConfigs to return per call. */
|
|
3505
|
+
pageSize?: number;
|
|
3506
|
+
/** The value returned by the last `ListBackendAuthenticationConfigsResponse` Indicates that this is a continuation of a prior `ListBackendAuthenticationConfigs` call, and that the system should return the next page of data. */
|
|
3507
|
+
pageToken?: string;
|
|
3508
|
+
/** Required. The project and location from which the BackendAuthenticationConfigs should be listed, specified in the format `projects/*/locations/{location}`. */
|
|
3509
|
+
parent: string;
|
|
3510
|
+
/** Returns response with indentations and line breaks. */
|
|
3511
|
+
prettyPrint?: boolean;
|
|
3512
|
+
/** 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. */
|
|
3513
|
+
quotaUser?: string;
|
|
3514
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3515
|
+
upload_protocol?: string;
|
|
3516
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3517
|
+
uploadType?: string;
|
|
3518
|
+
}): Request<ListBackendAuthenticationConfigsResponse>;
|
|
3519
|
+
/** Updates the parameters of a single BackendAuthenticationConfig to BackendAuthenticationConfig. */
|
|
3520
|
+
patch(request: {
|
|
3521
|
+
/** V1 error format. */
|
|
3522
|
+
'$.xgafv'?: string;
|
|
3523
|
+
/** OAuth access token. */
|
|
3524
|
+
access_token?: string;
|
|
3525
|
+
/** Data format for response. */
|
|
3526
|
+
alt?: string;
|
|
3527
|
+
/** JSONP */
|
|
3528
|
+
callback?: string;
|
|
3529
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3530
|
+
fields?: string;
|
|
3531
|
+
/** 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. */
|
|
3532
|
+
key?: string;
|
|
3533
|
+
/** Required. Name of the BackendAuthenticationConfig resource. It matches the pattern `projects/*/locations/{location}/backendAuthenticationConfigs/{backend_authentication_config}` */
|
|
3534
|
+
name: string;
|
|
3535
|
+
/** OAuth 2.0 token for the current user. */
|
|
3536
|
+
oauth_token?: string;
|
|
3537
|
+
/** Returns response with indentations and line breaks. */
|
|
3538
|
+
prettyPrint?: boolean;
|
|
3539
|
+
/** 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. */
|
|
3540
|
+
quotaUser?: string;
|
|
3541
|
+
/** Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
|
|
3542
|
+
updateMask?: string;
|
|
3543
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3544
|
+
upload_protocol?: string;
|
|
3545
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3546
|
+
uploadType?: string;
|
|
3547
|
+
/** Request body */
|
|
3548
|
+
resource: BackendAuthenticationConfig;
|
|
3549
|
+
}): Request<Operation>;
|
|
3550
|
+
patch(
|
|
3551
|
+
request: {
|
|
3552
|
+
/** V1 error format. */
|
|
3553
|
+
'$.xgafv'?: string;
|
|
3554
|
+
/** OAuth access token. */
|
|
3555
|
+
access_token?: string;
|
|
3556
|
+
/** Data format for response. */
|
|
3557
|
+
alt?: string;
|
|
3558
|
+
/** JSONP */
|
|
3559
|
+
callback?: string;
|
|
3560
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3561
|
+
fields?: string;
|
|
3562
|
+
/** 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. */
|
|
3563
|
+
key?: string;
|
|
3564
|
+
/** Required. Name of the BackendAuthenticationConfig resource. It matches the pattern `projects/*/locations/{location}/backendAuthenticationConfigs/{backend_authentication_config}` */
|
|
3565
|
+
name: string;
|
|
3566
|
+
/** OAuth 2.0 token for the current user. */
|
|
3567
|
+
oauth_token?: string;
|
|
3568
|
+
/** Returns response with indentations and line breaks. */
|
|
3569
|
+
prettyPrint?: boolean;
|
|
3570
|
+
/** 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. */
|
|
3571
|
+
quotaUser?: string;
|
|
3572
|
+
/** Optional. Field mask is used to specify the fields to be overwritten in the BackendAuthenticationConfig resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
|
|
3573
|
+
updateMask?: string;
|
|
3574
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3575
|
+
upload_protocol?: string;
|
|
3576
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3577
|
+
uploadType?: string;
|
|
3578
|
+
},
|
|
3579
|
+
body: BackendAuthenticationConfig,
|
|
3580
|
+
): Request<Operation>;
|
|
3581
|
+
}
|
|
3307
3582
|
interface ClientTlsPoliciesResource {
|
|
3308
3583
|
/** Creates a new ClientTlsPolicy in a given project and location. */
|
|
3309
3584
|
create(request: {
|
|
@@ -4253,7 +4528,7 @@ declare namespace gapi.client {
|
|
|
4253
4528
|
rules: RulesResource;
|
|
4254
4529
|
}
|
|
4255
4530
|
interface InterceptDeploymentGroupsResource {
|
|
4256
|
-
/** Creates a
|
|
4531
|
+
/** Creates a deployment group in a given project and location. See https://google.aip.dev/133. */
|
|
4257
4532
|
create(request: {
|
|
4258
4533
|
/** V1 error format. */
|
|
4259
4534
|
'$.xgafv'?: string;
|
|
@@ -4265,19 +4540,19 @@ declare namespace gapi.client {
|
|
|
4265
4540
|
callback?: string;
|
|
4266
4541
|
/** Selector specifying which fields to include in a partial response. */
|
|
4267
4542
|
fields?: string;
|
|
4268
|
-
/** Required.
|
|
4543
|
+
/** Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name. */
|
|
4269
4544
|
interceptDeploymentGroupId?: string;
|
|
4270
4545
|
/** 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. */
|
|
4271
4546
|
key?: string;
|
|
4272
4547
|
/** OAuth 2.0 token for the current user. */
|
|
4273
4548
|
oauth_token?: string;
|
|
4274
|
-
/** Required.
|
|
4549
|
+
/** Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} */
|
|
4275
4550
|
parent: string;
|
|
4276
4551
|
/** Returns response with indentations and line breaks. */
|
|
4277
4552
|
prettyPrint?: boolean;
|
|
4278
4553
|
/** 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. */
|
|
4279
4554
|
quotaUser?: string;
|
|
4280
|
-
/** Optional.
|
|
4555
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4281
4556
|
requestId?: string;
|
|
4282
4557
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4283
4558
|
upload_protocol?: string;
|
|
@@ -4298,19 +4573,19 @@ declare namespace gapi.client {
|
|
|
4298
4573
|
callback?: string;
|
|
4299
4574
|
/** Selector specifying which fields to include in a partial response. */
|
|
4300
4575
|
fields?: string;
|
|
4301
|
-
/** Required.
|
|
4576
|
+
/** Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name. */
|
|
4302
4577
|
interceptDeploymentGroupId?: string;
|
|
4303
4578
|
/** 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. */
|
|
4304
4579
|
key?: string;
|
|
4305
4580
|
/** OAuth 2.0 token for the current user. */
|
|
4306
4581
|
oauth_token?: string;
|
|
4307
|
-
/** Required.
|
|
4582
|
+
/** Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} */
|
|
4308
4583
|
parent: string;
|
|
4309
4584
|
/** Returns response with indentations and line breaks. */
|
|
4310
4585
|
prettyPrint?: boolean;
|
|
4311
4586
|
/** 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. */
|
|
4312
4587
|
quotaUser?: string;
|
|
4313
|
-
/** Optional.
|
|
4588
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4314
4589
|
requestId?: string;
|
|
4315
4590
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4316
4591
|
upload_protocol?: string;
|
|
@@ -4319,7 +4594,7 @@ declare namespace gapi.client {
|
|
|
4319
4594
|
},
|
|
4320
4595
|
body: InterceptDeploymentGroup,
|
|
4321
4596
|
): Request<Operation>;
|
|
4322
|
-
/** Deletes a
|
|
4597
|
+
/** Deletes a deployment group. See https://google.aip.dev/135. */
|
|
4323
4598
|
delete(request?: {
|
|
4324
4599
|
/** V1 error format. */
|
|
4325
4600
|
'$.xgafv'?: string;
|
|
@@ -4333,7 +4608,7 @@ declare namespace gapi.client {
|
|
|
4333
4608
|
fields?: string;
|
|
4334
4609
|
/** 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. */
|
|
4335
4610
|
key?: string;
|
|
4336
|
-
/** Required.
|
|
4611
|
+
/** Required. The deployment group to delete. */
|
|
4337
4612
|
name: string;
|
|
4338
4613
|
/** OAuth 2.0 token for the current user. */
|
|
4339
4614
|
oauth_token?: string;
|
|
@@ -4341,14 +4616,14 @@ declare namespace gapi.client {
|
|
|
4341
4616
|
prettyPrint?: boolean;
|
|
4342
4617
|
/** 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. */
|
|
4343
4618
|
quotaUser?: string;
|
|
4344
|
-
/** Optional.
|
|
4619
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4345
4620
|
requestId?: string;
|
|
4346
4621
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4347
4622
|
upload_protocol?: string;
|
|
4348
4623
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4349
4624
|
uploadType?: string;
|
|
4350
4625
|
}): Request<Operation>;
|
|
4351
|
-
/** Gets
|
|
4626
|
+
/** Gets a specific deployment group. See https://google.aip.dev/131. */
|
|
4352
4627
|
get(request?: {
|
|
4353
4628
|
/** V1 error format. */
|
|
4354
4629
|
'$.xgafv'?: string;
|
|
@@ -4362,7 +4637,7 @@ declare namespace gapi.client {
|
|
|
4362
4637
|
fields?: string;
|
|
4363
4638
|
/** 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. */
|
|
4364
4639
|
key?: string;
|
|
4365
|
-
/** Required.
|
|
4640
|
+
/** Required. The name of the deployment group to retrieve. Format: projects/{project}/locations/{location}/interceptDeploymentGroups/{intercept_deployment_group} */
|
|
4366
4641
|
name: string;
|
|
4367
4642
|
/** OAuth 2.0 token for the current user. */
|
|
4368
4643
|
oauth_token?: string;
|
|
@@ -4375,7 +4650,7 @@ declare namespace gapi.client {
|
|
|
4375
4650
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4376
4651
|
uploadType?: string;
|
|
4377
4652
|
}): Request<InterceptDeploymentGroup>;
|
|
4378
|
-
/** Lists
|
|
4653
|
+
/** Lists deployment groups in a given project and location. See https://google.aip.dev/132. */
|
|
4379
4654
|
list(request?: {
|
|
4380
4655
|
/** V1 error format. */
|
|
4381
4656
|
'$.xgafv'?: string;
|
|
@@ -4387,19 +4662,19 @@ declare namespace gapi.client {
|
|
|
4387
4662
|
callback?: string;
|
|
4388
4663
|
/** Selector specifying which fields to include in a partial response. */
|
|
4389
4664
|
fields?: string;
|
|
4390
|
-
/** Optional.
|
|
4665
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
4391
4666
|
filter?: string;
|
|
4392
4667
|
/** 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. */
|
|
4393
4668
|
key?: string;
|
|
4394
4669
|
/** OAuth 2.0 token for the current user. */
|
|
4395
4670
|
oauth_token?: string;
|
|
4396
|
-
/** Optional.
|
|
4671
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
4397
4672
|
orderBy?: string;
|
|
4398
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
4673
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. */
|
|
4399
4674
|
pageSize?: number;
|
|
4400
|
-
/** Optional. A token
|
|
4675
|
+
/** Optional. A page token, received from a previous `ListInterceptDeploymentGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListInterceptDeploymentGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details. */
|
|
4401
4676
|
pageToken?: string;
|
|
4402
|
-
/** Required.
|
|
4677
|
+
/** Required. The parent, which owns this collection of deployment groups. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. */
|
|
4403
4678
|
parent: string;
|
|
4404
4679
|
/** Returns response with indentations and line breaks. */
|
|
4405
4680
|
prettyPrint?: boolean;
|
|
@@ -4410,7 +4685,7 @@ declare namespace gapi.client {
|
|
|
4410
4685
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4411
4686
|
uploadType?: string;
|
|
4412
4687
|
}): Request<ListInterceptDeploymentGroupsResponse>;
|
|
4413
|
-
/** Updates a
|
|
4688
|
+
/** Updates a deployment group. See https://google.aip.dev/134. */
|
|
4414
4689
|
patch(request: {
|
|
4415
4690
|
/** V1 error format. */
|
|
4416
4691
|
'$.xgafv'?: string;
|
|
@@ -4424,7 +4699,7 @@ declare namespace gapi.client {
|
|
|
4424
4699
|
fields?: string;
|
|
4425
4700
|
/** 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. */
|
|
4426
4701
|
key?: string;
|
|
4427
|
-
/** Immutable. Identifier.
|
|
4702
|
+
/** Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. */
|
|
4428
4703
|
name: string;
|
|
4429
4704
|
/** OAuth 2.0 token for the current user. */
|
|
4430
4705
|
oauth_token?: string;
|
|
@@ -4432,9 +4707,9 @@ declare namespace gapi.client {
|
|
|
4432
4707
|
prettyPrint?: boolean;
|
|
4433
4708
|
/** 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. */
|
|
4434
4709
|
quotaUser?: string;
|
|
4435
|
-
/** Optional.
|
|
4710
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4436
4711
|
requestId?: string;
|
|
4437
|
-
/**
|
|
4712
|
+
/** Optional. The list of fields to update. Fields are specified relative to the deployment group (e.g. `description`; *not* `intercept_deployment_group.description`). See https://google.aip.dev/161 for more details. */
|
|
4438
4713
|
updateMask?: string;
|
|
4439
4714
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4440
4715
|
upload_protocol?: string;
|
|
@@ -4457,7 +4732,7 @@ declare namespace gapi.client {
|
|
|
4457
4732
|
fields?: string;
|
|
4458
4733
|
/** 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. */
|
|
4459
4734
|
key?: string;
|
|
4460
|
-
/** Immutable. Identifier.
|
|
4735
|
+
/** Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/interceptDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. */
|
|
4461
4736
|
name: string;
|
|
4462
4737
|
/** OAuth 2.0 token for the current user. */
|
|
4463
4738
|
oauth_token?: string;
|
|
@@ -4465,9 +4740,9 @@ declare namespace gapi.client {
|
|
|
4465
4740
|
prettyPrint?: boolean;
|
|
4466
4741
|
/** 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. */
|
|
4467
4742
|
quotaUser?: string;
|
|
4468
|
-
/** Optional.
|
|
4743
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4469
4744
|
requestId?: string;
|
|
4470
|
-
/**
|
|
4745
|
+
/** Optional. The list of fields to update. Fields are specified relative to the deployment group (e.g. `description`; *not* `intercept_deployment_group.description`). See https://google.aip.dev/161 for more details. */
|
|
4471
4746
|
updateMask?: string;
|
|
4472
4747
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4473
4748
|
upload_protocol?: string;
|
|
@@ -4478,7 +4753,7 @@ declare namespace gapi.client {
|
|
|
4478
4753
|
): Request<Operation>;
|
|
4479
4754
|
}
|
|
4480
4755
|
interface InterceptDeploymentsResource {
|
|
4481
|
-
/** Creates a
|
|
4756
|
+
/** Creates a deployment in a given project and location. See https://google.aip.dev/133. */
|
|
4482
4757
|
create(request: {
|
|
4483
4758
|
/** V1 error format. */
|
|
4484
4759
|
'$.xgafv'?: string;
|
|
@@ -4490,19 +4765,19 @@ declare namespace gapi.client {
|
|
|
4490
4765
|
callback?: string;
|
|
4491
4766
|
/** Selector specifying which fields to include in a partial response. */
|
|
4492
4767
|
fields?: string;
|
|
4493
|
-
/** Required.
|
|
4768
|
+
/** Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name. */
|
|
4494
4769
|
interceptDeploymentId?: string;
|
|
4495
4770
|
/** 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. */
|
|
4496
4771
|
key?: string;
|
|
4497
4772
|
/** OAuth 2.0 token for the current user. */
|
|
4498
4773
|
oauth_token?: string;
|
|
4499
|
-
/** Required.
|
|
4774
|
+
/** Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} */
|
|
4500
4775
|
parent: string;
|
|
4501
4776
|
/** Returns response with indentations and line breaks. */
|
|
4502
4777
|
prettyPrint?: boolean;
|
|
4503
4778
|
/** 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. */
|
|
4504
4779
|
quotaUser?: string;
|
|
4505
|
-
/** Optional.
|
|
4780
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4506
4781
|
requestId?: string;
|
|
4507
4782
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4508
4783
|
upload_protocol?: string;
|
|
@@ -4523,19 +4798,19 @@ declare namespace gapi.client {
|
|
|
4523
4798
|
callback?: string;
|
|
4524
4799
|
/** Selector specifying which fields to include in a partial response. */
|
|
4525
4800
|
fields?: string;
|
|
4526
|
-
/** Required.
|
|
4801
|
+
/** Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name. */
|
|
4527
4802
|
interceptDeploymentId?: string;
|
|
4528
4803
|
/** 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. */
|
|
4529
4804
|
key?: string;
|
|
4530
4805
|
/** OAuth 2.0 token for the current user. */
|
|
4531
4806
|
oauth_token?: string;
|
|
4532
|
-
/** Required.
|
|
4807
|
+
/** Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} */
|
|
4533
4808
|
parent: string;
|
|
4534
4809
|
/** Returns response with indentations and line breaks. */
|
|
4535
4810
|
prettyPrint?: boolean;
|
|
4536
4811
|
/** 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. */
|
|
4537
4812
|
quotaUser?: string;
|
|
4538
|
-
/** Optional.
|
|
4813
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4539
4814
|
requestId?: string;
|
|
4540
4815
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4541
4816
|
upload_protocol?: string;
|
|
@@ -4544,7 +4819,7 @@ declare namespace gapi.client {
|
|
|
4544
4819
|
},
|
|
4545
4820
|
body: InterceptDeployment,
|
|
4546
4821
|
): Request<Operation>;
|
|
4547
|
-
/** Deletes a
|
|
4822
|
+
/** Deletes a deployment. See https://google.aip.dev/135. */
|
|
4548
4823
|
delete(request?: {
|
|
4549
4824
|
/** V1 error format. */
|
|
4550
4825
|
'$.xgafv'?: string;
|
|
@@ -4566,14 +4841,14 @@ declare namespace gapi.client {
|
|
|
4566
4841
|
prettyPrint?: boolean;
|
|
4567
4842
|
/** 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. */
|
|
4568
4843
|
quotaUser?: string;
|
|
4569
|
-
/** Optional.
|
|
4844
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4570
4845
|
requestId?: string;
|
|
4571
4846
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4572
4847
|
upload_protocol?: string;
|
|
4573
4848
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4574
4849
|
uploadType?: string;
|
|
4575
4850
|
}): Request<Operation>;
|
|
4576
|
-
/** Gets
|
|
4851
|
+
/** Gets a specific deployment. See https://google.aip.dev/131. */
|
|
4577
4852
|
get(request?: {
|
|
4578
4853
|
/** V1 error format. */
|
|
4579
4854
|
'$.xgafv'?: string;
|
|
@@ -4587,7 +4862,7 @@ declare namespace gapi.client {
|
|
|
4587
4862
|
fields?: string;
|
|
4588
4863
|
/** 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. */
|
|
4589
4864
|
key?: string;
|
|
4590
|
-
/** Required.
|
|
4865
|
+
/** Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment} */
|
|
4591
4866
|
name: string;
|
|
4592
4867
|
/** OAuth 2.0 token for the current user. */
|
|
4593
4868
|
oauth_token?: string;
|
|
@@ -4600,7 +4875,7 @@ declare namespace gapi.client {
|
|
|
4600
4875
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4601
4876
|
uploadType?: string;
|
|
4602
4877
|
}): Request<InterceptDeployment>;
|
|
4603
|
-
/** Lists
|
|
4878
|
+
/** Lists deployments in a given project and location. See https://google.aip.dev/132. */
|
|
4604
4879
|
list(request?: {
|
|
4605
4880
|
/** V1 error format. */
|
|
4606
4881
|
'$.xgafv'?: string;
|
|
@@ -4612,19 +4887,19 @@ declare namespace gapi.client {
|
|
|
4612
4887
|
callback?: string;
|
|
4613
4888
|
/** Selector specifying which fields to include in a partial response. */
|
|
4614
4889
|
fields?: string;
|
|
4615
|
-
/** Optional.
|
|
4890
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
4616
4891
|
filter?: string;
|
|
4617
4892
|
/** 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. */
|
|
4618
4893
|
key?: string;
|
|
4619
4894
|
/** OAuth 2.0 token for the current user. */
|
|
4620
4895
|
oauth_token?: string;
|
|
4621
|
-
/** Optional.
|
|
4896
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
4622
4897
|
orderBy?: string;
|
|
4623
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
4898
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. */
|
|
4624
4899
|
pageSize?: number;
|
|
4625
|
-
/** Optional. A token
|
|
4900
|
+
/** Optional. A page token, received from a previous `ListInterceptDeployments` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListInterceptDeployments` must match the call that provided the page token. See https://google.aip.dev/158 for more details. */
|
|
4626
4901
|
pageToken?: string;
|
|
4627
|
-
/** Required.
|
|
4902
|
+
/** Required. The parent, which owns this collection of deployments. Example: `projects/123456789/locations/us-central1-a`. See https://google.aip.dev/132 for more details. */
|
|
4628
4903
|
parent: string;
|
|
4629
4904
|
/** Returns response with indentations and line breaks. */
|
|
4630
4905
|
prettyPrint?: boolean;
|
|
@@ -4635,7 +4910,7 @@ declare namespace gapi.client {
|
|
|
4635
4910
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4636
4911
|
uploadType?: string;
|
|
4637
4912
|
}): Request<ListInterceptDeploymentsResponse>;
|
|
4638
|
-
/** Updates a
|
|
4913
|
+
/** Updates a deployment. See https://google.aip.dev/134. */
|
|
4639
4914
|
patch(request: {
|
|
4640
4915
|
/** V1 error format. */
|
|
4641
4916
|
'$.xgafv'?: string;
|
|
@@ -4649,7 +4924,7 @@ declare namespace gapi.client {
|
|
|
4649
4924
|
fields?: string;
|
|
4650
4925
|
/** 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. */
|
|
4651
4926
|
key?: string;
|
|
4652
|
-
/** Immutable. Identifier. The name of
|
|
4927
|
+
/** Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/interceptDeployments/my-dep`. See https://google.aip.dev/122 for more details. */
|
|
4653
4928
|
name: string;
|
|
4654
4929
|
/** OAuth 2.0 token for the current user. */
|
|
4655
4930
|
oauth_token?: string;
|
|
@@ -4657,9 +4932,9 @@ declare namespace gapi.client {
|
|
|
4657
4932
|
prettyPrint?: boolean;
|
|
4658
4933
|
/** 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. */
|
|
4659
4934
|
quotaUser?: string;
|
|
4660
|
-
/** Optional.
|
|
4935
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4661
4936
|
requestId?: string;
|
|
4662
|
-
/**
|
|
4937
|
+
/** Optional. The list of fields to update. Fields are specified relative to the deployment (e.g. `description`; *not* `intercept_deployment.description`). See https://google.aip.dev/161 for more details. */
|
|
4663
4938
|
updateMask?: string;
|
|
4664
4939
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4665
4940
|
upload_protocol?: string;
|
|
@@ -4682,7 +4957,7 @@ declare namespace gapi.client {
|
|
|
4682
4957
|
fields?: string;
|
|
4683
4958
|
/** 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. */
|
|
4684
4959
|
key?: string;
|
|
4685
|
-
/** Immutable. Identifier. The name of
|
|
4960
|
+
/** Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/interceptDeployments/my-dep`. See https://google.aip.dev/122 for more details. */
|
|
4686
4961
|
name: string;
|
|
4687
4962
|
/** OAuth 2.0 token for the current user. */
|
|
4688
4963
|
oauth_token?: string;
|
|
@@ -4690,9 +4965,9 @@ declare namespace gapi.client {
|
|
|
4690
4965
|
prettyPrint?: boolean;
|
|
4691
4966
|
/** 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. */
|
|
4692
4967
|
quotaUser?: string;
|
|
4693
|
-
/** Optional.
|
|
4968
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4694
4969
|
requestId?: string;
|
|
4695
|
-
/**
|
|
4970
|
+
/** Optional. The list of fields to update. Fields are specified relative to the deployment (e.g. `description`; *not* `intercept_deployment.description`). See https://google.aip.dev/161 for more details. */
|
|
4696
4971
|
updateMask?: string;
|
|
4697
4972
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4698
4973
|
upload_protocol?: string;
|
|
@@ -4703,7 +4978,7 @@ declare namespace gapi.client {
|
|
|
4703
4978
|
): Request<Operation>;
|
|
4704
4979
|
}
|
|
4705
4980
|
interface InterceptEndpointGroupAssociationsResource {
|
|
4706
|
-
/** Creates
|
|
4981
|
+
/** Creates an association in a given project and location. See https://google.aip.dev/133. */
|
|
4707
4982
|
create(request: {
|
|
4708
4983
|
/** V1 error format. */
|
|
4709
4984
|
'$.xgafv'?: string;
|
|
@@ -4715,19 +4990,19 @@ declare namespace gapi.client {
|
|
|
4715
4990
|
callback?: string;
|
|
4716
4991
|
/** Selector specifying which fields to include in a partial response. */
|
|
4717
4992
|
fields?: string;
|
|
4718
|
-
/** Optional.
|
|
4993
|
+
/** Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID. */
|
|
4719
4994
|
interceptEndpointGroupAssociationId?: string;
|
|
4720
4995
|
/** 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. */
|
|
4721
4996
|
key?: string;
|
|
4722
4997
|
/** OAuth 2.0 token for the current user. */
|
|
4723
4998
|
oauth_token?: string;
|
|
4724
|
-
/** Required.
|
|
4999
|
+
/** Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} */
|
|
4725
5000
|
parent: string;
|
|
4726
5001
|
/** Returns response with indentations and line breaks. */
|
|
4727
5002
|
prettyPrint?: boolean;
|
|
4728
5003
|
/** 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. */
|
|
4729
5004
|
quotaUser?: string;
|
|
4730
|
-
/** Optional.
|
|
5005
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4731
5006
|
requestId?: string;
|
|
4732
5007
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4733
5008
|
upload_protocol?: string;
|
|
@@ -4748,19 +5023,19 @@ declare namespace gapi.client {
|
|
|
4748
5023
|
callback?: string;
|
|
4749
5024
|
/** Selector specifying which fields to include in a partial response. */
|
|
4750
5025
|
fields?: string;
|
|
4751
|
-
/** Optional.
|
|
5026
|
+
/** Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID. */
|
|
4752
5027
|
interceptEndpointGroupAssociationId?: string;
|
|
4753
5028
|
/** 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. */
|
|
4754
5029
|
key?: string;
|
|
4755
5030
|
/** OAuth 2.0 token for the current user. */
|
|
4756
5031
|
oauth_token?: string;
|
|
4757
|
-
/** Required.
|
|
5032
|
+
/** Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} */
|
|
4758
5033
|
parent: string;
|
|
4759
5034
|
/** Returns response with indentations and line breaks. */
|
|
4760
5035
|
prettyPrint?: boolean;
|
|
4761
5036
|
/** 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. */
|
|
4762
5037
|
quotaUser?: string;
|
|
4763
|
-
/** Optional.
|
|
5038
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4764
5039
|
requestId?: string;
|
|
4765
5040
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4766
5041
|
upload_protocol?: string;
|
|
@@ -4769,7 +5044,7 @@ declare namespace gapi.client {
|
|
|
4769
5044
|
},
|
|
4770
5045
|
body: InterceptEndpointGroupAssociation,
|
|
4771
5046
|
): Request<Operation>;
|
|
4772
|
-
/** Deletes
|
|
5047
|
+
/** Deletes an association. See https://google.aip.dev/135. */
|
|
4773
5048
|
delete(request?: {
|
|
4774
5049
|
/** V1 error format. */
|
|
4775
5050
|
'$.xgafv'?: string;
|
|
@@ -4783,7 +5058,7 @@ declare namespace gapi.client {
|
|
|
4783
5058
|
fields?: string;
|
|
4784
5059
|
/** 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. */
|
|
4785
5060
|
key?: string;
|
|
4786
|
-
/** Required.
|
|
5061
|
+
/** Required. The association to delete. */
|
|
4787
5062
|
name: string;
|
|
4788
5063
|
/** OAuth 2.0 token for the current user. */
|
|
4789
5064
|
oauth_token?: string;
|
|
@@ -4791,14 +5066,14 @@ declare namespace gapi.client {
|
|
|
4791
5066
|
prettyPrint?: boolean;
|
|
4792
5067
|
/** 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. */
|
|
4793
5068
|
quotaUser?: string;
|
|
4794
|
-
/** Optional.
|
|
5069
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4795
5070
|
requestId?: string;
|
|
4796
5071
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4797
5072
|
upload_protocol?: string;
|
|
4798
5073
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4799
5074
|
uploadType?: string;
|
|
4800
5075
|
}): Request<Operation>;
|
|
4801
|
-
/** Gets
|
|
5076
|
+
/** Gets a specific association. See https://google.aip.dev/131. */
|
|
4802
5077
|
get(request?: {
|
|
4803
5078
|
/** V1 error format. */
|
|
4804
5079
|
'$.xgafv'?: string;
|
|
@@ -4812,7 +5087,7 @@ declare namespace gapi.client {
|
|
|
4812
5087
|
fields?: string;
|
|
4813
5088
|
/** 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. */
|
|
4814
5089
|
key?: string;
|
|
4815
|
-
/** Required.
|
|
5090
|
+
/** Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_endpoint_group_association} */
|
|
4816
5091
|
name: string;
|
|
4817
5092
|
/** OAuth 2.0 token for the current user. */
|
|
4818
5093
|
oauth_token?: string;
|
|
@@ -4825,7 +5100,7 @@ declare namespace gapi.client {
|
|
|
4825
5100
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4826
5101
|
uploadType?: string;
|
|
4827
5102
|
}): Request<InterceptEndpointGroupAssociation>;
|
|
4828
|
-
/** Lists
|
|
5103
|
+
/** Lists associations in a given project and location. See https://google.aip.dev/132. */
|
|
4829
5104
|
list(request?: {
|
|
4830
5105
|
/** V1 error format. */
|
|
4831
5106
|
'$.xgafv'?: string;
|
|
@@ -4837,19 +5112,19 @@ declare namespace gapi.client {
|
|
|
4837
5112
|
callback?: string;
|
|
4838
5113
|
/** Selector specifying which fields to include in a partial response. */
|
|
4839
5114
|
fields?: string;
|
|
4840
|
-
/** Optional.
|
|
5115
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
4841
5116
|
filter?: string;
|
|
4842
5117
|
/** 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. */
|
|
4843
5118
|
key?: string;
|
|
4844
5119
|
/** OAuth 2.0 token for the current user. */
|
|
4845
5120
|
oauth_token?: string;
|
|
4846
|
-
/** Optional.
|
|
5121
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
4847
5122
|
orderBy?: string;
|
|
4848
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
5123
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. */
|
|
4849
5124
|
pageSize?: number;
|
|
4850
|
-
/** Optional. A token
|
|
5125
|
+
/** Optional. A page token, received from a previous `ListInterceptEndpointGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListInterceptEndpointGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details. */
|
|
4851
5126
|
pageToken?: string;
|
|
4852
|
-
/** Required.
|
|
5127
|
+
/** Required. The parent, which owns this collection of associations. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. */
|
|
4853
5128
|
parent: string;
|
|
4854
5129
|
/** Returns response with indentations and line breaks. */
|
|
4855
5130
|
prettyPrint?: boolean;
|
|
@@ -4860,7 +5135,7 @@ declare namespace gapi.client {
|
|
|
4860
5135
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4861
5136
|
uploadType?: string;
|
|
4862
5137
|
}): Request<ListInterceptEndpointGroupAssociationsResponse>;
|
|
4863
|
-
/** Updates
|
|
5138
|
+
/** Updates an association. See https://google.aip.dev/134. */
|
|
4864
5139
|
patch(request: {
|
|
4865
5140
|
/** V1 error format. */
|
|
4866
5141
|
'$.xgafv'?: string;
|
|
@@ -4874,7 +5149,7 @@ declare namespace gapi.client {
|
|
|
4874
5149
|
fields?: string;
|
|
4875
5150
|
/** 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. */
|
|
4876
5151
|
key?: string;
|
|
4877
|
-
/** Immutable. Identifier. The name of
|
|
5152
|
+
/** Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. */
|
|
4878
5153
|
name: string;
|
|
4879
5154
|
/** OAuth 2.0 token for the current user. */
|
|
4880
5155
|
oauth_token?: string;
|
|
@@ -4882,9 +5157,9 @@ declare namespace gapi.client {
|
|
|
4882
5157
|
prettyPrint?: boolean;
|
|
4883
5158
|
/** 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. */
|
|
4884
5159
|
quotaUser?: string;
|
|
4885
|
-
/** Optional.
|
|
5160
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4886
5161
|
requestId?: string;
|
|
4887
|
-
/**
|
|
5162
|
+
/** Optional. The list of fields to update. Fields are specified relative to the association (e.g. `description`; *not* `intercept_endpoint_group_association.description`). See https://google.aip.dev/161 for more details. */
|
|
4888
5163
|
updateMask?: string;
|
|
4889
5164
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4890
5165
|
upload_protocol?: string;
|
|
@@ -4907,7 +5182,7 @@ declare namespace gapi.client {
|
|
|
4907
5182
|
fields?: string;
|
|
4908
5183
|
/** 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. */
|
|
4909
5184
|
key?: string;
|
|
4910
|
-
/** Immutable. Identifier. The name of
|
|
5185
|
+
/** Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. */
|
|
4911
5186
|
name: string;
|
|
4912
5187
|
/** OAuth 2.0 token for the current user. */
|
|
4913
5188
|
oauth_token?: string;
|
|
@@ -4915,9 +5190,9 @@ declare namespace gapi.client {
|
|
|
4915
5190
|
prettyPrint?: boolean;
|
|
4916
5191
|
/** 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. */
|
|
4917
5192
|
quotaUser?: string;
|
|
4918
|
-
/** Optional.
|
|
5193
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4919
5194
|
requestId?: string;
|
|
4920
|
-
/**
|
|
5195
|
+
/** Optional. The list of fields to update. Fields are specified relative to the association (e.g. `description`; *not* `intercept_endpoint_group_association.description`). See https://google.aip.dev/161 for more details. */
|
|
4921
5196
|
updateMask?: string;
|
|
4922
5197
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4923
5198
|
upload_protocol?: string;
|
|
@@ -4928,7 +5203,7 @@ declare namespace gapi.client {
|
|
|
4928
5203
|
): Request<Operation>;
|
|
4929
5204
|
}
|
|
4930
5205
|
interface InterceptEndpointGroupsResource {
|
|
4931
|
-
/** Creates
|
|
5206
|
+
/** Creates an endpoint group in a given project and location. See https://google.aip.dev/133. */
|
|
4932
5207
|
create(request: {
|
|
4933
5208
|
/** V1 error format. */
|
|
4934
5209
|
'$.xgafv'?: string;
|
|
@@ -4940,19 +5215,19 @@ declare namespace gapi.client {
|
|
|
4940
5215
|
callback?: string;
|
|
4941
5216
|
/** Selector specifying which fields to include in a partial response. */
|
|
4942
5217
|
fields?: string;
|
|
4943
|
-
/** Required.
|
|
5218
|
+
/** Required. The ID to use for the endpoint group, which will become the final component of the endpoint group's resource name. */
|
|
4944
5219
|
interceptEndpointGroupId?: string;
|
|
4945
5220
|
/** 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. */
|
|
4946
5221
|
key?: string;
|
|
4947
5222
|
/** OAuth 2.0 token for the current user. */
|
|
4948
5223
|
oauth_token?: string;
|
|
4949
|
-
/** Required.
|
|
5224
|
+
/** Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} */
|
|
4950
5225
|
parent: string;
|
|
4951
5226
|
/** Returns response with indentations and line breaks. */
|
|
4952
5227
|
prettyPrint?: boolean;
|
|
4953
5228
|
/** 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. */
|
|
4954
5229
|
quotaUser?: string;
|
|
4955
|
-
/** Optional.
|
|
5230
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4956
5231
|
requestId?: string;
|
|
4957
5232
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4958
5233
|
upload_protocol?: string;
|
|
@@ -4973,19 +5248,19 @@ declare namespace gapi.client {
|
|
|
4973
5248
|
callback?: string;
|
|
4974
5249
|
/** Selector specifying which fields to include in a partial response. */
|
|
4975
5250
|
fields?: string;
|
|
4976
|
-
/** Required.
|
|
5251
|
+
/** Required. The ID to use for the endpoint group, which will become the final component of the endpoint group's resource name. */
|
|
4977
5252
|
interceptEndpointGroupId?: string;
|
|
4978
5253
|
/** 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. */
|
|
4979
5254
|
key?: string;
|
|
4980
5255
|
/** OAuth 2.0 token for the current user. */
|
|
4981
5256
|
oauth_token?: string;
|
|
4982
|
-
/** Required.
|
|
5257
|
+
/** Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} */
|
|
4983
5258
|
parent: string;
|
|
4984
5259
|
/** Returns response with indentations and line breaks. */
|
|
4985
5260
|
prettyPrint?: boolean;
|
|
4986
5261
|
/** 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. */
|
|
4987
5262
|
quotaUser?: string;
|
|
4988
|
-
/** Optional.
|
|
5263
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
4989
5264
|
requestId?: string;
|
|
4990
5265
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4991
5266
|
upload_protocol?: string;
|
|
@@ -4994,7 +5269,7 @@ declare namespace gapi.client {
|
|
|
4994
5269
|
},
|
|
4995
5270
|
body: InterceptEndpointGroup,
|
|
4996
5271
|
): Request<Operation>;
|
|
4997
|
-
/** Deletes
|
|
5272
|
+
/** Deletes an endpoint group. See https://google.aip.dev/135. */
|
|
4998
5273
|
delete(request?: {
|
|
4999
5274
|
/** V1 error format. */
|
|
5000
5275
|
'$.xgafv'?: string;
|
|
@@ -5008,7 +5283,7 @@ declare namespace gapi.client {
|
|
|
5008
5283
|
fields?: string;
|
|
5009
5284
|
/** 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. */
|
|
5010
5285
|
key?: string;
|
|
5011
|
-
/** Required.
|
|
5286
|
+
/** Required. The endpoint group to delete. */
|
|
5012
5287
|
name: string;
|
|
5013
5288
|
/** OAuth 2.0 token for the current user. */
|
|
5014
5289
|
oauth_token?: string;
|
|
@@ -5016,14 +5291,14 @@ declare namespace gapi.client {
|
|
|
5016
5291
|
prettyPrint?: boolean;
|
|
5017
5292
|
/** 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. */
|
|
5018
5293
|
quotaUser?: string;
|
|
5019
|
-
/** Optional.
|
|
5294
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5020
5295
|
requestId?: string;
|
|
5021
5296
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5022
5297
|
upload_protocol?: string;
|
|
5023
5298
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5024
5299
|
uploadType?: string;
|
|
5025
5300
|
}): Request<Operation>;
|
|
5026
|
-
/** Gets
|
|
5301
|
+
/** Gets a specific endpoint group. See https://google.aip.dev/131. */
|
|
5027
5302
|
get(request?: {
|
|
5028
5303
|
/** V1 error format. */
|
|
5029
5304
|
'$.xgafv'?: string;
|
|
@@ -5037,7 +5312,7 @@ declare namespace gapi.client {
|
|
|
5037
5312
|
fields?: string;
|
|
5038
5313
|
/** 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. */
|
|
5039
5314
|
key?: string;
|
|
5040
|
-
/** Required.
|
|
5315
|
+
/** Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group} */
|
|
5041
5316
|
name: string;
|
|
5042
5317
|
/** OAuth 2.0 token for the current user. */
|
|
5043
5318
|
oauth_token?: string;
|
|
@@ -5050,7 +5325,7 @@ declare namespace gapi.client {
|
|
|
5050
5325
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5051
5326
|
uploadType?: string;
|
|
5052
5327
|
}): Request<InterceptEndpointGroup>;
|
|
5053
|
-
/** Lists
|
|
5328
|
+
/** Lists endpoint groups in a given project and location. See https://google.aip.dev/132. */
|
|
5054
5329
|
list(request?: {
|
|
5055
5330
|
/** V1 error format. */
|
|
5056
5331
|
'$.xgafv'?: string;
|
|
@@ -5062,19 +5337,19 @@ declare namespace gapi.client {
|
|
|
5062
5337
|
callback?: string;
|
|
5063
5338
|
/** Selector specifying which fields to include in a partial response. */
|
|
5064
5339
|
fields?: string;
|
|
5065
|
-
/** Optional.
|
|
5340
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5066
5341
|
filter?: string;
|
|
5067
5342
|
/** 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. */
|
|
5068
5343
|
key?: string;
|
|
5069
5344
|
/** OAuth 2.0 token for the current user. */
|
|
5070
5345
|
oauth_token?: string;
|
|
5071
|
-
/** Optional.
|
|
5346
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
5072
5347
|
orderBy?: string;
|
|
5073
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
5348
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. */
|
|
5074
5349
|
pageSize?: number;
|
|
5075
|
-
/** Optional. A token
|
|
5350
|
+
/** Optional. A page token, received from a previous `ListInterceptEndpointGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListInterceptEndpointGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details. */
|
|
5076
5351
|
pageToken?: string;
|
|
5077
|
-
/** Required.
|
|
5352
|
+
/** Required. The parent, which owns this collection of endpoint groups. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. */
|
|
5078
5353
|
parent: string;
|
|
5079
5354
|
/** Returns response with indentations and line breaks. */
|
|
5080
5355
|
prettyPrint?: boolean;
|
|
@@ -5085,7 +5360,7 @@ declare namespace gapi.client {
|
|
|
5085
5360
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5086
5361
|
uploadType?: string;
|
|
5087
5362
|
}): Request<ListInterceptEndpointGroupsResponse>;
|
|
5088
|
-
/** Updates
|
|
5363
|
+
/** Updates an endpoint group. See https://google.aip.dev/134. */
|
|
5089
5364
|
patch(request: {
|
|
5090
5365
|
/** V1 error format. */
|
|
5091
5366
|
'$.xgafv'?: string;
|
|
@@ -5099,7 +5374,7 @@ declare namespace gapi.client {
|
|
|
5099
5374
|
fields?: string;
|
|
5100
5375
|
/** 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. */
|
|
5101
5376
|
key?: string;
|
|
5102
|
-
/** Immutable. Identifier. The name of
|
|
5377
|
+
/** Immutable. Identifier. The resource name of this endpoint group, for example: `projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See https://google.aip.dev/122 for more details. */
|
|
5103
5378
|
name: string;
|
|
5104
5379
|
/** OAuth 2.0 token for the current user. */
|
|
5105
5380
|
oauth_token?: string;
|
|
@@ -5107,9 +5382,9 @@ declare namespace gapi.client {
|
|
|
5107
5382
|
prettyPrint?: boolean;
|
|
5108
5383
|
/** 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. */
|
|
5109
5384
|
quotaUser?: string;
|
|
5110
|
-
/** Optional.
|
|
5385
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5111
5386
|
requestId?: string;
|
|
5112
|
-
/**
|
|
5387
|
+
/** Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. `description`; *not* `intercept_endpoint_group.description`). See https://google.aip.dev/161 for more details. */
|
|
5113
5388
|
updateMask?: string;
|
|
5114
5389
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5115
5390
|
upload_protocol?: string;
|
|
@@ -5132,7 +5407,7 @@ declare namespace gapi.client {
|
|
|
5132
5407
|
fields?: string;
|
|
5133
5408
|
/** 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. */
|
|
5134
5409
|
key?: string;
|
|
5135
|
-
/** Immutable. Identifier. The name of
|
|
5410
|
+
/** Immutable. Identifier. The resource name of this endpoint group, for example: `projects/123456789/locations/global/interceptEndpointGroups/my-eg`. See https://google.aip.dev/122 for more details. */
|
|
5136
5411
|
name: string;
|
|
5137
5412
|
/** OAuth 2.0 token for the current user. */
|
|
5138
5413
|
oauth_token?: string;
|
|
@@ -5140,9 +5415,9 @@ declare namespace gapi.client {
|
|
|
5140
5415
|
prettyPrint?: boolean;
|
|
5141
5416
|
/** 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. */
|
|
5142
5417
|
quotaUser?: string;
|
|
5143
|
-
/** Optional.
|
|
5418
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5144
5419
|
requestId?: string;
|
|
5145
|
-
/**
|
|
5420
|
+
/** Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. `description`; *not* `intercept_endpoint_group.description`). See https://google.aip.dev/161 for more details. */
|
|
5146
5421
|
updateMask?: string;
|
|
5147
5422
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5148
5423
|
upload_protocol?: string;
|
|
@@ -5153,7 +5428,7 @@ declare namespace gapi.client {
|
|
|
5153
5428
|
): Request<Operation>;
|
|
5154
5429
|
}
|
|
5155
5430
|
interface MirroringDeploymentGroupsResource {
|
|
5156
|
-
/** Creates a
|
|
5431
|
+
/** Creates a deployment group in a given project and location. See https://google.aip.dev/133. */
|
|
5157
5432
|
create(request: {
|
|
5158
5433
|
/** V1 error format. */
|
|
5159
5434
|
'$.xgafv'?: string;
|
|
@@ -5167,17 +5442,17 @@ declare namespace gapi.client {
|
|
|
5167
5442
|
fields?: string;
|
|
5168
5443
|
/** 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. */
|
|
5169
5444
|
key?: string;
|
|
5170
|
-
/** Required.
|
|
5445
|
+
/** Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name. */
|
|
5171
5446
|
mirroringDeploymentGroupId?: string;
|
|
5172
5447
|
/** OAuth 2.0 token for the current user. */
|
|
5173
5448
|
oauth_token?: string;
|
|
5174
|
-
/** Required.
|
|
5449
|
+
/** Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} */
|
|
5175
5450
|
parent: string;
|
|
5176
5451
|
/** Returns response with indentations and line breaks. */
|
|
5177
5452
|
prettyPrint?: boolean;
|
|
5178
5453
|
/** 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. */
|
|
5179
5454
|
quotaUser?: string;
|
|
5180
|
-
/** Optional.
|
|
5455
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5181
5456
|
requestId?: string;
|
|
5182
5457
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5183
5458
|
upload_protocol?: string;
|
|
@@ -5200,17 +5475,17 @@ declare namespace gapi.client {
|
|
|
5200
5475
|
fields?: string;
|
|
5201
5476
|
/** 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. */
|
|
5202
5477
|
key?: string;
|
|
5203
|
-
/** Required.
|
|
5478
|
+
/** Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name. */
|
|
5204
5479
|
mirroringDeploymentGroupId?: string;
|
|
5205
5480
|
/** OAuth 2.0 token for the current user. */
|
|
5206
5481
|
oauth_token?: string;
|
|
5207
|
-
/** Required.
|
|
5482
|
+
/** Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} */
|
|
5208
5483
|
parent: string;
|
|
5209
5484
|
/** Returns response with indentations and line breaks. */
|
|
5210
5485
|
prettyPrint?: boolean;
|
|
5211
5486
|
/** 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. */
|
|
5212
5487
|
quotaUser?: string;
|
|
5213
|
-
/** Optional.
|
|
5488
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5214
5489
|
requestId?: string;
|
|
5215
5490
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5216
5491
|
upload_protocol?: string;
|
|
@@ -5219,7 +5494,7 @@ declare namespace gapi.client {
|
|
|
5219
5494
|
},
|
|
5220
5495
|
body: MirroringDeploymentGroup,
|
|
5221
5496
|
): Request<Operation>;
|
|
5222
|
-
/** Deletes a
|
|
5497
|
+
/** Deletes a deployment group. See https://google.aip.dev/135. */
|
|
5223
5498
|
delete(request?: {
|
|
5224
5499
|
/** V1 error format. */
|
|
5225
5500
|
'$.xgafv'?: string;
|
|
@@ -5233,7 +5508,7 @@ declare namespace gapi.client {
|
|
|
5233
5508
|
fields?: string;
|
|
5234
5509
|
/** 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. */
|
|
5235
5510
|
key?: string;
|
|
5236
|
-
/** Required.
|
|
5511
|
+
/** Required. The deployment group to delete. */
|
|
5237
5512
|
name: string;
|
|
5238
5513
|
/** OAuth 2.0 token for the current user. */
|
|
5239
5514
|
oauth_token?: string;
|
|
@@ -5241,14 +5516,14 @@ declare namespace gapi.client {
|
|
|
5241
5516
|
prettyPrint?: boolean;
|
|
5242
5517
|
/** 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. */
|
|
5243
5518
|
quotaUser?: string;
|
|
5244
|
-
/** Optional.
|
|
5519
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5245
5520
|
requestId?: string;
|
|
5246
5521
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5247
5522
|
upload_protocol?: string;
|
|
5248
5523
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5249
5524
|
uploadType?: string;
|
|
5250
5525
|
}): Request<Operation>;
|
|
5251
|
-
/** Gets
|
|
5526
|
+
/** Gets a specific deployment group. See https://google.aip.dev/131. */
|
|
5252
5527
|
get(request?: {
|
|
5253
5528
|
/** V1 error format. */
|
|
5254
5529
|
'$.xgafv'?: string;
|
|
@@ -5262,7 +5537,7 @@ declare namespace gapi.client {
|
|
|
5262
5537
|
fields?: string;
|
|
5263
5538
|
/** 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. */
|
|
5264
5539
|
key?: string;
|
|
5265
|
-
/** Required.
|
|
5540
|
+
/** Required. The name of the deployment group to retrieve. Format: projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group} */
|
|
5266
5541
|
name: string;
|
|
5267
5542
|
/** OAuth 2.0 token for the current user. */
|
|
5268
5543
|
oauth_token?: string;
|
|
@@ -5275,7 +5550,7 @@ declare namespace gapi.client {
|
|
|
5275
5550
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5276
5551
|
uploadType?: string;
|
|
5277
5552
|
}): Request<MirroringDeploymentGroup>;
|
|
5278
|
-
/** Lists
|
|
5553
|
+
/** Lists deployment groups in a given project and location. See https://google.aip.dev/132. */
|
|
5279
5554
|
list(request?: {
|
|
5280
5555
|
/** V1 error format. */
|
|
5281
5556
|
'$.xgafv'?: string;
|
|
@@ -5287,19 +5562,19 @@ declare namespace gapi.client {
|
|
|
5287
5562
|
callback?: string;
|
|
5288
5563
|
/** Selector specifying which fields to include in a partial response. */
|
|
5289
5564
|
fields?: string;
|
|
5290
|
-
/** Optional.
|
|
5565
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5291
5566
|
filter?: string;
|
|
5292
5567
|
/** 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. */
|
|
5293
5568
|
key?: string;
|
|
5294
5569
|
/** OAuth 2.0 token for the current user. */
|
|
5295
5570
|
oauth_token?: string;
|
|
5296
|
-
/** Optional.
|
|
5571
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
5297
5572
|
orderBy?: string;
|
|
5298
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
5573
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. */
|
|
5299
5574
|
pageSize?: number;
|
|
5300
|
-
/** Optional. A token
|
|
5575
|
+
/** Optional. A page token, received from a previous `ListMirroringDeploymentGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMirroringDeploymentGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details. */
|
|
5301
5576
|
pageToken?: string;
|
|
5302
|
-
/** Required.
|
|
5577
|
+
/** Required. The parent, which owns this collection of deployment groups. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. */
|
|
5303
5578
|
parent: string;
|
|
5304
5579
|
/** Returns response with indentations and line breaks. */
|
|
5305
5580
|
prettyPrint?: boolean;
|
|
@@ -5310,7 +5585,7 @@ declare namespace gapi.client {
|
|
|
5310
5585
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5311
5586
|
uploadType?: string;
|
|
5312
5587
|
}): Request<ListMirroringDeploymentGroupsResponse>;
|
|
5313
|
-
/** Updates a
|
|
5588
|
+
/** Updates a deployment group. See https://google.aip.dev/134. */
|
|
5314
5589
|
patch(request: {
|
|
5315
5590
|
/** V1 error format. */
|
|
5316
5591
|
'$.xgafv'?: string;
|
|
@@ -5324,7 +5599,7 @@ declare namespace gapi.client {
|
|
|
5324
5599
|
fields?: string;
|
|
5325
5600
|
/** 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. */
|
|
5326
5601
|
key?: string;
|
|
5327
|
-
/** Immutable. Identifier.
|
|
5602
|
+
/** Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. */
|
|
5328
5603
|
name: string;
|
|
5329
5604
|
/** OAuth 2.0 token for the current user. */
|
|
5330
5605
|
oauth_token?: string;
|
|
@@ -5332,9 +5607,9 @@ declare namespace gapi.client {
|
|
|
5332
5607
|
prettyPrint?: boolean;
|
|
5333
5608
|
/** 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. */
|
|
5334
5609
|
quotaUser?: string;
|
|
5335
|
-
/** Optional.
|
|
5610
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5336
5611
|
requestId?: string;
|
|
5337
|
-
/**
|
|
5612
|
+
/** Optional. The list of fields to update. Fields are specified relative to the deployment group (e.g. `description`; *not* `mirroring_deployment_group.description`). See https://google.aip.dev/161 for more details. */
|
|
5338
5613
|
updateMask?: string;
|
|
5339
5614
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5340
5615
|
upload_protocol?: string;
|
|
@@ -5357,7 +5632,7 @@ declare namespace gapi.client {
|
|
|
5357
5632
|
fields?: string;
|
|
5358
5633
|
/** 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. */
|
|
5359
5634
|
key?: string;
|
|
5360
|
-
/** Immutable. Identifier.
|
|
5635
|
+
/** Immutable. Identifier. The resource name of this deployment group, for example: `projects/123456789/locations/global/mirroringDeploymentGroups/my-dg`. See https://google.aip.dev/122 for more details. */
|
|
5361
5636
|
name: string;
|
|
5362
5637
|
/** OAuth 2.0 token for the current user. */
|
|
5363
5638
|
oauth_token?: string;
|
|
@@ -5365,9 +5640,9 @@ declare namespace gapi.client {
|
|
|
5365
5640
|
prettyPrint?: boolean;
|
|
5366
5641
|
/** 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. */
|
|
5367
5642
|
quotaUser?: string;
|
|
5368
|
-
/** Optional.
|
|
5643
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5369
5644
|
requestId?: string;
|
|
5370
|
-
/**
|
|
5645
|
+
/** Optional. The list of fields to update. Fields are specified relative to the deployment group (e.g. `description`; *not* `mirroring_deployment_group.description`). See https://google.aip.dev/161 for more details. */
|
|
5371
5646
|
updateMask?: string;
|
|
5372
5647
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5373
5648
|
upload_protocol?: string;
|
|
@@ -5378,7 +5653,7 @@ declare namespace gapi.client {
|
|
|
5378
5653
|
): Request<Operation>;
|
|
5379
5654
|
}
|
|
5380
5655
|
interface MirroringDeploymentsResource {
|
|
5381
|
-
/** Creates a
|
|
5656
|
+
/** Creates a deployment in a given project and location. See https://google.aip.dev/133. */
|
|
5382
5657
|
create(request: {
|
|
5383
5658
|
/** V1 error format. */
|
|
5384
5659
|
'$.xgafv'?: string;
|
|
@@ -5392,17 +5667,17 @@ declare namespace gapi.client {
|
|
|
5392
5667
|
fields?: string;
|
|
5393
5668
|
/** 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. */
|
|
5394
5669
|
key?: string;
|
|
5395
|
-
/** Required.
|
|
5670
|
+
/** Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name. */
|
|
5396
5671
|
mirroringDeploymentId?: string;
|
|
5397
5672
|
/** OAuth 2.0 token for the current user. */
|
|
5398
5673
|
oauth_token?: string;
|
|
5399
|
-
/** Required.
|
|
5674
|
+
/** Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} */
|
|
5400
5675
|
parent: string;
|
|
5401
5676
|
/** Returns response with indentations and line breaks. */
|
|
5402
5677
|
prettyPrint?: boolean;
|
|
5403
5678
|
/** 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. */
|
|
5404
5679
|
quotaUser?: string;
|
|
5405
|
-
/** Optional.
|
|
5680
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5406
5681
|
requestId?: string;
|
|
5407
5682
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5408
5683
|
upload_protocol?: string;
|
|
@@ -5425,17 +5700,17 @@ declare namespace gapi.client {
|
|
|
5425
5700
|
fields?: string;
|
|
5426
5701
|
/** 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. */
|
|
5427
5702
|
key?: string;
|
|
5428
|
-
/** Required.
|
|
5703
|
+
/** Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name. */
|
|
5429
5704
|
mirroringDeploymentId?: string;
|
|
5430
5705
|
/** OAuth 2.0 token for the current user. */
|
|
5431
5706
|
oauth_token?: string;
|
|
5432
|
-
/** Required.
|
|
5707
|
+
/** Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} */
|
|
5433
5708
|
parent: string;
|
|
5434
5709
|
/** Returns response with indentations and line breaks. */
|
|
5435
5710
|
prettyPrint?: boolean;
|
|
5436
5711
|
/** 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. */
|
|
5437
5712
|
quotaUser?: string;
|
|
5438
|
-
/** Optional.
|
|
5713
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5439
5714
|
requestId?: string;
|
|
5440
5715
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5441
5716
|
upload_protocol?: string;
|
|
@@ -5444,7 +5719,7 @@ declare namespace gapi.client {
|
|
|
5444
5719
|
},
|
|
5445
5720
|
body: MirroringDeployment,
|
|
5446
5721
|
): Request<Operation>;
|
|
5447
|
-
/** Deletes a
|
|
5722
|
+
/** Deletes a deployment. See https://google.aip.dev/135. */
|
|
5448
5723
|
delete(request?: {
|
|
5449
5724
|
/** V1 error format. */
|
|
5450
5725
|
'$.xgafv'?: string;
|
|
@@ -5466,14 +5741,14 @@ declare namespace gapi.client {
|
|
|
5466
5741
|
prettyPrint?: boolean;
|
|
5467
5742
|
/** 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. */
|
|
5468
5743
|
quotaUser?: string;
|
|
5469
|
-
/** Optional.
|
|
5744
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5470
5745
|
requestId?: string;
|
|
5471
5746
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5472
5747
|
upload_protocol?: string;
|
|
5473
5748
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5474
5749
|
uploadType?: string;
|
|
5475
5750
|
}): Request<Operation>;
|
|
5476
|
-
/** Gets
|
|
5751
|
+
/** Gets a specific deployment. See https://google.aip.dev/131. */
|
|
5477
5752
|
get(request?: {
|
|
5478
5753
|
/** V1 error format. */
|
|
5479
5754
|
'$.xgafv'?: string;
|
|
@@ -5487,7 +5762,7 @@ declare namespace gapi.client {
|
|
|
5487
5762
|
fields?: string;
|
|
5488
5763
|
/** 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. */
|
|
5489
5764
|
key?: string;
|
|
5490
|
-
/** Required.
|
|
5765
|
+
/** Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment} */
|
|
5491
5766
|
name: string;
|
|
5492
5767
|
/** OAuth 2.0 token for the current user. */
|
|
5493
5768
|
oauth_token?: string;
|
|
@@ -5500,7 +5775,7 @@ declare namespace gapi.client {
|
|
|
5500
5775
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5501
5776
|
uploadType?: string;
|
|
5502
5777
|
}): Request<MirroringDeployment>;
|
|
5503
|
-
/** Lists
|
|
5778
|
+
/** Lists deployments in a given project and location. See https://google.aip.dev/132. */
|
|
5504
5779
|
list(request?: {
|
|
5505
5780
|
/** V1 error format. */
|
|
5506
5781
|
'$.xgafv'?: string;
|
|
@@ -5512,19 +5787,19 @@ declare namespace gapi.client {
|
|
|
5512
5787
|
callback?: string;
|
|
5513
5788
|
/** Selector specifying which fields to include in a partial response. */
|
|
5514
5789
|
fields?: string;
|
|
5515
|
-
/** Optional.
|
|
5790
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5516
5791
|
filter?: string;
|
|
5517
5792
|
/** 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. */
|
|
5518
5793
|
key?: string;
|
|
5519
5794
|
/** OAuth 2.0 token for the current user. */
|
|
5520
5795
|
oauth_token?: string;
|
|
5521
|
-
/** Optional.
|
|
5796
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
5522
5797
|
orderBy?: string;
|
|
5523
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
5798
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. */
|
|
5524
5799
|
pageSize?: number;
|
|
5525
|
-
/** Optional. A token
|
|
5800
|
+
/** Optional. A page token, received from a previous `ListMirroringDeployments` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMirroringDeployments` must match the call that provided the page token. See https://google.aip.dev/158 for more details. */
|
|
5526
5801
|
pageToken?: string;
|
|
5527
|
-
/** Required.
|
|
5802
|
+
/** Required. The parent, which owns this collection of deployments. Example: `projects/123456789/locations/us-central1-a`. See https://google.aip.dev/132 for more details. */
|
|
5528
5803
|
parent: string;
|
|
5529
5804
|
/** Returns response with indentations and line breaks. */
|
|
5530
5805
|
prettyPrint?: boolean;
|
|
@@ -5535,7 +5810,7 @@ declare namespace gapi.client {
|
|
|
5535
5810
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5536
5811
|
uploadType?: string;
|
|
5537
5812
|
}): Request<ListMirroringDeploymentsResponse>;
|
|
5538
|
-
/** Updates a
|
|
5813
|
+
/** Updates a deployment. See https://google.aip.dev/134. */
|
|
5539
5814
|
patch(request: {
|
|
5540
5815
|
/** V1 error format. */
|
|
5541
5816
|
'$.xgafv'?: string;
|
|
@@ -5549,7 +5824,7 @@ declare namespace gapi.client {
|
|
|
5549
5824
|
fields?: string;
|
|
5550
5825
|
/** 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. */
|
|
5551
5826
|
key?: string;
|
|
5552
|
-
/** Immutable. Identifier. The name of
|
|
5827
|
+
/** Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep`. See https://google.aip.dev/122 for more details. */
|
|
5553
5828
|
name: string;
|
|
5554
5829
|
/** OAuth 2.0 token for the current user. */
|
|
5555
5830
|
oauth_token?: string;
|
|
@@ -5557,9 +5832,9 @@ declare namespace gapi.client {
|
|
|
5557
5832
|
prettyPrint?: boolean;
|
|
5558
5833
|
/** 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. */
|
|
5559
5834
|
quotaUser?: string;
|
|
5560
|
-
/** Optional.
|
|
5835
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5561
5836
|
requestId?: string;
|
|
5562
|
-
/**
|
|
5837
|
+
/** Optional. The list of fields to update. Fields are specified relative to the deployment (e.g. `description`; *not* `mirroring_deployment.description`). See https://google.aip.dev/161 for more details. */
|
|
5563
5838
|
updateMask?: string;
|
|
5564
5839
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5565
5840
|
upload_protocol?: string;
|
|
@@ -5582,7 +5857,7 @@ declare namespace gapi.client {
|
|
|
5582
5857
|
fields?: string;
|
|
5583
5858
|
/** 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. */
|
|
5584
5859
|
key?: string;
|
|
5585
|
-
/** Immutable. Identifier. The name of
|
|
5860
|
+
/** Immutable. Identifier. The resource name of this deployment, for example: `projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep`. See https://google.aip.dev/122 for more details. */
|
|
5586
5861
|
name: string;
|
|
5587
5862
|
/** OAuth 2.0 token for the current user. */
|
|
5588
5863
|
oauth_token?: string;
|
|
@@ -5590,9 +5865,9 @@ declare namespace gapi.client {
|
|
|
5590
5865
|
prettyPrint?: boolean;
|
|
5591
5866
|
/** 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. */
|
|
5592
5867
|
quotaUser?: string;
|
|
5593
|
-
/** Optional.
|
|
5868
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5594
5869
|
requestId?: string;
|
|
5595
|
-
/**
|
|
5870
|
+
/** Optional. The list of fields to update. Fields are specified relative to the deployment (e.g. `description`; *not* `mirroring_deployment.description`). See https://google.aip.dev/161 for more details. */
|
|
5596
5871
|
updateMask?: string;
|
|
5597
5872
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5598
5873
|
upload_protocol?: string;
|
|
@@ -5603,7 +5878,7 @@ declare namespace gapi.client {
|
|
|
5603
5878
|
): Request<Operation>;
|
|
5604
5879
|
}
|
|
5605
5880
|
interface MirroringEndpointGroupAssociationsResource {
|
|
5606
|
-
/** Creates
|
|
5881
|
+
/** Creates an association in a given project and location. See https://google.aip.dev/133. */
|
|
5607
5882
|
create(request: {
|
|
5608
5883
|
/** V1 error format. */
|
|
5609
5884
|
'$.xgafv'?: string;
|
|
@@ -5617,17 +5892,17 @@ declare namespace gapi.client {
|
|
|
5617
5892
|
fields?: string;
|
|
5618
5893
|
/** 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. */
|
|
5619
5894
|
key?: string;
|
|
5620
|
-
/** Optional.
|
|
5895
|
+
/** Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID. */
|
|
5621
5896
|
mirroringEndpointGroupAssociationId?: string;
|
|
5622
5897
|
/** OAuth 2.0 token for the current user. */
|
|
5623
5898
|
oauth_token?: string;
|
|
5624
|
-
/** Required.
|
|
5899
|
+
/** Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} */
|
|
5625
5900
|
parent: string;
|
|
5626
5901
|
/** Returns response with indentations and line breaks. */
|
|
5627
5902
|
prettyPrint?: boolean;
|
|
5628
5903
|
/** 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. */
|
|
5629
5904
|
quotaUser?: string;
|
|
5630
|
-
/** Optional.
|
|
5905
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5631
5906
|
requestId?: string;
|
|
5632
5907
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5633
5908
|
upload_protocol?: string;
|
|
@@ -5650,17 +5925,17 @@ declare namespace gapi.client {
|
|
|
5650
5925
|
fields?: string;
|
|
5651
5926
|
/** 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. */
|
|
5652
5927
|
key?: string;
|
|
5653
|
-
/** Optional.
|
|
5928
|
+
/** Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID. */
|
|
5654
5929
|
mirroringEndpointGroupAssociationId?: string;
|
|
5655
5930
|
/** OAuth 2.0 token for the current user. */
|
|
5656
5931
|
oauth_token?: string;
|
|
5657
|
-
/** Required.
|
|
5932
|
+
/** Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} */
|
|
5658
5933
|
parent: string;
|
|
5659
5934
|
/** Returns response with indentations and line breaks. */
|
|
5660
5935
|
prettyPrint?: boolean;
|
|
5661
5936
|
/** 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. */
|
|
5662
5937
|
quotaUser?: string;
|
|
5663
|
-
/** Optional.
|
|
5938
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5664
5939
|
requestId?: string;
|
|
5665
5940
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5666
5941
|
upload_protocol?: string;
|
|
@@ -5669,7 +5944,7 @@ declare namespace gapi.client {
|
|
|
5669
5944
|
},
|
|
5670
5945
|
body: MirroringEndpointGroupAssociation,
|
|
5671
5946
|
): Request<Operation>;
|
|
5672
|
-
/** Deletes
|
|
5947
|
+
/** Deletes an association. See https://google.aip.dev/135. */
|
|
5673
5948
|
delete(request?: {
|
|
5674
5949
|
/** V1 error format. */
|
|
5675
5950
|
'$.xgafv'?: string;
|
|
@@ -5683,7 +5958,7 @@ declare namespace gapi.client {
|
|
|
5683
5958
|
fields?: string;
|
|
5684
5959
|
/** 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. */
|
|
5685
5960
|
key?: string;
|
|
5686
|
-
/** Required.
|
|
5961
|
+
/** Required. The association to delete. */
|
|
5687
5962
|
name: string;
|
|
5688
5963
|
/** OAuth 2.0 token for the current user. */
|
|
5689
5964
|
oauth_token?: string;
|
|
@@ -5691,14 +5966,14 @@ declare namespace gapi.client {
|
|
|
5691
5966
|
prettyPrint?: boolean;
|
|
5692
5967
|
/** 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. */
|
|
5693
5968
|
quotaUser?: string;
|
|
5694
|
-
/** Optional.
|
|
5969
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5695
5970
|
requestId?: string;
|
|
5696
5971
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5697
5972
|
upload_protocol?: string;
|
|
5698
5973
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5699
5974
|
uploadType?: string;
|
|
5700
5975
|
}): Request<Operation>;
|
|
5701
|
-
/** Gets
|
|
5976
|
+
/** Gets a specific association. See https://google.aip.dev/131. */
|
|
5702
5977
|
get(request?: {
|
|
5703
5978
|
/** V1 error format. */
|
|
5704
5979
|
'$.xgafv'?: string;
|
|
@@ -5712,7 +5987,7 @@ declare namespace gapi.client {
|
|
|
5712
5987
|
fields?: string;
|
|
5713
5988
|
/** 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. */
|
|
5714
5989
|
key?: string;
|
|
5715
|
-
/** Required.
|
|
5990
|
+
/** Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association} */
|
|
5716
5991
|
name: string;
|
|
5717
5992
|
/** OAuth 2.0 token for the current user. */
|
|
5718
5993
|
oauth_token?: string;
|
|
@@ -5725,7 +6000,7 @@ declare namespace gapi.client {
|
|
|
5725
6000
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5726
6001
|
uploadType?: string;
|
|
5727
6002
|
}): Request<MirroringEndpointGroupAssociation>;
|
|
5728
|
-
/** Lists
|
|
6003
|
+
/** Lists associations in a given project and location. See https://google.aip.dev/132. */
|
|
5729
6004
|
list(request?: {
|
|
5730
6005
|
/** V1 error format. */
|
|
5731
6006
|
'$.xgafv'?: string;
|
|
@@ -5737,19 +6012,19 @@ declare namespace gapi.client {
|
|
|
5737
6012
|
callback?: string;
|
|
5738
6013
|
/** Selector specifying which fields to include in a partial response. */
|
|
5739
6014
|
fields?: string;
|
|
5740
|
-
/** Optional.
|
|
6015
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5741
6016
|
filter?: string;
|
|
5742
6017
|
/** 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. */
|
|
5743
6018
|
key?: string;
|
|
5744
6019
|
/** OAuth 2.0 token for the current user. */
|
|
5745
6020
|
oauth_token?: string;
|
|
5746
|
-
/** Optional.
|
|
6021
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
5747
6022
|
orderBy?: string;
|
|
5748
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
6023
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. */
|
|
5749
6024
|
pageSize?: number;
|
|
5750
|
-
/** Optional. A token
|
|
6025
|
+
/** Optional. A page token, received from a previous `ListMirroringEndpointGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMirroringEndpointGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details. */
|
|
5751
6026
|
pageToken?: string;
|
|
5752
|
-
/** Required.
|
|
6027
|
+
/** Required. The parent, which owns this collection of associations. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. */
|
|
5753
6028
|
parent: string;
|
|
5754
6029
|
/** Returns response with indentations and line breaks. */
|
|
5755
6030
|
prettyPrint?: boolean;
|
|
@@ -5760,7 +6035,7 @@ declare namespace gapi.client {
|
|
|
5760
6035
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5761
6036
|
uploadType?: string;
|
|
5762
6037
|
}): Request<ListMirroringEndpointGroupAssociationsResponse>;
|
|
5763
|
-
/** Updates
|
|
6038
|
+
/** Updates an association. See https://google.aip.dev/134. */
|
|
5764
6039
|
patch(request: {
|
|
5765
6040
|
/** V1 error format. */
|
|
5766
6041
|
'$.xgafv'?: string;
|
|
@@ -5774,7 +6049,7 @@ declare namespace gapi.client {
|
|
|
5774
6049
|
fields?: string;
|
|
5775
6050
|
/** 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. */
|
|
5776
6051
|
key?: string;
|
|
5777
|
-
/** Immutable. Identifier. The name of
|
|
6052
|
+
/** Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. */
|
|
5778
6053
|
name: string;
|
|
5779
6054
|
/** OAuth 2.0 token for the current user. */
|
|
5780
6055
|
oauth_token?: string;
|
|
@@ -5782,9 +6057,9 @@ declare namespace gapi.client {
|
|
|
5782
6057
|
prettyPrint?: boolean;
|
|
5783
6058
|
/** 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. */
|
|
5784
6059
|
quotaUser?: string;
|
|
5785
|
-
/** Optional.
|
|
6060
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5786
6061
|
requestId?: string;
|
|
5787
|
-
/**
|
|
6062
|
+
/** Optional. The list of fields to update. Fields are specified relative to the association (e.g. `description`; *not* `mirroring_endpoint_group_association.description`). See https://google.aip.dev/161 for more details. */
|
|
5788
6063
|
updateMask?: string;
|
|
5789
6064
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5790
6065
|
upload_protocol?: string;
|
|
@@ -5807,7 +6082,7 @@ declare namespace gapi.client {
|
|
|
5807
6082
|
fields?: string;
|
|
5808
6083
|
/** 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. */
|
|
5809
6084
|
key?: string;
|
|
5810
|
-
/** Immutable. Identifier. The name of
|
|
6085
|
+
/** Immutable. Identifier. The resource name of this endpoint group association, for example: `projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-eg-association`. See https://google.aip.dev/122 for more details. */
|
|
5811
6086
|
name: string;
|
|
5812
6087
|
/** OAuth 2.0 token for the current user. */
|
|
5813
6088
|
oauth_token?: string;
|
|
@@ -5815,9 +6090,9 @@ declare namespace gapi.client {
|
|
|
5815
6090
|
prettyPrint?: boolean;
|
|
5816
6091
|
/** 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. */
|
|
5817
6092
|
quotaUser?: string;
|
|
5818
|
-
/** Optional.
|
|
6093
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5819
6094
|
requestId?: string;
|
|
5820
|
-
/**
|
|
6095
|
+
/** Optional. The list of fields to update. Fields are specified relative to the association (e.g. `description`; *not* `mirroring_endpoint_group_association.description`). See https://google.aip.dev/161 for more details. */
|
|
5821
6096
|
updateMask?: string;
|
|
5822
6097
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5823
6098
|
upload_protocol?: string;
|
|
@@ -5828,7 +6103,7 @@ declare namespace gapi.client {
|
|
|
5828
6103
|
): Request<Operation>;
|
|
5829
6104
|
}
|
|
5830
6105
|
interface MirroringEndpointGroupsResource {
|
|
5831
|
-
/** Creates
|
|
6106
|
+
/** Creates an endpoint group in a given project and location. See https://google.aip.dev/133. */
|
|
5832
6107
|
create(request: {
|
|
5833
6108
|
/** V1 error format. */
|
|
5834
6109
|
'$.xgafv'?: string;
|
|
@@ -5842,17 +6117,17 @@ declare namespace gapi.client {
|
|
|
5842
6117
|
fields?: string;
|
|
5843
6118
|
/** 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. */
|
|
5844
6119
|
key?: string;
|
|
5845
|
-
/** Required.
|
|
6120
|
+
/** Required. The ID to use for the endpoint group, which will become the final component of the endpoint group's resource name. */
|
|
5846
6121
|
mirroringEndpointGroupId?: string;
|
|
5847
6122
|
/** OAuth 2.0 token for the current user. */
|
|
5848
6123
|
oauth_token?: string;
|
|
5849
|
-
/** Required.
|
|
6124
|
+
/** Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} */
|
|
5850
6125
|
parent: string;
|
|
5851
6126
|
/** Returns response with indentations and line breaks. */
|
|
5852
6127
|
prettyPrint?: boolean;
|
|
5853
6128
|
/** 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. */
|
|
5854
6129
|
quotaUser?: string;
|
|
5855
|
-
/** Optional.
|
|
6130
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5856
6131
|
requestId?: string;
|
|
5857
6132
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5858
6133
|
upload_protocol?: string;
|
|
@@ -5875,17 +6150,17 @@ declare namespace gapi.client {
|
|
|
5875
6150
|
fields?: string;
|
|
5876
6151
|
/** 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. */
|
|
5877
6152
|
key?: string;
|
|
5878
|
-
/** Required.
|
|
6153
|
+
/** Required. The ID to use for the endpoint group, which will become the final component of the endpoint group's resource name. */
|
|
5879
6154
|
mirroringEndpointGroupId?: string;
|
|
5880
6155
|
/** OAuth 2.0 token for the current user. */
|
|
5881
6156
|
oauth_token?: string;
|
|
5882
|
-
/** Required.
|
|
6157
|
+
/** Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} */
|
|
5883
6158
|
parent: string;
|
|
5884
6159
|
/** Returns response with indentations and line breaks. */
|
|
5885
6160
|
prettyPrint?: boolean;
|
|
5886
6161
|
/** 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. */
|
|
5887
6162
|
quotaUser?: string;
|
|
5888
|
-
/** Optional.
|
|
6163
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5889
6164
|
requestId?: string;
|
|
5890
6165
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5891
6166
|
upload_protocol?: string;
|
|
@@ -5894,7 +6169,7 @@ declare namespace gapi.client {
|
|
|
5894
6169
|
},
|
|
5895
6170
|
body: MirroringEndpointGroup,
|
|
5896
6171
|
): Request<Operation>;
|
|
5897
|
-
/** Deletes
|
|
6172
|
+
/** Deletes an endpoint group. See https://google.aip.dev/135. */
|
|
5898
6173
|
delete(request?: {
|
|
5899
6174
|
/** V1 error format. */
|
|
5900
6175
|
'$.xgafv'?: string;
|
|
@@ -5908,7 +6183,7 @@ declare namespace gapi.client {
|
|
|
5908
6183
|
fields?: string;
|
|
5909
6184
|
/** 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. */
|
|
5910
6185
|
key?: string;
|
|
5911
|
-
/** Required.
|
|
6186
|
+
/** Required. The endpoint group to delete. */
|
|
5912
6187
|
name: string;
|
|
5913
6188
|
/** OAuth 2.0 token for the current user. */
|
|
5914
6189
|
oauth_token?: string;
|
|
@@ -5916,14 +6191,14 @@ declare namespace gapi.client {
|
|
|
5916
6191
|
prettyPrint?: boolean;
|
|
5917
6192
|
/** 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. */
|
|
5918
6193
|
quotaUser?: string;
|
|
5919
|
-
/** Optional.
|
|
6194
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
5920
6195
|
requestId?: string;
|
|
5921
6196
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5922
6197
|
upload_protocol?: string;
|
|
5923
6198
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5924
6199
|
uploadType?: string;
|
|
5925
6200
|
}): Request<Operation>;
|
|
5926
|
-
/** Gets
|
|
6201
|
+
/** Gets a specific endpoint group. See https://google.aip.dev/131. */
|
|
5927
6202
|
get(request?: {
|
|
5928
6203
|
/** V1 error format. */
|
|
5929
6204
|
'$.xgafv'?: string;
|
|
@@ -5937,7 +6212,7 @@ declare namespace gapi.client {
|
|
|
5937
6212
|
fields?: string;
|
|
5938
6213
|
/** 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. */
|
|
5939
6214
|
key?: string;
|
|
5940
|
-
/** Required.
|
|
6215
|
+
/** Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group} */
|
|
5941
6216
|
name: string;
|
|
5942
6217
|
/** OAuth 2.0 token for the current user. */
|
|
5943
6218
|
oauth_token?: string;
|
|
@@ -5950,7 +6225,7 @@ declare namespace gapi.client {
|
|
|
5950
6225
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5951
6226
|
uploadType?: string;
|
|
5952
6227
|
}): Request<MirroringEndpointGroup>;
|
|
5953
|
-
/** Lists
|
|
6228
|
+
/** Lists endpoint groups in a given project and location. See https://google.aip.dev/132. */
|
|
5954
6229
|
list(request?: {
|
|
5955
6230
|
/** V1 error format. */
|
|
5956
6231
|
'$.xgafv'?: string;
|
|
@@ -5962,19 +6237,19 @@ declare namespace gapi.client {
|
|
|
5962
6237
|
callback?: string;
|
|
5963
6238
|
/** Selector specifying which fields to include in a partial response. */
|
|
5964
6239
|
fields?: string;
|
|
5965
|
-
/** Optional.
|
|
6240
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5966
6241
|
filter?: string;
|
|
5967
6242
|
/** 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. */
|
|
5968
6243
|
key?: string;
|
|
5969
6244
|
/** OAuth 2.0 token for the current user. */
|
|
5970
6245
|
oauth_token?: string;
|
|
5971
|
-
/** Optional.
|
|
6246
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
5972
6247
|
orderBy?: string;
|
|
5973
|
-
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
|
|
6248
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. */
|
|
5974
6249
|
pageSize?: number;
|
|
5975
|
-
/** Optional. A token
|
|
6250
|
+
/** Optional. A page token, received from a previous `ListMirroringEndpointGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMirroringEndpointGroups` must match the call that provided the page token. See https://google.aip.dev/158 for more details. */
|
|
5976
6251
|
pageToken?: string;
|
|
5977
|
-
/** Required.
|
|
6252
|
+
/** Required. The parent, which owns this collection of endpoint groups. Example: `projects/123456789/locations/global`. See https://google.aip.dev/132 for more details. */
|
|
5978
6253
|
parent: string;
|
|
5979
6254
|
/** Returns response with indentations and line breaks. */
|
|
5980
6255
|
prettyPrint?: boolean;
|
|
@@ -5985,7 +6260,7 @@ declare namespace gapi.client {
|
|
|
5985
6260
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5986
6261
|
uploadType?: string;
|
|
5987
6262
|
}): Request<ListMirroringEndpointGroupsResponse>;
|
|
5988
|
-
/** Updates
|
|
6263
|
+
/** Updates an endpoint group. See https://google.aip.dev/134. */
|
|
5989
6264
|
patch(request: {
|
|
5990
6265
|
/** V1 error format. */
|
|
5991
6266
|
'$.xgafv'?: string;
|
|
@@ -5999,7 +6274,7 @@ declare namespace gapi.client {
|
|
|
5999
6274
|
fields?: string;
|
|
6000
6275
|
/** 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. */
|
|
6001
6276
|
key?: string;
|
|
6002
|
-
/** Immutable. Identifier.
|
|
6277
|
+
/** Immutable. Identifier. The resource name of this endpoint group, for example: `projects/123456789/locations/global/mirroringEndpointGroups/my-eg`. See https://google.aip.dev/122 for more details. */
|
|
6003
6278
|
name: string;
|
|
6004
6279
|
/** OAuth 2.0 token for the current user. */
|
|
6005
6280
|
oauth_token?: string;
|
|
@@ -6007,9 +6282,9 @@ declare namespace gapi.client {
|
|
|
6007
6282
|
prettyPrint?: boolean;
|
|
6008
6283
|
/** 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. */
|
|
6009
6284
|
quotaUser?: string;
|
|
6010
|
-
/** Optional.
|
|
6285
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
6011
6286
|
requestId?: string;
|
|
6012
|
-
/**
|
|
6287
|
+
/** Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. `description`; *not* `mirroring_endpoint_group.description`). See https://google.aip.dev/161 for more details. */
|
|
6013
6288
|
updateMask?: string;
|
|
6014
6289
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6015
6290
|
upload_protocol?: string;
|
|
@@ -6032,7 +6307,7 @@ declare namespace gapi.client {
|
|
|
6032
6307
|
fields?: string;
|
|
6033
6308
|
/** 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. */
|
|
6034
6309
|
key?: string;
|
|
6035
|
-
/** Immutable. Identifier.
|
|
6310
|
+
/** Immutable. Identifier. The resource name of this endpoint group, for example: `projects/123456789/locations/global/mirroringEndpointGroups/my-eg`. See https://google.aip.dev/122 for more details. */
|
|
6036
6311
|
name: string;
|
|
6037
6312
|
/** OAuth 2.0 token for the current user. */
|
|
6038
6313
|
oauth_token?: string;
|
|
@@ -6040,9 +6315,9 @@ declare namespace gapi.client {
|
|
|
6040
6315
|
prettyPrint?: boolean;
|
|
6041
6316
|
/** 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. */
|
|
6042
6317
|
quotaUser?: string;
|
|
6043
|
-
/** Optional.
|
|
6318
|
+
/** Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a `request_id` is provided. See https://google.aip.dev/155 for more details. */
|
|
6044
6319
|
requestId?: string;
|
|
6045
|
-
/**
|
|
6320
|
+
/** Optional. The list of fields to update. Fields are specified relative to the endpoint group (e.g. `description`; *not* `mirroring_endpoint_group.description`). See https://google.aip.dev/161 for more details. */
|
|
6046
6321
|
updateMask?: string;
|
|
6047
6322
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6048
6323
|
upload_protocol?: string;
|
|
@@ -6987,6 +7262,7 @@ declare namespace gapi.client {
|
|
|
6987
7262
|
addressGroups: AddressGroupsResource;
|
|
6988
7263
|
authorizationPolicies: AuthorizationPoliciesResource;
|
|
6989
7264
|
authzPolicies: AuthzPoliciesResource;
|
|
7265
|
+
backendAuthenticationConfigs: BackendAuthenticationConfigsResource;
|
|
6990
7266
|
clientTlsPolicies: ClientTlsPoliciesResource;
|
|
6991
7267
|
firewallEndpointAssociations: FirewallEndpointAssociationsResource;
|
|
6992
7268
|
gatewaySecurityPolicies: GatewaySecurityPoliciesResource;
|