@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20250211 → 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 +254 -232
- 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
|
|
|
@@ -113,7 +113,7 @@ declare namespace gapi.client {
|
|
|
113
113
|
sources?: AuthzPolicyAuthzRuleFromRequestSource[];
|
|
114
114
|
}
|
|
115
115
|
interface AuthzPolicyAuthzRuleFromRequestSource {
|
|
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
|
|
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. */
|
|
117
117
|
principals?: AuthzPolicyAuthzRuleStringMatch[];
|
|
118
118
|
/** Optional. A list of resources to match against the resource of the source VM of a request. Limited to 5 resources. */
|
|
119
119
|
resources?: AuthzPolicyAuthzRuleRequestResource[];
|
|
@@ -410,101 +410,109 @@ declare namespace gapi.client {
|
|
|
410
410
|
regexMatch?: string;
|
|
411
411
|
}
|
|
412
412
|
interface InterceptDeployment {
|
|
413
|
-
/** Output only.
|
|
413
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
414
414
|
createTime?: string;
|
|
415
415
|
/** Optional. User-provided description of the deployment. Used as additional context for the deployment. */
|
|
416
416
|
description?: string;
|
|
417
|
-
/** 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. */
|
|
418
418
|
forwardingRule?: string;
|
|
419
|
-
/** 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. */
|
|
420
420
|
interceptDeploymentGroup?: string;
|
|
421
|
-
/** Optional. Labels
|
|
421
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
422
422
|
labels?: {[P in string]: string};
|
|
423
|
-
/** 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. */
|
|
424
424
|
name?: string;
|
|
425
|
-
/** 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. */
|
|
426
426
|
reconciling?: boolean;
|
|
427
|
-
/** Output only.
|
|
427
|
+
/** Output only. The current state of the deployment. See https://google.aip.dev/216. */
|
|
428
428
|
state?: string;
|
|
429
|
-
/** Output only.
|
|
429
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
430
430
|
updateTime?: string;
|
|
431
431
|
}
|
|
432
432
|
interface InterceptDeploymentGroup {
|
|
433
|
-
/** Output only. The list of
|
|
433
|
+
/** Output only. The list of endpoint groups that are connected to this resource. */
|
|
434
434
|
connectedEndpointGroups?: InterceptDeploymentGroupConnectedEndpointGroup[];
|
|
435
|
-
/** Output only.
|
|
435
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
436
436
|
createTime?: string;
|
|
437
437
|
/** Optional. User-provided description of the deployment group. Used as additional context for the deployment group. */
|
|
438
438
|
description?: string;
|
|
439
|
-
/** Optional. Labels
|
|
439
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
440
440
|
labels?: {[P in string]: string};
|
|
441
|
-
/** 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. */
|
|
442
442
|
name?: string;
|
|
443
|
-
/**
|
|
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. */
|
|
444
446
|
network?: string;
|
|
445
|
-
/** 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. */
|
|
446
448
|
reconciling?: boolean;
|
|
447
|
-
/** Output only.
|
|
449
|
+
/** Output only. The current state of the deployment group. See https://google.aip.dev/216. */
|
|
448
450
|
state?: string;
|
|
449
|
-
/** Output only.
|
|
451
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
450
452
|
updateTime?: string;
|
|
451
453
|
}
|
|
452
454
|
interface InterceptDeploymentGroupConnectedEndpointGroup {
|
|
453
|
-
/** 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. */
|
|
456
|
+
name?: string;
|
|
457
|
+
}
|
|
458
|
+
interface InterceptDeploymentGroupDeployment {
|
|
459
|
+
/** Output only. The name of the Intercept Deployment, in the format: `projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}`. */
|
|
454
460
|
name?: string;
|
|
461
|
+
/** Output only. Most recent known state of the deployment. */
|
|
462
|
+
state?: string;
|
|
455
463
|
}
|
|
456
464
|
interface InterceptEndpointGroup {
|
|
457
|
-
/** Output only. List of
|
|
465
|
+
/** Output only. List of associations to this endpoint group. */
|
|
458
466
|
associations?: InterceptEndpointGroupAssociationDetails[];
|
|
459
|
-
/** Output only.
|
|
467
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
460
468
|
createTime?: string;
|
|
461
469
|
/** Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group. */
|
|
462
470
|
description?: string;
|
|
463
|
-
/**
|
|
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. */
|
|
464
472
|
interceptDeploymentGroup?: string;
|
|
465
|
-
/** Optional. Labels
|
|
473
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
466
474
|
labels?: {[P in string]: string};
|
|
467
|
-
/** 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. */
|
|
468
476
|
name?: string;
|
|
469
|
-
/** 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. */
|
|
470
478
|
reconciling?: boolean;
|
|
471
|
-
/** Output only.
|
|
479
|
+
/** Output only. The current state of the endpoint group. See https://google.aip.dev/216. */
|
|
472
480
|
state?: string;
|
|
473
|
-
/** Output only.
|
|
481
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
474
482
|
updateTime?: string;
|
|
475
483
|
}
|
|
476
484
|
interface InterceptEndpointGroupAssociation {
|
|
477
|
-
/** Output only.
|
|
485
|
+
/** Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps. */
|
|
478
486
|
createTime?: string;
|
|
479
|
-
/**
|
|
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. */
|
|
480
488
|
interceptEndpointGroup?: string;
|
|
481
|
-
/** Optional. Labels
|
|
489
|
+
/** Optional. Labels are key/value pairs that help to organize and filter resources. */
|
|
482
490
|
labels?: {[P in string]: string};
|
|
483
|
-
/** 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. */
|
|
484
492
|
locationsDetails?: InterceptEndpointGroupAssociationLocationDetails[];
|
|
485
|
-
/** 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. */
|
|
486
494
|
name?: string;
|
|
487
|
-
/**
|
|
495
|
+
/** Immutable. The VPC network that is associated. for example: `projects/123456789/global/networks/my-network`. See https://google.aip.dev/124. */
|
|
488
496
|
network?: string;
|
|
489
|
-
/** 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. */
|
|
490
498
|
reconciling?: boolean;
|
|
491
499
|
/** Output only. Current state of the endpoint group association. */
|
|
492
500
|
state?: string;
|
|
493
|
-
/** Output only.
|
|
501
|
+
/** Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps. */
|
|
494
502
|
updateTime?: string;
|
|
495
503
|
}
|
|
496
504
|
interface InterceptEndpointGroupAssociationDetails {
|
|
497
|
-
/** 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. */
|
|
498
506
|
name?: string;
|
|
499
|
-
/** Output only. The
|
|
507
|
+
/** Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124. */
|
|
500
508
|
network?: string;
|
|
501
|
-
/** Output only.
|
|
509
|
+
/** Output only. Most recent known state of the association. */
|
|
502
510
|
state?: string;
|
|
503
511
|
}
|
|
504
512
|
interface InterceptEndpointGroupAssociationLocationDetails {
|
|
505
|
-
/** Output only. The cloud location. */
|
|
513
|
+
/** Output only. The cloud location, e.g. "us-central1-a" or "asia-south1". */
|
|
506
514
|
location?: string;
|
|
507
|
-
/** Output only. The
|
|
515
|
+
/** Output only. The current state of the association in this location. */
|
|
508
516
|
state?: string;
|
|
509
517
|
}
|
|
510
518
|
interface ListAddressGroupReferencesResponse {
|
|
@@ -526,6 +534,8 @@ declare namespace gapi.client {
|
|
|
526
534
|
addressGroups?: AddressGroup[];
|
|
527
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`. */
|
|
528
536
|
nextPageToken?: string;
|
|
537
|
+
/** Locations that could not be reached. */
|
|
538
|
+
unreachable?: string[];
|
|
529
539
|
}
|
|
530
540
|
interface ListAuthorizationPoliciesResponse {
|
|
531
541
|
/** List of AuthorizationPolicies resources. */
|
|
@@ -588,29 +598,29 @@ declare namespace gapi.client {
|
|
|
588
598
|
unreachable?: string[];
|
|
589
599
|
}
|
|
590
600
|
interface ListInterceptDeploymentGroupsResponse {
|
|
591
|
-
/** The
|
|
601
|
+
/** The deployment groups from the specified parent. */
|
|
592
602
|
interceptDeploymentGroups?: InterceptDeploymentGroup[];
|
|
593
|
-
/** 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. */
|
|
594
604
|
nextPageToken?: string;
|
|
595
605
|
}
|
|
596
606
|
interface ListInterceptDeploymentsResponse {
|
|
597
|
-
/** The
|
|
607
|
+
/** The deployments from the specified parent. */
|
|
598
608
|
interceptDeployments?: InterceptDeployment[];
|
|
599
|
-
/** 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. */
|
|
600
610
|
nextPageToken?: string;
|
|
601
611
|
/** Locations that could not be reached. */
|
|
602
612
|
unreachable?: string[];
|
|
603
613
|
}
|
|
604
614
|
interface ListInterceptEndpointGroupAssociationsResponse {
|
|
605
|
-
/** The
|
|
615
|
+
/** The associations from the specified parent. */
|
|
606
616
|
interceptEndpointGroupAssociations?: InterceptEndpointGroupAssociation[];
|
|
607
|
-
/** 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. */
|
|
608
618
|
nextPageToken?: string;
|
|
609
619
|
}
|
|
610
620
|
interface ListInterceptEndpointGroupsResponse {
|
|
611
|
-
/** The
|
|
621
|
+
/** The endpoint groups from the specified parent. */
|
|
612
622
|
interceptEndpointGroups?: InterceptEndpointGroup[];
|
|
613
|
-
/** 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. */
|
|
614
624
|
nextPageToken?: string;
|
|
615
625
|
}
|
|
616
626
|
interface ListLocationsResponse {
|
|
@@ -620,29 +630,29 @@ declare namespace gapi.client {
|
|
|
620
630
|
nextPageToken?: string;
|
|
621
631
|
}
|
|
622
632
|
interface ListMirroringDeploymentGroupsResponse {
|
|
623
|
-
/** The
|
|
633
|
+
/** The deployment groups from the specified parent. */
|
|
624
634
|
mirroringDeploymentGroups?: MirroringDeploymentGroup[];
|
|
625
|
-
/** 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. */
|
|
626
636
|
nextPageToken?: string;
|
|
627
637
|
}
|
|
628
638
|
interface ListMirroringDeploymentsResponse {
|
|
629
|
-
/** The
|
|
639
|
+
/** The deployments from the specified parent. */
|
|
630
640
|
mirroringDeployments?: MirroringDeployment[];
|
|
631
|
-
/** 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. */
|
|
632
642
|
nextPageToken?: string;
|
|
633
643
|
/** Locations that could not be reached. */
|
|
634
644
|
unreachable?: string[];
|
|
635
645
|
}
|
|
636
646
|
interface ListMirroringEndpointGroupAssociationsResponse {
|
|
637
|
-
/** The
|
|
647
|
+
/** The associations from the specified parent. */
|
|
638
648
|
mirroringEndpointGroupAssociations?: MirroringEndpointGroupAssociation[];
|
|
639
|
-
/** 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. */
|
|
640
650
|
nextPageToken?: string;
|
|
641
651
|
}
|
|
642
652
|
interface ListMirroringEndpointGroupsResponse {
|
|
643
|
-
/** The
|
|
653
|
+
/** The endpoint groups from the specified parent. */
|
|
644
654
|
mirroringEndpointGroups?: MirroringEndpointGroup[];
|
|
645
|
-
/** 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. */
|
|
646
656
|
nextPageToken?: string;
|
|
647
657
|
}
|
|
648
658
|
interface ListOperationsResponse {
|
|
@@ -728,6 +738,8 @@ declare namespace gapi.client {
|
|
|
728
738
|
labels?: {[P in string]: string};
|
|
729
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. */
|
|
730
740
|
name?: string;
|
|
741
|
+
/** Output only. The list of Mirroring Deployments that belong to this group. */
|
|
742
|
+
nestedDeployments?: MirroringDeploymentGroupDeployment[];
|
|
731
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. */
|
|
732
744
|
network?: string;
|
|
733
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. */
|
|
@@ -741,6 +753,12 @@ declare namespace gapi.client {
|
|
|
741
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. */
|
|
742
754
|
name?: string;
|
|
743
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
|
+
}
|
|
744
762
|
interface MirroringEndpointGroup {
|
|
745
763
|
/** Output only. List of associations to this endpoint group. */
|
|
746
764
|
associations?: MirroringEndpointGroupAssociationDetails[];
|
|
@@ -1246,6 +1264,8 @@ declare namespace gapi.client {
|
|
|
1246
1264
|
prettyPrint?: boolean;
|
|
1247
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. */
|
|
1248
1266
|
quotaUser?: string;
|
|
1267
|
+
/** Optional. If true, allow partial responses for multi-regional Aggregated List requests. */
|
|
1268
|
+
returnPartialSuccess?: boolean;
|
|
1249
1269
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1250
1270
|
upload_protocol?: string;
|
|
1251
1271
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2509,6 +2529,8 @@ declare namespace gapi.client {
|
|
|
2509
2529
|
prettyPrint?: boolean;
|
|
2510
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. */
|
|
2511
2531
|
quotaUser?: string;
|
|
2532
|
+
/** Optional. If true, allow partial responses for multi-regional Aggregated List requests. */
|
|
2533
|
+
returnPartialSuccess?: boolean;
|
|
2512
2534
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2513
2535
|
upload_protocol?: string;
|
|
2514
2536
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -4506,7 +4528,7 @@ declare namespace gapi.client {
|
|
|
4506
4528
|
rules: RulesResource;
|
|
4507
4529
|
}
|
|
4508
4530
|
interface InterceptDeploymentGroupsResource {
|
|
4509
|
-
/** Creates a
|
|
4531
|
+
/** Creates a deployment group in a given project and location. See https://google.aip.dev/133. */
|
|
4510
4532
|
create(request: {
|
|
4511
4533
|
/** V1 error format. */
|
|
4512
4534
|
'$.xgafv'?: string;
|
|
@@ -4518,19 +4540,19 @@ declare namespace gapi.client {
|
|
|
4518
4540
|
callback?: string;
|
|
4519
4541
|
/** Selector specifying which fields to include in a partial response. */
|
|
4520
4542
|
fields?: string;
|
|
4521
|
-
/** 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. */
|
|
4522
4544
|
interceptDeploymentGroupId?: string;
|
|
4523
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. */
|
|
4524
4546
|
key?: string;
|
|
4525
4547
|
/** OAuth 2.0 token for the current user. */
|
|
4526
4548
|
oauth_token?: string;
|
|
4527
|
-
/** Required.
|
|
4549
|
+
/** Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} */
|
|
4528
4550
|
parent: string;
|
|
4529
4551
|
/** Returns response with indentations and line breaks. */
|
|
4530
4552
|
prettyPrint?: boolean;
|
|
4531
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. */
|
|
4532
4554
|
quotaUser?: string;
|
|
4533
|
-
/** 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. */
|
|
4534
4556
|
requestId?: string;
|
|
4535
4557
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4536
4558
|
upload_protocol?: string;
|
|
@@ -4551,19 +4573,19 @@ declare namespace gapi.client {
|
|
|
4551
4573
|
callback?: string;
|
|
4552
4574
|
/** Selector specifying which fields to include in a partial response. */
|
|
4553
4575
|
fields?: string;
|
|
4554
|
-
/** 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. */
|
|
4555
4577
|
interceptDeploymentGroupId?: string;
|
|
4556
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. */
|
|
4557
4579
|
key?: string;
|
|
4558
4580
|
/** OAuth 2.0 token for the current user. */
|
|
4559
4581
|
oauth_token?: string;
|
|
4560
|
-
/** Required.
|
|
4582
|
+
/** Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} */
|
|
4561
4583
|
parent: string;
|
|
4562
4584
|
/** Returns response with indentations and line breaks. */
|
|
4563
4585
|
prettyPrint?: boolean;
|
|
4564
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. */
|
|
4565
4587
|
quotaUser?: string;
|
|
4566
|
-
/** 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. */
|
|
4567
4589
|
requestId?: string;
|
|
4568
4590
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4569
4591
|
upload_protocol?: string;
|
|
@@ -4572,7 +4594,7 @@ declare namespace gapi.client {
|
|
|
4572
4594
|
},
|
|
4573
4595
|
body: InterceptDeploymentGroup,
|
|
4574
4596
|
): Request<Operation>;
|
|
4575
|
-
/** Deletes a
|
|
4597
|
+
/** Deletes a deployment group. See https://google.aip.dev/135. */
|
|
4576
4598
|
delete(request?: {
|
|
4577
4599
|
/** V1 error format. */
|
|
4578
4600
|
'$.xgafv'?: string;
|
|
@@ -4586,7 +4608,7 @@ declare namespace gapi.client {
|
|
|
4586
4608
|
fields?: string;
|
|
4587
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. */
|
|
4588
4610
|
key?: string;
|
|
4589
|
-
/** Required.
|
|
4611
|
+
/** Required. The deployment group to delete. */
|
|
4590
4612
|
name: string;
|
|
4591
4613
|
/** OAuth 2.0 token for the current user. */
|
|
4592
4614
|
oauth_token?: string;
|
|
@@ -4594,14 +4616,14 @@ declare namespace gapi.client {
|
|
|
4594
4616
|
prettyPrint?: boolean;
|
|
4595
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. */
|
|
4596
4618
|
quotaUser?: string;
|
|
4597
|
-
/** 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. */
|
|
4598
4620
|
requestId?: string;
|
|
4599
4621
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4600
4622
|
upload_protocol?: string;
|
|
4601
4623
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4602
4624
|
uploadType?: string;
|
|
4603
4625
|
}): Request<Operation>;
|
|
4604
|
-
/** Gets
|
|
4626
|
+
/** Gets a specific deployment group. See https://google.aip.dev/131. */
|
|
4605
4627
|
get(request?: {
|
|
4606
4628
|
/** V1 error format. */
|
|
4607
4629
|
'$.xgafv'?: string;
|
|
@@ -4615,7 +4637,7 @@ declare namespace gapi.client {
|
|
|
4615
4637
|
fields?: string;
|
|
4616
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. */
|
|
4617
4639
|
key?: string;
|
|
4618
|
-
/** Required.
|
|
4640
|
+
/** Required. The name of the deployment group to retrieve. Format: projects/{project}/locations/{location}/interceptDeploymentGroups/{intercept_deployment_group} */
|
|
4619
4641
|
name: string;
|
|
4620
4642
|
/** OAuth 2.0 token for the current user. */
|
|
4621
4643
|
oauth_token?: string;
|
|
@@ -4628,7 +4650,7 @@ declare namespace gapi.client {
|
|
|
4628
4650
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4629
4651
|
uploadType?: string;
|
|
4630
4652
|
}): Request<InterceptDeploymentGroup>;
|
|
4631
|
-
/** Lists
|
|
4653
|
+
/** Lists deployment groups in a given project and location. See https://google.aip.dev/132. */
|
|
4632
4654
|
list(request?: {
|
|
4633
4655
|
/** V1 error format. */
|
|
4634
4656
|
'$.xgafv'?: string;
|
|
@@ -4640,19 +4662,19 @@ declare namespace gapi.client {
|
|
|
4640
4662
|
callback?: string;
|
|
4641
4663
|
/** Selector specifying which fields to include in a partial response. */
|
|
4642
4664
|
fields?: string;
|
|
4643
|
-
/** Optional.
|
|
4665
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
4644
4666
|
filter?: string;
|
|
4645
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. */
|
|
4646
4668
|
key?: string;
|
|
4647
4669
|
/** OAuth 2.0 token for the current user. */
|
|
4648
4670
|
oauth_token?: string;
|
|
4649
|
-
/** Optional.
|
|
4671
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
4650
4672
|
orderBy?: string;
|
|
4651
|
-
/** 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. */
|
|
4652
4674
|
pageSize?: number;
|
|
4653
|
-
/** 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. */
|
|
4654
4676
|
pageToken?: string;
|
|
4655
|
-
/** 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. */
|
|
4656
4678
|
parent: string;
|
|
4657
4679
|
/** Returns response with indentations and line breaks. */
|
|
4658
4680
|
prettyPrint?: boolean;
|
|
@@ -4663,7 +4685,7 @@ declare namespace gapi.client {
|
|
|
4663
4685
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4664
4686
|
uploadType?: string;
|
|
4665
4687
|
}): Request<ListInterceptDeploymentGroupsResponse>;
|
|
4666
|
-
/** Updates a
|
|
4688
|
+
/** Updates a deployment group. See https://google.aip.dev/134. */
|
|
4667
4689
|
patch(request: {
|
|
4668
4690
|
/** V1 error format. */
|
|
4669
4691
|
'$.xgafv'?: string;
|
|
@@ -4677,7 +4699,7 @@ declare namespace gapi.client {
|
|
|
4677
4699
|
fields?: string;
|
|
4678
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. */
|
|
4679
4701
|
key?: string;
|
|
4680
|
-
/** 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. */
|
|
4681
4703
|
name: string;
|
|
4682
4704
|
/** OAuth 2.0 token for the current user. */
|
|
4683
4705
|
oauth_token?: string;
|
|
@@ -4685,9 +4707,9 @@ declare namespace gapi.client {
|
|
|
4685
4707
|
prettyPrint?: boolean;
|
|
4686
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. */
|
|
4687
4709
|
quotaUser?: string;
|
|
4688
|
-
/** 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. */
|
|
4689
4711
|
requestId?: string;
|
|
4690
|
-
/**
|
|
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. */
|
|
4691
4713
|
updateMask?: string;
|
|
4692
4714
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4693
4715
|
upload_protocol?: string;
|
|
@@ -4710,7 +4732,7 @@ declare namespace gapi.client {
|
|
|
4710
4732
|
fields?: string;
|
|
4711
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. */
|
|
4712
4734
|
key?: string;
|
|
4713
|
-
/** 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. */
|
|
4714
4736
|
name: string;
|
|
4715
4737
|
/** OAuth 2.0 token for the current user. */
|
|
4716
4738
|
oauth_token?: string;
|
|
@@ -4718,9 +4740,9 @@ declare namespace gapi.client {
|
|
|
4718
4740
|
prettyPrint?: boolean;
|
|
4719
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. */
|
|
4720
4742
|
quotaUser?: string;
|
|
4721
|
-
/** 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. */
|
|
4722
4744
|
requestId?: string;
|
|
4723
|
-
/**
|
|
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. */
|
|
4724
4746
|
updateMask?: string;
|
|
4725
4747
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4726
4748
|
upload_protocol?: string;
|
|
@@ -4731,7 +4753,7 @@ declare namespace gapi.client {
|
|
|
4731
4753
|
): Request<Operation>;
|
|
4732
4754
|
}
|
|
4733
4755
|
interface InterceptDeploymentsResource {
|
|
4734
|
-
/** Creates a
|
|
4756
|
+
/** Creates a deployment in a given project and location. See https://google.aip.dev/133. */
|
|
4735
4757
|
create(request: {
|
|
4736
4758
|
/** V1 error format. */
|
|
4737
4759
|
'$.xgafv'?: string;
|
|
@@ -4743,19 +4765,19 @@ declare namespace gapi.client {
|
|
|
4743
4765
|
callback?: string;
|
|
4744
4766
|
/** Selector specifying which fields to include in a partial response. */
|
|
4745
4767
|
fields?: string;
|
|
4746
|
-
/** Required.
|
|
4768
|
+
/** Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name. */
|
|
4747
4769
|
interceptDeploymentId?: string;
|
|
4748
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. */
|
|
4749
4771
|
key?: string;
|
|
4750
4772
|
/** OAuth 2.0 token for the current user. */
|
|
4751
4773
|
oauth_token?: string;
|
|
4752
|
-
/** Required.
|
|
4774
|
+
/** Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} */
|
|
4753
4775
|
parent: string;
|
|
4754
4776
|
/** Returns response with indentations and line breaks. */
|
|
4755
4777
|
prettyPrint?: boolean;
|
|
4756
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. */
|
|
4757
4779
|
quotaUser?: string;
|
|
4758
|
-
/** 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. */
|
|
4759
4781
|
requestId?: string;
|
|
4760
4782
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4761
4783
|
upload_protocol?: string;
|
|
@@ -4776,19 +4798,19 @@ declare namespace gapi.client {
|
|
|
4776
4798
|
callback?: string;
|
|
4777
4799
|
/** Selector specifying which fields to include in a partial response. */
|
|
4778
4800
|
fields?: string;
|
|
4779
|
-
/** Required.
|
|
4801
|
+
/** Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name. */
|
|
4780
4802
|
interceptDeploymentId?: string;
|
|
4781
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. */
|
|
4782
4804
|
key?: string;
|
|
4783
4805
|
/** OAuth 2.0 token for the current user. */
|
|
4784
4806
|
oauth_token?: string;
|
|
4785
|
-
/** Required.
|
|
4807
|
+
/** Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} */
|
|
4786
4808
|
parent: string;
|
|
4787
4809
|
/** Returns response with indentations and line breaks. */
|
|
4788
4810
|
prettyPrint?: boolean;
|
|
4789
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. */
|
|
4790
4812
|
quotaUser?: string;
|
|
4791
|
-
/** 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. */
|
|
4792
4814
|
requestId?: string;
|
|
4793
4815
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4794
4816
|
upload_protocol?: string;
|
|
@@ -4797,7 +4819,7 @@ declare namespace gapi.client {
|
|
|
4797
4819
|
},
|
|
4798
4820
|
body: InterceptDeployment,
|
|
4799
4821
|
): Request<Operation>;
|
|
4800
|
-
/** Deletes a
|
|
4822
|
+
/** Deletes a deployment. See https://google.aip.dev/135. */
|
|
4801
4823
|
delete(request?: {
|
|
4802
4824
|
/** V1 error format. */
|
|
4803
4825
|
'$.xgafv'?: string;
|
|
@@ -4819,14 +4841,14 @@ declare namespace gapi.client {
|
|
|
4819
4841
|
prettyPrint?: boolean;
|
|
4820
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. */
|
|
4821
4843
|
quotaUser?: string;
|
|
4822
|
-
/** 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. */
|
|
4823
4845
|
requestId?: string;
|
|
4824
4846
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4825
4847
|
upload_protocol?: string;
|
|
4826
4848
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4827
4849
|
uploadType?: string;
|
|
4828
4850
|
}): Request<Operation>;
|
|
4829
|
-
/** Gets
|
|
4851
|
+
/** Gets a specific deployment. See https://google.aip.dev/131. */
|
|
4830
4852
|
get(request?: {
|
|
4831
4853
|
/** V1 error format. */
|
|
4832
4854
|
'$.xgafv'?: string;
|
|
@@ -4840,7 +4862,7 @@ declare namespace gapi.client {
|
|
|
4840
4862
|
fields?: string;
|
|
4841
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. */
|
|
4842
4864
|
key?: string;
|
|
4843
|
-
/** Required.
|
|
4865
|
+
/** Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment} */
|
|
4844
4866
|
name: string;
|
|
4845
4867
|
/** OAuth 2.0 token for the current user. */
|
|
4846
4868
|
oauth_token?: string;
|
|
@@ -4853,7 +4875,7 @@ declare namespace gapi.client {
|
|
|
4853
4875
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4854
4876
|
uploadType?: string;
|
|
4855
4877
|
}): Request<InterceptDeployment>;
|
|
4856
|
-
/** Lists
|
|
4878
|
+
/** Lists deployments in a given project and location. See https://google.aip.dev/132. */
|
|
4857
4879
|
list(request?: {
|
|
4858
4880
|
/** V1 error format. */
|
|
4859
4881
|
'$.xgafv'?: string;
|
|
@@ -4865,19 +4887,19 @@ declare namespace gapi.client {
|
|
|
4865
4887
|
callback?: string;
|
|
4866
4888
|
/** Selector specifying which fields to include in a partial response. */
|
|
4867
4889
|
fields?: string;
|
|
4868
|
-
/** Optional.
|
|
4890
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
4869
4891
|
filter?: string;
|
|
4870
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. */
|
|
4871
4893
|
key?: string;
|
|
4872
4894
|
/** OAuth 2.0 token for the current user. */
|
|
4873
4895
|
oauth_token?: string;
|
|
4874
|
-
/** Optional.
|
|
4896
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
4875
4897
|
orderBy?: string;
|
|
4876
|
-
/** 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. */
|
|
4877
4899
|
pageSize?: number;
|
|
4878
|
-
/** 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. */
|
|
4879
4901
|
pageToken?: string;
|
|
4880
|
-
/** 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. */
|
|
4881
4903
|
parent: string;
|
|
4882
4904
|
/** Returns response with indentations and line breaks. */
|
|
4883
4905
|
prettyPrint?: boolean;
|
|
@@ -4888,7 +4910,7 @@ declare namespace gapi.client {
|
|
|
4888
4910
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4889
4911
|
uploadType?: string;
|
|
4890
4912
|
}): Request<ListInterceptDeploymentsResponse>;
|
|
4891
|
-
/** Updates a
|
|
4913
|
+
/** Updates a deployment. See https://google.aip.dev/134. */
|
|
4892
4914
|
patch(request: {
|
|
4893
4915
|
/** V1 error format. */
|
|
4894
4916
|
'$.xgafv'?: string;
|
|
@@ -4902,7 +4924,7 @@ declare namespace gapi.client {
|
|
|
4902
4924
|
fields?: string;
|
|
4903
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. */
|
|
4904
4926
|
key?: string;
|
|
4905
|
-
/** 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. */
|
|
4906
4928
|
name: string;
|
|
4907
4929
|
/** OAuth 2.0 token for the current user. */
|
|
4908
4930
|
oauth_token?: string;
|
|
@@ -4910,9 +4932,9 @@ declare namespace gapi.client {
|
|
|
4910
4932
|
prettyPrint?: boolean;
|
|
4911
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. */
|
|
4912
4934
|
quotaUser?: string;
|
|
4913
|
-
/** 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. */
|
|
4914
4936
|
requestId?: string;
|
|
4915
|
-
/**
|
|
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. */
|
|
4916
4938
|
updateMask?: string;
|
|
4917
4939
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4918
4940
|
upload_protocol?: string;
|
|
@@ -4935,7 +4957,7 @@ declare namespace gapi.client {
|
|
|
4935
4957
|
fields?: string;
|
|
4936
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. */
|
|
4937
4959
|
key?: string;
|
|
4938
|
-
/** 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. */
|
|
4939
4961
|
name: string;
|
|
4940
4962
|
/** OAuth 2.0 token for the current user. */
|
|
4941
4963
|
oauth_token?: string;
|
|
@@ -4943,9 +4965,9 @@ declare namespace gapi.client {
|
|
|
4943
4965
|
prettyPrint?: boolean;
|
|
4944
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. */
|
|
4945
4967
|
quotaUser?: string;
|
|
4946
|
-
/** 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. */
|
|
4947
4969
|
requestId?: string;
|
|
4948
|
-
/**
|
|
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. */
|
|
4949
4971
|
updateMask?: string;
|
|
4950
4972
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4951
4973
|
upload_protocol?: string;
|
|
@@ -4956,7 +4978,7 @@ declare namespace gapi.client {
|
|
|
4956
4978
|
): Request<Operation>;
|
|
4957
4979
|
}
|
|
4958
4980
|
interface InterceptEndpointGroupAssociationsResource {
|
|
4959
|
-
/** Creates
|
|
4981
|
+
/** Creates an association in a given project and location. See https://google.aip.dev/133. */
|
|
4960
4982
|
create(request: {
|
|
4961
4983
|
/** V1 error format. */
|
|
4962
4984
|
'$.xgafv'?: string;
|
|
@@ -4968,19 +4990,19 @@ declare namespace gapi.client {
|
|
|
4968
4990
|
callback?: string;
|
|
4969
4991
|
/** Selector specifying which fields to include in a partial response. */
|
|
4970
4992
|
fields?: string;
|
|
4971
|
-
/** 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. */
|
|
4972
4994
|
interceptEndpointGroupAssociationId?: string;
|
|
4973
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. */
|
|
4974
4996
|
key?: string;
|
|
4975
4997
|
/** OAuth 2.0 token for the current user. */
|
|
4976
4998
|
oauth_token?: string;
|
|
4977
|
-
/** Required.
|
|
4999
|
+
/** Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} */
|
|
4978
5000
|
parent: string;
|
|
4979
5001
|
/** Returns response with indentations and line breaks. */
|
|
4980
5002
|
prettyPrint?: boolean;
|
|
4981
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. */
|
|
4982
5004
|
quotaUser?: string;
|
|
4983
|
-
/** 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. */
|
|
4984
5006
|
requestId?: string;
|
|
4985
5007
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4986
5008
|
upload_protocol?: string;
|
|
@@ -5001,19 +5023,19 @@ declare namespace gapi.client {
|
|
|
5001
5023
|
callback?: string;
|
|
5002
5024
|
/** Selector specifying which fields to include in a partial response. */
|
|
5003
5025
|
fields?: string;
|
|
5004
|
-
/** 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. */
|
|
5005
5027
|
interceptEndpointGroupAssociationId?: string;
|
|
5006
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. */
|
|
5007
5029
|
key?: string;
|
|
5008
5030
|
/** OAuth 2.0 token for the current user. */
|
|
5009
5031
|
oauth_token?: string;
|
|
5010
|
-
/** Required.
|
|
5032
|
+
/** Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} */
|
|
5011
5033
|
parent: string;
|
|
5012
5034
|
/** Returns response with indentations and line breaks. */
|
|
5013
5035
|
prettyPrint?: boolean;
|
|
5014
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. */
|
|
5015
5037
|
quotaUser?: string;
|
|
5016
|
-
/** 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. */
|
|
5017
5039
|
requestId?: string;
|
|
5018
5040
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5019
5041
|
upload_protocol?: string;
|
|
@@ -5022,7 +5044,7 @@ declare namespace gapi.client {
|
|
|
5022
5044
|
},
|
|
5023
5045
|
body: InterceptEndpointGroupAssociation,
|
|
5024
5046
|
): Request<Operation>;
|
|
5025
|
-
/** Deletes
|
|
5047
|
+
/** Deletes an association. See https://google.aip.dev/135. */
|
|
5026
5048
|
delete(request?: {
|
|
5027
5049
|
/** V1 error format. */
|
|
5028
5050
|
'$.xgafv'?: string;
|
|
@@ -5036,7 +5058,7 @@ declare namespace gapi.client {
|
|
|
5036
5058
|
fields?: string;
|
|
5037
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. */
|
|
5038
5060
|
key?: string;
|
|
5039
|
-
/** Required.
|
|
5061
|
+
/** Required. The association to delete. */
|
|
5040
5062
|
name: string;
|
|
5041
5063
|
/** OAuth 2.0 token for the current user. */
|
|
5042
5064
|
oauth_token?: string;
|
|
@@ -5044,14 +5066,14 @@ declare namespace gapi.client {
|
|
|
5044
5066
|
prettyPrint?: boolean;
|
|
5045
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. */
|
|
5046
5068
|
quotaUser?: string;
|
|
5047
|
-
/** 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. */
|
|
5048
5070
|
requestId?: string;
|
|
5049
5071
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5050
5072
|
upload_protocol?: string;
|
|
5051
5073
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5052
5074
|
uploadType?: string;
|
|
5053
5075
|
}): Request<Operation>;
|
|
5054
|
-
/** Gets
|
|
5076
|
+
/** Gets a specific association. See https://google.aip.dev/131. */
|
|
5055
5077
|
get(request?: {
|
|
5056
5078
|
/** V1 error format. */
|
|
5057
5079
|
'$.xgafv'?: string;
|
|
@@ -5065,7 +5087,7 @@ declare namespace gapi.client {
|
|
|
5065
5087
|
fields?: string;
|
|
5066
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. */
|
|
5067
5089
|
key?: string;
|
|
5068
|
-
/** Required.
|
|
5090
|
+
/** Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_endpoint_group_association} */
|
|
5069
5091
|
name: string;
|
|
5070
5092
|
/** OAuth 2.0 token for the current user. */
|
|
5071
5093
|
oauth_token?: string;
|
|
@@ -5078,7 +5100,7 @@ declare namespace gapi.client {
|
|
|
5078
5100
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5079
5101
|
uploadType?: string;
|
|
5080
5102
|
}): Request<InterceptEndpointGroupAssociation>;
|
|
5081
|
-
/** Lists
|
|
5103
|
+
/** Lists associations in a given project and location. See https://google.aip.dev/132. */
|
|
5082
5104
|
list(request?: {
|
|
5083
5105
|
/** V1 error format. */
|
|
5084
5106
|
'$.xgafv'?: string;
|
|
@@ -5090,19 +5112,19 @@ declare namespace gapi.client {
|
|
|
5090
5112
|
callback?: string;
|
|
5091
5113
|
/** Selector specifying which fields to include in a partial response. */
|
|
5092
5114
|
fields?: string;
|
|
5093
|
-
/** Optional.
|
|
5115
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5094
5116
|
filter?: string;
|
|
5095
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. */
|
|
5096
5118
|
key?: string;
|
|
5097
5119
|
/** OAuth 2.0 token for the current user. */
|
|
5098
5120
|
oauth_token?: string;
|
|
5099
|
-
/** Optional.
|
|
5121
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
5100
5122
|
orderBy?: string;
|
|
5101
|
-
/** 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. */
|
|
5102
5124
|
pageSize?: number;
|
|
5103
|
-
/** 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. */
|
|
5104
5126
|
pageToken?: string;
|
|
5105
|
-
/** 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. */
|
|
5106
5128
|
parent: string;
|
|
5107
5129
|
/** Returns response with indentations and line breaks. */
|
|
5108
5130
|
prettyPrint?: boolean;
|
|
@@ -5113,7 +5135,7 @@ declare namespace gapi.client {
|
|
|
5113
5135
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5114
5136
|
uploadType?: string;
|
|
5115
5137
|
}): Request<ListInterceptEndpointGroupAssociationsResponse>;
|
|
5116
|
-
/** Updates
|
|
5138
|
+
/** Updates an association. See https://google.aip.dev/134. */
|
|
5117
5139
|
patch(request: {
|
|
5118
5140
|
/** V1 error format. */
|
|
5119
5141
|
'$.xgafv'?: string;
|
|
@@ -5127,7 +5149,7 @@ declare namespace gapi.client {
|
|
|
5127
5149
|
fields?: string;
|
|
5128
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. */
|
|
5129
5151
|
key?: string;
|
|
5130
|
-
/** 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. */
|
|
5131
5153
|
name: string;
|
|
5132
5154
|
/** OAuth 2.0 token for the current user. */
|
|
5133
5155
|
oauth_token?: string;
|
|
@@ -5135,9 +5157,9 @@ declare namespace gapi.client {
|
|
|
5135
5157
|
prettyPrint?: boolean;
|
|
5136
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. */
|
|
5137
5159
|
quotaUser?: string;
|
|
5138
|
-
/** 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. */
|
|
5139
5161
|
requestId?: string;
|
|
5140
|
-
/**
|
|
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. */
|
|
5141
5163
|
updateMask?: string;
|
|
5142
5164
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5143
5165
|
upload_protocol?: string;
|
|
@@ -5160,7 +5182,7 @@ declare namespace gapi.client {
|
|
|
5160
5182
|
fields?: string;
|
|
5161
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. */
|
|
5162
5184
|
key?: string;
|
|
5163
|
-
/** 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. */
|
|
5164
5186
|
name: string;
|
|
5165
5187
|
/** OAuth 2.0 token for the current user. */
|
|
5166
5188
|
oauth_token?: string;
|
|
@@ -5168,9 +5190,9 @@ declare namespace gapi.client {
|
|
|
5168
5190
|
prettyPrint?: boolean;
|
|
5169
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. */
|
|
5170
5192
|
quotaUser?: string;
|
|
5171
|
-
/** 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. */
|
|
5172
5194
|
requestId?: string;
|
|
5173
|
-
/**
|
|
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. */
|
|
5174
5196
|
updateMask?: string;
|
|
5175
5197
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5176
5198
|
upload_protocol?: string;
|
|
@@ -5181,7 +5203,7 @@ declare namespace gapi.client {
|
|
|
5181
5203
|
): Request<Operation>;
|
|
5182
5204
|
}
|
|
5183
5205
|
interface InterceptEndpointGroupsResource {
|
|
5184
|
-
/** Creates
|
|
5206
|
+
/** Creates an endpoint group in a given project and location. See https://google.aip.dev/133. */
|
|
5185
5207
|
create(request: {
|
|
5186
5208
|
/** V1 error format. */
|
|
5187
5209
|
'$.xgafv'?: string;
|
|
@@ -5193,19 +5215,19 @@ declare namespace gapi.client {
|
|
|
5193
5215
|
callback?: string;
|
|
5194
5216
|
/** Selector specifying which fields to include in a partial response. */
|
|
5195
5217
|
fields?: string;
|
|
5196
|
-
/** Required.
|
|
5218
|
+
/** Required. The ID to use for the endpoint group, which will become the final component of the endpoint group's resource name. */
|
|
5197
5219
|
interceptEndpointGroupId?: string;
|
|
5198
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. */
|
|
5199
5221
|
key?: string;
|
|
5200
5222
|
/** OAuth 2.0 token for the current user. */
|
|
5201
5223
|
oauth_token?: string;
|
|
5202
|
-
/** Required.
|
|
5224
|
+
/** Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} */
|
|
5203
5225
|
parent: string;
|
|
5204
5226
|
/** Returns response with indentations and line breaks. */
|
|
5205
5227
|
prettyPrint?: boolean;
|
|
5206
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. */
|
|
5207
5229
|
quotaUser?: string;
|
|
5208
|
-
/** 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. */
|
|
5209
5231
|
requestId?: string;
|
|
5210
5232
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5211
5233
|
upload_protocol?: string;
|
|
@@ -5226,19 +5248,19 @@ declare namespace gapi.client {
|
|
|
5226
5248
|
callback?: string;
|
|
5227
5249
|
/** Selector specifying which fields to include in a partial response. */
|
|
5228
5250
|
fields?: string;
|
|
5229
|
-
/** Required.
|
|
5251
|
+
/** Required. The ID to use for the endpoint group, which will become the final component of the endpoint group's resource name. */
|
|
5230
5252
|
interceptEndpointGroupId?: string;
|
|
5231
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. */
|
|
5232
5254
|
key?: string;
|
|
5233
5255
|
/** OAuth 2.0 token for the current user. */
|
|
5234
5256
|
oauth_token?: string;
|
|
5235
|
-
/** Required.
|
|
5257
|
+
/** Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} */
|
|
5236
5258
|
parent: string;
|
|
5237
5259
|
/** Returns response with indentations and line breaks. */
|
|
5238
5260
|
prettyPrint?: boolean;
|
|
5239
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. */
|
|
5240
5262
|
quotaUser?: string;
|
|
5241
|
-
/** 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. */
|
|
5242
5264
|
requestId?: string;
|
|
5243
5265
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5244
5266
|
upload_protocol?: string;
|
|
@@ -5247,7 +5269,7 @@ declare namespace gapi.client {
|
|
|
5247
5269
|
},
|
|
5248
5270
|
body: InterceptEndpointGroup,
|
|
5249
5271
|
): Request<Operation>;
|
|
5250
|
-
/** Deletes
|
|
5272
|
+
/** Deletes an endpoint group. See https://google.aip.dev/135. */
|
|
5251
5273
|
delete(request?: {
|
|
5252
5274
|
/** V1 error format. */
|
|
5253
5275
|
'$.xgafv'?: string;
|
|
@@ -5261,7 +5283,7 @@ declare namespace gapi.client {
|
|
|
5261
5283
|
fields?: string;
|
|
5262
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. */
|
|
5263
5285
|
key?: string;
|
|
5264
|
-
/** Required.
|
|
5286
|
+
/** Required. The endpoint group to delete. */
|
|
5265
5287
|
name: string;
|
|
5266
5288
|
/** OAuth 2.0 token for the current user. */
|
|
5267
5289
|
oauth_token?: string;
|
|
@@ -5269,14 +5291,14 @@ declare namespace gapi.client {
|
|
|
5269
5291
|
prettyPrint?: boolean;
|
|
5270
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. */
|
|
5271
5293
|
quotaUser?: string;
|
|
5272
|
-
/** 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. */
|
|
5273
5295
|
requestId?: string;
|
|
5274
5296
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5275
5297
|
upload_protocol?: string;
|
|
5276
5298
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5277
5299
|
uploadType?: string;
|
|
5278
5300
|
}): Request<Operation>;
|
|
5279
|
-
/** Gets
|
|
5301
|
+
/** Gets a specific endpoint group. See https://google.aip.dev/131. */
|
|
5280
5302
|
get(request?: {
|
|
5281
5303
|
/** V1 error format. */
|
|
5282
5304
|
'$.xgafv'?: string;
|
|
@@ -5290,7 +5312,7 @@ declare namespace gapi.client {
|
|
|
5290
5312
|
fields?: string;
|
|
5291
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. */
|
|
5292
5314
|
key?: string;
|
|
5293
|
-
/** Required.
|
|
5315
|
+
/** Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group} */
|
|
5294
5316
|
name: string;
|
|
5295
5317
|
/** OAuth 2.0 token for the current user. */
|
|
5296
5318
|
oauth_token?: string;
|
|
@@ -5303,7 +5325,7 @@ declare namespace gapi.client {
|
|
|
5303
5325
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5304
5326
|
uploadType?: string;
|
|
5305
5327
|
}): Request<InterceptEndpointGroup>;
|
|
5306
|
-
/** Lists
|
|
5328
|
+
/** Lists endpoint groups in a given project and location. See https://google.aip.dev/132. */
|
|
5307
5329
|
list(request?: {
|
|
5308
5330
|
/** V1 error format. */
|
|
5309
5331
|
'$.xgafv'?: string;
|
|
@@ -5315,19 +5337,19 @@ declare namespace gapi.client {
|
|
|
5315
5337
|
callback?: string;
|
|
5316
5338
|
/** Selector specifying which fields to include in a partial response. */
|
|
5317
5339
|
fields?: string;
|
|
5318
|
-
/** Optional.
|
|
5340
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5319
5341
|
filter?: string;
|
|
5320
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. */
|
|
5321
5343
|
key?: string;
|
|
5322
5344
|
/** OAuth 2.0 token for the current user. */
|
|
5323
5345
|
oauth_token?: string;
|
|
5324
|
-
/** Optional.
|
|
5346
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
5325
5347
|
orderBy?: string;
|
|
5326
|
-
/** 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. */
|
|
5327
5349
|
pageSize?: number;
|
|
5328
|
-
/** 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. */
|
|
5329
5351
|
pageToken?: string;
|
|
5330
|
-
/** 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. */
|
|
5331
5353
|
parent: string;
|
|
5332
5354
|
/** Returns response with indentations and line breaks. */
|
|
5333
5355
|
prettyPrint?: boolean;
|
|
@@ -5338,7 +5360,7 @@ declare namespace gapi.client {
|
|
|
5338
5360
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5339
5361
|
uploadType?: string;
|
|
5340
5362
|
}): Request<ListInterceptEndpointGroupsResponse>;
|
|
5341
|
-
/** Updates
|
|
5363
|
+
/** Updates an endpoint group. See https://google.aip.dev/134. */
|
|
5342
5364
|
patch(request: {
|
|
5343
5365
|
/** V1 error format. */
|
|
5344
5366
|
'$.xgafv'?: string;
|
|
@@ -5352,7 +5374,7 @@ declare namespace gapi.client {
|
|
|
5352
5374
|
fields?: string;
|
|
5353
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. */
|
|
5354
5376
|
key?: string;
|
|
5355
|
-
/** 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. */
|
|
5356
5378
|
name: string;
|
|
5357
5379
|
/** OAuth 2.0 token for the current user. */
|
|
5358
5380
|
oauth_token?: string;
|
|
@@ -5360,9 +5382,9 @@ declare namespace gapi.client {
|
|
|
5360
5382
|
prettyPrint?: boolean;
|
|
5361
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. */
|
|
5362
5384
|
quotaUser?: string;
|
|
5363
|
-
/** 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. */
|
|
5364
5386
|
requestId?: string;
|
|
5365
|
-
/**
|
|
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. */
|
|
5366
5388
|
updateMask?: string;
|
|
5367
5389
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5368
5390
|
upload_protocol?: string;
|
|
@@ -5385,7 +5407,7 @@ declare namespace gapi.client {
|
|
|
5385
5407
|
fields?: string;
|
|
5386
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. */
|
|
5387
5409
|
key?: string;
|
|
5388
|
-
/** 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. */
|
|
5389
5411
|
name: string;
|
|
5390
5412
|
/** OAuth 2.0 token for the current user. */
|
|
5391
5413
|
oauth_token?: string;
|
|
@@ -5393,9 +5415,9 @@ declare namespace gapi.client {
|
|
|
5393
5415
|
prettyPrint?: boolean;
|
|
5394
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. */
|
|
5395
5417
|
quotaUser?: string;
|
|
5396
|
-
/** 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. */
|
|
5397
5419
|
requestId?: string;
|
|
5398
|
-
/**
|
|
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. */
|
|
5399
5421
|
updateMask?: string;
|
|
5400
5422
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5401
5423
|
upload_protocol?: string;
|
|
@@ -5406,7 +5428,7 @@ declare namespace gapi.client {
|
|
|
5406
5428
|
): Request<Operation>;
|
|
5407
5429
|
}
|
|
5408
5430
|
interface MirroringDeploymentGroupsResource {
|
|
5409
|
-
/** Creates a
|
|
5431
|
+
/** Creates a deployment group in a given project and location. See https://google.aip.dev/133. */
|
|
5410
5432
|
create(request: {
|
|
5411
5433
|
/** V1 error format. */
|
|
5412
5434
|
'$.xgafv'?: string;
|
|
@@ -5420,17 +5442,17 @@ declare namespace gapi.client {
|
|
|
5420
5442
|
fields?: string;
|
|
5421
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. */
|
|
5422
5444
|
key?: string;
|
|
5423
|
-
/** 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. */
|
|
5424
5446
|
mirroringDeploymentGroupId?: string;
|
|
5425
5447
|
/** OAuth 2.0 token for the current user. */
|
|
5426
5448
|
oauth_token?: string;
|
|
5427
|
-
/** Required.
|
|
5449
|
+
/** Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} */
|
|
5428
5450
|
parent: string;
|
|
5429
5451
|
/** Returns response with indentations and line breaks. */
|
|
5430
5452
|
prettyPrint?: boolean;
|
|
5431
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. */
|
|
5432
5454
|
quotaUser?: string;
|
|
5433
|
-
/** 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. */
|
|
5434
5456
|
requestId?: string;
|
|
5435
5457
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5436
5458
|
upload_protocol?: string;
|
|
@@ -5453,17 +5475,17 @@ declare namespace gapi.client {
|
|
|
5453
5475
|
fields?: string;
|
|
5454
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. */
|
|
5455
5477
|
key?: string;
|
|
5456
|
-
/** 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. */
|
|
5457
5479
|
mirroringDeploymentGroupId?: string;
|
|
5458
5480
|
/** OAuth 2.0 token for the current user. */
|
|
5459
5481
|
oauth_token?: string;
|
|
5460
|
-
/** Required.
|
|
5482
|
+
/** Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} */
|
|
5461
5483
|
parent: string;
|
|
5462
5484
|
/** Returns response with indentations and line breaks. */
|
|
5463
5485
|
prettyPrint?: boolean;
|
|
5464
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. */
|
|
5465
5487
|
quotaUser?: string;
|
|
5466
|
-
/** 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. */
|
|
5467
5489
|
requestId?: string;
|
|
5468
5490
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5469
5491
|
upload_protocol?: string;
|
|
@@ -5472,7 +5494,7 @@ declare namespace gapi.client {
|
|
|
5472
5494
|
},
|
|
5473
5495
|
body: MirroringDeploymentGroup,
|
|
5474
5496
|
): Request<Operation>;
|
|
5475
|
-
/** Deletes a
|
|
5497
|
+
/** Deletes a deployment group. See https://google.aip.dev/135. */
|
|
5476
5498
|
delete(request?: {
|
|
5477
5499
|
/** V1 error format. */
|
|
5478
5500
|
'$.xgafv'?: string;
|
|
@@ -5486,7 +5508,7 @@ declare namespace gapi.client {
|
|
|
5486
5508
|
fields?: string;
|
|
5487
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. */
|
|
5488
5510
|
key?: string;
|
|
5489
|
-
/** Required.
|
|
5511
|
+
/** Required. The deployment group to delete. */
|
|
5490
5512
|
name: string;
|
|
5491
5513
|
/** OAuth 2.0 token for the current user. */
|
|
5492
5514
|
oauth_token?: string;
|
|
@@ -5494,14 +5516,14 @@ declare namespace gapi.client {
|
|
|
5494
5516
|
prettyPrint?: boolean;
|
|
5495
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. */
|
|
5496
5518
|
quotaUser?: string;
|
|
5497
|
-
/** 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. */
|
|
5498
5520
|
requestId?: string;
|
|
5499
5521
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5500
5522
|
upload_protocol?: string;
|
|
5501
5523
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5502
5524
|
uploadType?: string;
|
|
5503
5525
|
}): Request<Operation>;
|
|
5504
|
-
/** Gets
|
|
5526
|
+
/** Gets a specific deployment group. See https://google.aip.dev/131. */
|
|
5505
5527
|
get(request?: {
|
|
5506
5528
|
/** V1 error format. */
|
|
5507
5529
|
'$.xgafv'?: string;
|
|
@@ -5515,7 +5537,7 @@ declare namespace gapi.client {
|
|
|
5515
5537
|
fields?: string;
|
|
5516
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. */
|
|
5517
5539
|
key?: string;
|
|
5518
|
-
/** Required.
|
|
5540
|
+
/** Required. The name of the deployment group to retrieve. Format: projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group} */
|
|
5519
5541
|
name: string;
|
|
5520
5542
|
/** OAuth 2.0 token for the current user. */
|
|
5521
5543
|
oauth_token?: string;
|
|
@@ -5528,7 +5550,7 @@ declare namespace gapi.client {
|
|
|
5528
5550
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5529
5551
|
uploadType?: string;
|
|
5530
5552
|
}): Request<MirroringDeploymentGroup>;
|
|
5531
|
-
/** Lists
|
|
5553
|
+
/** Lists deployment groups in a given project and location. See https://google.aip.dev/132. */
|
|
5532
5554
|
list(request?: {
|
|
5533
5555
|
/** V1 error format. */
|
|
5534
5556
|
'$.xgafv'?: string;
|
|
@@ -5540,19 +5562,19 @@ declare namespace gapi.client {
|
|
|
5540
5562
|
callback?: string;
|
|
5541
5563
|
/** Selector specifying which fields to include in a partial response. */
|
|
5542
5564
|
fields?: string;
|
|
5543
|
-
/** Optional.
|
|
5565
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5544
5566
|
filter?: string;
|
|
5545
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. */
|
|
5546
5568
|
key?: string;
|
|
5547
5569
|
/** OAuth 2.0 token for the current user. */
|
|
5548
5570
|
oauth_token?: string;
|
|
5549
|
-
/** Optional.
|
|
5571
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
5550
5572
|
orderBy?: string;
|
|
5551
|
-
/** 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. */
|
|
5552
5574
|
pageSize?: number;
|
|
5553
|
-
/** 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. */
|
|
5554
5576
|
pageToken?: string;
|
|
5555
|
-
/** 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. */
|
|
5556
5578
|
parent: string;
|
|
5557
5579
|
/** Returns response with indentations and line breaks. */
|
|
5558
5580
|
prettyPrint?: boolean;
|
|
@@ -5563,7 +5585,7 @@ declare namespace gapi.client {
|
|
|
5563
5585
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5564
5586
|
uploadType?: string;
|
|
5565
5587
|
}): Request<ListMirroringDeploymentGroupsResponse>;
|
|
5566
|
-
/** Updates a
|
|
5588
|
+
/** Updates a deployment group. See https://google.aip.dev/134. */
|
|
5567
5589
|
patch(request: {
|
|
5568
5590
|
/** V1 error format. */
|
|
5569
5591
|
'$.xgafv'?: string;
|
|
@@ -5585,9 +5607,9 @@ declare namespace gapi.client {
|
|
|
5585
5607
|
prettyPrint?: boolean;
|
|
5586
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. */
|
|
5587
5609
|
quotaUser?: string;
|
|
5588
|
-
/** 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. */
|
|
5589
5611
|
requestId?: string;
|
|
5590
|
-
/**
|
|
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. */
|
|
5591
5613
|
updateMask?: string;
|
|
5592
5614
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5593
5615
|
upload_protocol?: string;
|
|
@@ -5618,9 +5640,9 @@ declare namespace gapi.client {
|
|
|
5618
5640
|
prettyPrint?: boolean;
|
|
5619
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. */
|
|
5620
5642
|
quotaUser?: string;
|
|
5621
|
-
/** 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. */
|
|
5622
5644
|
requestId?: string;
|
|
5623
|
-
/**
|
|
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. */
|
|
5624
5646
|
updateMask?: string;
|
|
5625
5647
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5626
5648
|
upload_protocol?: string;
|
|
@@ -5645,17 +5667,17 @@ declare namespace gapi.client {
|
|
|
5645
5667
|
fields?: string;
|
|
5646
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. */
|
|
5647
5669
|
key?: string;
|
|
5648
|
-
/** Required.
|
|
5670
|
+
/** Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name. */
|
|
5649
5671
|
mirroringDeploymentId?: string;
|
|
5650
5672
|
/** OAuth 2.0 token for the current user. */
|
|
5651
5673
|
oauth_token?: string;
|
|
5652
|
-
/** Required.
|
|
5674
|
+
/** Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} */
|
|
5653
5675
|
parent: string;
|
|
5654
5676
|
/** Returns response with indentations and line breaks. */
|
|
5655
5677
|
prettyPrint?: boolean;
|
|
5656
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. */
|
|
5657
5679
|
quotaUser?: string;
|
|
5658
|
-
/** 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. */
|
|
5659
5681
|
requestId?: string;
|
|
5660
5682
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5661
5683
|
upload_protocol?: string;
|
|
@@ -5678,17 +5700,17 @@ declare namespace gapi.client {
|
|
|
5678
5700
|
fields?: string;
|
|
5679
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. */
|
|
5680
5702
|
key?: string;
|
|
5681
|
-
/** Required.
|
|
5703
|
+
/** Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name. */
|
|
5682
5704
|
mirroringDeploymentId?: string;
|
|
5683
5705
|
/** OAuth 2.0 token for the current user. */
|
|
5684
5706
|
oauth_token?: string;
|
|
5685
|
-
/** Required.
|
|
5707
|
+
/** Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location} */
|
|
5686
5708
|
parent: string;
|
|
5687
5709
|
/** Returns response with indentations and line breaks. */
|
|
5688
5710
|
prettyPrint?: boolean;
|
|
5689
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. */
|
|
5690
5712
|
quotaUser?: string;
|
|
5691
|
-
/** 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. */
|
|
5692
5714
|
requestId?: string;
|
|
5693
5715
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5694
5716
|
upload_protocol?: string;
|
|
@@ -5719,7 +5741,7 @@ declare namespace gapi.client {
|
|
|
5719
5741
|
prettyPrint?: boolean;
|
|
5720
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. */
|
|
5721
5743
|
quotaUser?: string;
|
|
5722
|
-
/** 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. */
|
|
5723
5745
|
requestId?: string;
|
|
5724
5746
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5725
5747
|
upload_protocol?: string;
|
|
@@ -5740,7 +5762,7 @@ declare namespace gapi.client {
|
|
|
5740
5762
|
fields?: string;
|
|
5741
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. */
|
|
5742
5764
|
key?: string;
|
|
5743
|
-
/** Required.
|
|
5765
|
+
/** Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment} */
|
|
5744
5766
|
name: string;
|
|
5745
5767
|
/** OAuth 2.0 token for the current user. */
|
|
5746
5768
|
oauth_token?: string;
|
|
@@ -5765,19 +5787,19 @@ declare namespace gapi.client {
|
|
|
5765
5787
|
callback?: string;
|
|
5766
5788
|
/** Selector specifying which fields to include in a partial response. */
|
|
5767
5789
|
fields?: string;
|
|
5768
|
-
/** Optional.
|
|
5790
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5769
5791
|
filter?: string;
|
|
5770
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. */
|
|
5771
5793
|
key?: string;
|
|
5772
5794
|
/** OAuth 2.0 token for the current user. */
|
|
5773
5795
|
oauth_token?: string;
|
|
5774
|
-
/** Optional.
|
|
5796
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
5775
5797
|
orderBy?: string;
|
|
5776
|
-
/** 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. */
|
|
5777
5799
|
pageSize?: number;
|
|
5778
|
-
/** 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. */
|
|
5779
5801
|
pageToken?: string;
|
|
5780
|
-
/** 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. */
|
|
5781
5803
|
parent: string;
|
|
5782
5804
|
/** Returns response with indentations and line breaks. */
|
|
5783
5805
|
prettyPrint?: boolean;
|
|
@@ -5810,9 +5832,9 @@ declare namespace gapi.client {
|
|
|
5810
5832
|
prettyPrint?: boolean;
|
|
5811
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. */
|
|
5812
5834
|
quotaUser?: string;
|
|
5813
|
-
/** 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. */
|
|
5814
5836
|
requestId?: string;
|
|
5815
|
-
/**
|
|
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. */
|
|
5816
5838
|
updateMask?: string;
|
|
5817
5839
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5818
5840
|
upload_protocol?: string;
|
|
@@ -5843,9 +5865,9 @@ declare namespace gapi.client {
|
|
|
5843
5865
|
prettyPrint?: boolean;
|
|
5844
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. */
|
|
5845
5867
|
quotaUser?: string;
|
|
5846
|
-
/** 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. */
|
|
5847
5869
|
requestId?: string;
|
|
5848
|
-
/**
|
|
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. */
|
|
5849
5871
|
updateMask?: string;
|
|
5850
5872
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5851
5873
|
upload_protocol?: string;
|
|
@@ -5870,17 +5892,17 @@ declare namespace gapi.client {
|
|
|
5870
5892
|
fields?: string;
|
|
5871
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. */
|
|
5872
5894
|
key?: string;
|
|
5873
|
-
/** Optional. ID for the new association
|
|
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. */
|
|
5874
5896
|
mirroringEndpointGroupAssociationId?: string;
|
|
5875
5897
|
/** OAuth 2.0 token for the current user. */
|
|
5876
5898
|
oauth_token?: string;
|
|
5877
|
-
/** Required.
|
|
5899
|
+
/** Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} */
|
|
5878
5900
|
parent: string;
|
|
5879
5901
|
/** Returns response with indentations and line breaks. */
|
|
5880
5902
|
prettyPrint?: boolean;
|
|
5881
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. */
|
|
5882
5904
|
quotaUser?: string;
|
|
5883
|
-
/** 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. */
|
|
5884
5906
|
requestId?: string;
|
|
5885
5907
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5886
5908
|
upload_protocol?: string;
|
|
@@ -5903,17 +5925,17 @@ declare namespace gapi.client {
|
|
|
5903
5925
|
fields?: string;
|
|
5904
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. */
|
|
5905
5927
|
key?: string;
|
|
5906
|
-
/** Optional. ID for the new association
|
|
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. */
|
|
5907
5929
|
mirroringEndpointGroupAssociationId?: string;
|
|
5908
5930
|
/** OAuth 2.0 token for the current user. */
|
|
5909
5931
|
oauth_token?: string;
|
|
5910
|
-
/** Required.
|
|
5932
|
+
/** Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location} */
|
|
5911
5933
|
parent: string;
|
|
5912
5934
|
/** Returns response with indentations and line breaks. */
|
|
5913
5935
|
prettyPrint?: boolean;
|
|
5914
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. */
|
|
5915
5937
|
quotaUser?: string;
|
|
5916
|
-
/** 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. */
|
|
5917
5939
|
requestId?: string;
|
|
5918
5940
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5919
5941
|
upload_protocol?: string;
|
|
@@ -5922,7 +5944,7 @@ declare namespace gapi.client {
|
|
|
5922
5944
|
},
|
|
5923
5945
|
body: MirroringEndpointGroupAssociation,
|
|
5924
5946
|
): Request<Operation>;
|
|
5925
|
-
/** Deletes
|
|
5947
|
+
/** Deletes an association. See https://google.aip.dev/135. */
|
|
5926
5948
|
delete(request?: {
|
|
5927
5949
|
/** V1 error format. */
|
|
5928
5950
|
'$.xgafv'?: string;
|
|
@@ -5936,7 +5958,7 @@ declare namespace gapi.client {
|
|
|
5936
5958
|
fields?: string;
|
|
5937
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. */
|
|
5938
5960
|
key?: string;
|
|
5939
|
-
/** Required.
|
|
5961
|
+
/** Required. The association to delete. */
|
|
5940
5962
|
name: string;
|
|
5941
5963
|
/** OAuth 2.0 token for the current user. */
|
|
5942
5964
|
oauth_token?: string;
|
|
@@ -5944,7 +5966,7 @@ declare namespace gapi.client {
|
|
|
5944
5966
|
prettyPrint?: boolean;
|
|
5945
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. */
|
|
5946
5968
|
quotaUser?: string;
|
|
5947
|
-
/** 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. */
|
|
5948
5970
|
requestId?: string;
|
|
5949
5971
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
5950
5972
|
upload_protocol?: string;
|
|
@@ -5965,7 +5987,7 @@ declare namespace gapi.client {
|
|
|
5965
5987
|
fields?: string;
|
|
5966
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. */
|
|
5967
5989
|
key?: string;
|
|
5968
|
-
/** Required.
|
|
5990
|
+
/** Required. The name of the association to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association} */
|
|
5969
5991
|
name: string;
|
|
5970
5992
|
/** OAuth 2.0 token for the current user. */
|
|
5971
5993
|
oauth_token?: string;
|
|
@@ -5990,19 +6012,19 @@ declare namespace gapi.client {
|
|
|
5990
6012
|
callback?: string;
|
|
5991
6013
|
/** Selector specifying which fields to include in a partial response. */
|
|
5992
6014
|
fields?: string;
|
|
5993
|
-
/** Optional.
|
|
6015
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
5994
6016
|
filter?: string;
|
|
5995
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. */
|
|
5996
6018
|
key?: string;
|
|
5997
6019
|
/** OAuth 2.0 token for the current user. */
|
|
5998
6020
|
oauth_token?: string;
|
|
5999
|
-
/** Optional.
|
|
6021
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
6000
6022
|
orderBy?: string;
|
|
6001
|
-
/** 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. */
|
|
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. */
|
|
6002
6024
|
pageSize?: number;
|
|
6003
|
-
/** 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. */
|
|
6004
6026
|
pageToken?: string;
|
|
6005
|
-
/** 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. */
|
|
6006
6028
|
parent: string;
|
|
6007
6029
|
/** Returns response with indentations and line breaks. */
|
|
6008
6030
|
prettyPrint?: boolean;
|
|
@@ -6035,9 +6057,9 @@ declare namespace gapi.client {
|
|
|
6035
6057
|
prettyPrint?: boolean;
|
|
6036
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. */
|
|
6037
6059
|
quotaUser?: string;
|
|
6038
|
-
/** 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. */
|
|
6039
6061
|
requestId?: string;
|
|
6040
|
-
/** Optional.
|
|
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. */
|
|
6041
6063
|
updateMask?: string;
|
|
6042
6064
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6043
6065
|
upload_protocol?: string;
|
|
@@ -6068,9 +6090,9 @@ declare namespace gapi.client {
|
|
|
6068
6090
|
prettyPrint?: boolean;
|
|
6069
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. */
|
|
6070
6092
|
quotaUser?: string;
|
|
6071
|
-
/** 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. */
|
|
6072
6094
|
requestId?: string;
|
|
6073
|
-
/** Optional.
|
|
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. */
|
|
6074
6096
|
updateMask?: string;
|
|
6075
6097
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6076
6098
|
upload_protocol?: string;
|
|
@@ -6095,17 +6117,17 @@ declare namespace gapi.client {
|
|
|
6095
6117
|
fields?: string;
|
|
6096
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. */
|
|
6097
6119
|
key?: string;
|
|
6098
|
-
/** Required.
|
|
6120
|
+
/** Required. The ID to use for the endpoint group, which will become the final component of the endpoint group's resource name. */
|
|
6099
6121
|
mirroringEndpointGroupId?: string;
|
|
6100
6122
|
/** OAuth 2.0 token for the current user. */
|
|
6101
6123
|
oauth_token?: string;
|
|
6102
|
-
/** Required.
|
|
6124
|
+
/** Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} */
|
|
6103
6125
|
parent: string;
|
|
6104
6126
|
/** Returns response with indentations and line breaks. */
|
|
6105
6127
|
prettyPrint?: boolean;
|
|
6106
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. */
|
|
6107
6129
|
quotaUser?: string;
|
|
6108
|
-
/** 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. */
|
|
6109
6131
|
requestId?: string;
|
|
6110
6132
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6111
6133
|
upload_protocol?: string;
|
|
@@ -6128,17 +6150,17 @@ declare namespace gapi.client {
|
|
|
6128
6150
|
fields?: string;
|
|
6129
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. */
|
|
6130
6152
|
key?: string;
|
|
6131
|
-
/** Required.
|
|
6153
|
+
/** Required. The ID to use for the endpoint group, which will become the final component of the endpoint group's resource name. */
|
|
6132
6154
|
mirroringEndpointGroupId?: string;
|
|
6133
6155
|
/** OAuth 2.0 token for the current user. */
|
|
6134
6156
|
oauth_token?: string;
|
|
6135
|
-
/** Required.
|
|
6157
|
+
/** Required. The parent resource where this endpoint group will be created. Format: projects/{project}/locations/{location} */
|
|
6136
6158
|
parent: string;
|
|
6137
6159
|
/** Returns response with indentations and line breaks. */
|
|
6138
6160
|
prettyPrint?: boolean;
|
|
6139
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. */
|
|
6140
6162
|
quotaUser?: string;
|
|
6141
|
-
/** 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. */
|
|
6142
6164
|
requestId?: string;
|
|
6143
6165
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6144
6166
|
upload_protocol?: string;
|
|
@@ -6161,7 +6183,7 @@ declare namespace gapi.client {
|
|
|
6161
6183
|
fields?: string;
|
|
6162
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. */
|
|
6163
6185
|
key?: string;
|
|
6164
|
-
/** Required.
|
|
6186
|
+
/** Required. The endpoint group to delete. */
|
|
6165
6187
|
name: string;
|
|
6166
6188
|
/** OAuth 2.0 token for the current user. */
|
|
6167
6189
|
oauth_token?: string;
|
|
@@ -6169,7 +6191,7 @@ declare namespace gapi.client {
|
|
|
6169
6191
|
prettyPrint?: boolean;
|
|
6170
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. */
|
|
6171
6193
|
quotaUser?: string;
|
|
6172
|
-
/** 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. */
|
|
6173
6195
|
requestId?: string;
|
|
6174
6196
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6175
6197
|
upload_protocol?: string;
|
|
@@ -6190,7 +6212,7 @@ declare namespace gapi.client {
|
|
|
6190
6212
|
fields?: string;
|
|
6191
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. */
|
|
6192
6214
|
key?: string;
|
|
6193
|
-
/** Required.
|
|
6215
|
+
/** Required. The name of the endpoint group to retrieve. Format: projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group} */
|
|
6194
6216
|
name: string;
|
|
6195
6217
|
/** OAuth 2.0 token for the current user. */
|
|
6196
6218
|
oauth_token?: string;
|
|
@@ -6215,19 +6237,19 @@ declare namespace gapi.client {
|
|
|
6215
6237
|
callback?: string;
|
|
6216
6238
|
/** Selector specifying which fields to include in a partial response. */
|
|
6217
6239
|
fields?: string;
|
|
6218
|
-
/** Optional.
|
|
6240
|
+
/** Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. */
|
|
6219
6241
|
filter?: string;
|
|
6220
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. */
|
|
6221
6243
|
key?: string;
|
|
6222
6244
|
/** OAuth 2.0 token for the current user. */
|
|
6223
6245
|
oauth_token?: string;
|
|
6224
|
-
/** Optional.
|
|
6246
|
+
/** Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. */
|
|
6225
6247
|
orderBy?: string;
|
|
6226
|
-
/** 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. */
|
|
6227
6249
|
pageSize?: number;
|
|
6228
|
-
/** 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. */
|
|
6229
6251
|
pageToken?: string;
|
|
6230
|
-
/** 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. */
|
|
6231
6253
|
parent: string;
|
|
6232
6254
|
/** Returns response with indentations and line breaks. */
|
|
6233
6255
|
prettyPrint?: boolean;
|
|
@@ -6260,9 +6282,9 @@ declare namespace gapi.client {
|
|
|
6260
6282
|
prettyPrint?: boolean;
|
|
6261
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. */
|
|
6262
6284
|
quotaUser?: string;
|
|
6263
|
-
/** 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. */
|
|
6264
6286
|
requestId?: string;
|
|
6265
|
-
/**
|
|
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. */
|
|
6266
6288
|
updateMask?: string;
|
|
6267
6289
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6268
6290
|
upload_protocol?: string;
|
|
@@ -6293,9 +6315,9 @@ declare namespace gapi.client {
|
|
|
6293
6315
|
prettyPrint?: boolean;
|
|
6294
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. */
|
|
6295
6317
|
quotaUser?: string;
|
|
6296
|
-
/** 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. */
|
|
6297
6319
|
requestId?: string;
|
|
6298
|
-
/**
|
|
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. */
|
|
6299
6321
|
updateMask?: string;
|
|
6300
6322
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6301
6323
|
upload_protocol?: string;
|