@maxim_mazurok/gapi.client.networksecurity-v1beta1 0.0.20240821 → 0.0.20240919

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.
Files changed (2) hide show
  1. package/index.d.ts +1035 -15
  2. 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: 20240821
12
+ // Revision: 20240919
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -73,15 +73,15 @@ declare namespace gapi.client {
73
73
  updateTime?: string;
74
74
  }
75
75
  interface AuthzPolicy {
76
- /** Required. Can be one of ALLOW, DENY, CUSTOM. When the action is CUSTOM, customProvider must be specified. When the action is ALLOW, only requests matching the policy will be allowed. When the action is DENY, only requests matching the policy will be denied. When a request arrives, the policies are evaluated in the following order: 1. If there is a CUSTOM policy that matches the request, the CUSTOM policy is evaluated using the custom authorization providers and the request is denied if the provider rejects the request. 2. If there are any DENY policies that match the request, the request is denied. 3. If there are no ALLOW policies for the resource or if any of the ALLOW policies match the request, the request is allowed. 4. Else the request is denied by default if none of the configured AuthzPolicies with ALLOW action match the request. */
76
+ /** Required. Can be one of `ALLOW`, `DENY`, `CUSTOM`. When the action is `CUSTOM`, `customProvider` must be specified. When the action is `ALLOW`, only requests matching the policy will be allowed. When the action is `DENY`, only requests matching the policy will be denied. When a request arrives, the policies are evaluated in the following order: 1. If there is a `CUSTOM` policy that matches the request, the `CUSTOM` policy is evaluated using the custom authorization providers and the request is denied if the provider rejects the request. 2. If there are any `DENY` policies that match the request, the request is denied. 3. If there are no `ALLOW` policies for the resource or if any of the `ALLOW` policies match the request, the request is allowed. 4. Else the request is denied by default if none of the configured AuthzPolicies with `ALLOW` action match the request. */
77
77
  action?: string;
78
78
  /** Output only. The timestamp when the resource was created. */
79
79
  createTime?: string;
80
- /** Optional. Required if the action is CUSTOM. Allows delegating authorization decisions to Cloud IAP or to Service Extensions. One of cloudIap or authzExtension must be specified. */
80
+ /** Optional. Required if the action is `CUSTOM`. Allows delegating authorization decisions to Cloud IAP or to Service Extensions. One of `cloudIap` or `authzExtension` must be specified. */
81
81
  customProvider?: AuthzPolicyCustomProvider;
82
82
  /** Optional. A human-readable description of the resource. */
83
83
  description?: string;
84
- /** Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. */
84
+ /** Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules. */
85
85
  httpRules?: AuthzPolicyAuthzRule[];
86
86
  /** Optional. Set of labels associated with the `AuthzPolicy` resource. The format must comply with [the following requirements](/compute/docs/labeling-resources#requirements). */
87
87
  labels?: {[P in string]: string};
@@ -103,13 +103,13 @@ declare namespace gapi.client {
103
103
  interface AuthzPolicyAuthzRuleFrom {
104
104
  /** Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. */
105
105
  notSources?: AuthzPolicyAuthzRuleFromRequestSource[];
106
- /** Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 10 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. */
106
+ /** Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. */
107
107
  sources?: AuthzPolicyAuthzRuleFromRequestSource[];
108
108
  }
109
109
  interface AuthzPolicyAuthzRuleFromRequestSource {
110
- /** Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. 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 10 principals. */
110
+ /** Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. */
111
111
  principals?: AuthzPolicyAuthzRuleStringMatch[];
112
- /** Optional. A list of resources to match against the resource of the source VM of a request. Limited to 10 resources. */
112
+ /** Optional. A list of resources to match against the resource of the source VM of a request. Limited to 5 resources. */
113
113
  resources?: AuthzPolicyAuthzRuleRequestResource[];
114
114
  }
115
115
  interface AuthzPolicyAuthzRuleHeaderMatch {
@@ -125,7 +125,7 @@ declare namespace gapi.client {
125
125
  tagValueIdSet?: AuthzPolicyAuthzRuleRequestResourceTagValueIdSet;
126
126
  }
127
127
  interface AuthzPolicyAuthzRuleRequestResourceTagValueIdSet {
128
- /** Required. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 10 matches. */
128
+ /** Required. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 matches. */
129
129
  ids?: string[];
130
130
  }
131
131
  interface AuthzPolicyAuthzRuleStringMatch {
@@ -143,21 +143,21 @@ declare namespace gapi.client {
143
143
  interface AuthzPolicyAuthzRuleTo {
144
144
  /** Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. */
145
145
  notOperations?: AuthzPolicyAuthzRuleToRequestOperation[];
146
- /** Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 10 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. */
146
+ /** Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. */
147
147
  operations?: AuthzPolicyAuthzRuleToRequestOperation[];
148
148
  }
149
149
  interface AuthzPolicyAuthzRuleToRequestOperation {
150
150
  /** Optional. A list of headers to match against in http header. */
151
151
  headerSet?: AuthzPolicyAuthzRuleToRequestOperationHeaderSet;
152
- /** Optional. A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 10 matches. */
152
+ /** Optional. A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. */
153
153
  hosts?: AuthzPolicyAuthzRuleStringMatch[];
154
154
  /** Optional. A list of HTTP methods to match against. Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive. */
155
155
  methods?: string[];
156
- /** Optional. A list of paths to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 10 matches. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method. */
156
+ /** Optional. A list of paths to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method. */
157
157
  paths?: AuthzPolicyAuthzRuleStringMatch[];
158
158
  }
159
159
  interface AuthzPolicyAuthzRuleToRequestOperationHeaderSet {
160
- /** Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 10 matches. */
160
+ /** Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. */
161
161
  headers?: AuthzPolicyAuthzRuleHeaderMatch[];
162
162
  }
163
163
  interface AuthzPolicyCustomProvider {
@@ -172,7 +172,7 @@ declare namespace gapi.client {
172
172
  }
173
173
  interface AuthzPolicyCustomProviderCloudIap {}
174
174
  interface AuthzPolicyTarget {
175
- /** Required. All gateways and forwarding rules referenced by this policy and extensions must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service). */
175
+ /** Required. All gateways and forwarding rules referenced by this policy and extensions must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service). */
176
176
  loadBalancingScheme?: string;
177
177
  /** Required. A list of references to the Forwarding Rules on which this policy will be applied. */
178
178
  resources?: string[];
@@ -206,6 +206,10 @@ declare namespace gapi.client {
206
206
  /** Required. Source address group to clone items from. */
207
207
  sourceAddressGroup?: string;
208
208
  }
209
+ interface CustomMirroringProfile {
210
+ /** Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored. */
211
+ mirroringEndpointGroup?: string;
212
+ }
209
213
  interface Destination {
210
214
  /** Required. List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.*") or a suffix match (example "*.myorg.com") or a presence (any) match "*". */
211
215
  hosts?: string[];
@@ -449,6 +453,32 @@ declare namespace gapi.client {
449
453
  /** The standard List next-page token. */
450
454
  nextPageToken?: string;
451
455
  }
456
+ interface ListMirroringDeploymentGroupsResponse {
457
+ /** The list of MirroringDeploymentGroup */
458
+ mirroringDeploymentGroups?: MirroringDeploymentGroup[];
459
+ /** A token identifying a page of results the server should return. */
460
+ nextPageToken?: string;
461
+ }
462
+ interface ListMirroringDeploymentsResponse {
463
+ /** The list of MirroringDeployment */
464
+ mirroringDeployments?: MirroringDeployment[];
465
+ /** A token identifying a page of results the server should return. */
466
+ nextPageToken?: string;
467
+ /** Locations that could not be reached. */
468
+ unreachable?: string[];
469
+ }
470
+ interface ListMirroringEndpointGroupAssociationsResponse {
471
+ /** The list of MirroringEndpointGroupAssociation */
472
+ mirroringEndpointGroupAssociations?: MirroringEndpointGroupAssociation[];
473
+ /** A token identifying a page of results the server should return. */
474
+ nextPageToken?: string;
475
+ }
476
+ interface ListMirroringEndpointGroupsResponse {
477
+ /** The list of MirroringEndpointGroup */
478
+ mirroringEndpointGroups?: MirroringEndpointGroup[];
479
+ /** A token identifying a page of results the server should return. */
480
+ nextPageToken?: string;
481
+ }
452
482
  interface ListOperationsResponse {
453
483
  /** The standard List next-page token. */
454
484
  nextPageToken?: string;
@@ -501,6 +531,88 @@ declare namespace gapi.client {
501
531
  /** Resource name for the location, which may vary between implementations. For example: `"projects/example-project/locations/us-east1"` */
502
532
  name?: string;
503
533
  }
534
+ interface MirroringDeployment {
535
+ /** Output only. [Output only] Create time stamp */
536
+ createTime?: string;
537
+ /** Required. Immutable. The regional load balancer which the mirrored traffic should be forwarded to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule} */
538
+ forwardingRule?: string;
539
+ /** Optional. Labels as key value pairs */
540
+ labels?: {[P in string]: string};
541
+ /** Required. Immutable. The Mirroring Deployment Group that this resource is part of. Format is: `projects/{project}/locations/global/mirroringDeploymentGroups/{mirroringDeploymentGroup}` */
542
+ mirroringDeploymentGroup?: string;
543
+ /** Immutable. Identifier. The name of the MirroringDeployment. */
544
+ name?: string;
545
+ /** Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. */
546
+ reconciling?: boolean;
547
+ /** Output only. Current state of the deployment. */
548
+ state?: string;
549
+ /** Output only. [Output only] Update time stamp */
550
+ updateTime?: string;
551
+ }
552
+ interface MirroringDeploymentGroup {
553
+ /** Output only. The list of Mirroring Endpoint Groups that are connected to this resource. */
554
+ connectedEndpointGroups?: MirroringDeploymentGroupConnectedEndpointGroup[];
555
+ /** Output only. [Output only] Create time stamp */
556
+ createTime?: string;
557
+ /** Optional. Labels as key value pairs */
558
+ labels?: {[P in string]: string};
559
+ /** Immutable. Identifier. Then name of the MirroringDeploymentGroup. */
560
+ name?: string;
561
+ /** Required. Immutable. The network that is being used for the deployment. Format is: projects/{project}/global/networks/{network}. */
562
+ network?: string;
563
+ /** Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. */
564
+ reconciling?: boolean;
565
+ /** Output only. Current state of the deployment group. */
566
+ state?: string;
567
+ /** Output only. [Output only] Update time stamp */
568
+ updateTime?: string;
569
+ }
570
+ interface MirroringDeploymentGroupConnectedEndpointGroup {
571
+ /** Output only. A connected mirroring endpoint group. */
572
+ name?: string;
573
+ }
574
+ interface MirroringEndpointGroup {
575
+ /** Output only. [Output only] Create time stamp */
576
+ createTime?: string;
577
+ /** Optional. Labels as key value pairs */
578
+ labels?: {[P in string]: string};
579
+ /** Required. Immutable. The Mirroring Deployment Group that this resource is connected to. Format is: `projects/{project}/locations/global/mirroringDeploymentGroups/{mirroringDeploymentGroup}` */
580
+ mirroringDeploymentGroup?: string;
581
+ /** Immutable. Identifier. The name of the MirroringEndpointGroup. */
582
+ name?: string;
583
+ /** Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. */
584
+ reconciling?: boolean;
585
+ /** Output only. Current state of the endpoint group. */
586
+ state?: string;
587
+ /** Output only. [Output only] Update time stamp */
588
+ updateTime?: string;
589
+ }
590
+ interface MirroringEndpointGroupAssociation {
591
+ /** Output only. [Output only] Create time stamp */
592
+ createTime?: string;
593
+ /** Optional. Labels as key value pairs */
594
+ labels?: {[P in string]: string};
595
+ /** Output only. The list of locations that this association is in and its details. */
596
+ locationsDetails?: MirroringEndpointGroupAssociationLocationDetails[];
597
+ /** Required. Immutable. The Mirroring Endpoint Group that this resource is connected to. Format is: `projects/{project}/locations/global/mirroringEndpointGroups/{mirroringEndpointGroup}` */
598
+ mirroringEndpointGroup?: string;
599
+ /** Immutable. Identifier. The name of the MirroringEndpointGroupAssociation. */
600
+ name?: string;
601
+ /** Required. Immutable. The VPC network associated. Format: projects/{project}/global/networks/{network}. */
602
+ network?: string;
603
+ /** Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128. */
604
+ reconciling?: boolean;
605
+ /** Output only. Current state of the endpoint group association. */
606
+ state?: string;
607
+ /** Output only. [Output only] Update time stamp */
608
+ updateTime?: string;
609
+ }
610
+ interface MirroringEndpointGroupAssociationLocationDetails {
611
+ /** Output only. The cloud location. */
612
+ location?: string;
613
+ /** Output only. The association state in this location. */
614
+ state?: string;
615
+ }
504
616
  interface MTLSPolicy {
505
617
  /** Required if the policy is to be used with Traffic Director. For Application Load Balancers it must be empty. Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate. */
506
618
  clientValidationCa?: ValidationCA[];
@@ -552,6 +664,8 @@ declare namespace gapi.client {
552
664
  interface SecurityProfile {
553
665
  /** Output only. Resource creation timestamp. */
554
666
  createTime?: string;
667
+ /** The custom Packet Mirroring v2 configuration for the SecurityProfile. */
668
+ customMirroringProfile?: CustomMirroringProfile;
555
669
  /** Optional. An optional description of the profile. Max length 512 characters. */
556
670
  description?: string;
557
671
  /** Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. */
@@ -570,6 +684,8 @@ declare namespace gapi.client {
570
684
  interface SecurityProfileGroup {
571
685
  /** Output only. Resource creation timestamp. */
572
686
  createTime?: string;
687
+ /** Optional. Reference to a SecurityProfile with the CustomMirroring configuration. */
688
+ customMirroringProfile?: string;
573
689
  /** Optional. An optional description of the profile group. Max length 2048 characters. */
574
690
  description?: string;
575
691
  /** Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. */
@@ -2935,7 +3051,7 @@ declare namespace gapi.client {
2935
3051
  quotaUser?: string;
2936
3052
  /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
2937
3053
  requestId?: string;
2938
- /** Required. Used to specify the fields to be overwritten in the `AuthzPolicy` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten. */
3054
+ /** Required. Used to specify the fields to be overwritten in the `AuthzPolicy` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten. */
2939
3055
  updateMask?: string;
2940
3056
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2941
3057
  upload_protocol?: string;
@@ -2968,7 +3084,7 @@ declare namespace gapi.client {
2968
3084
  quotaUser?: string;
2969
3085
  /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
2970
3086
  requestId?: string;
2971
- /** Required. Used to specify the fields to be overwritten in the `AuthzPolicy` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten. */
3087
+ /** Required. Used to specify the fields to be overwritten in the `AuthzPolicy` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten. */
2972
3088
  updateMask?: string;
2973
3089
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2974
3090
  upload_protocol?: string;
@@ -3986,6 +4102,906 @@ declare namespace gapi.client {
3986
4102
  ): Request<Operation>;
3987
4103
  rules: RulesResource;
3988
4104
  }
4105
+ interface MirroringDeploymentGroupsResource {
4106
+ /** Creates a new MirroringDeploymentGroup in a given project and location. */
4107
+ create(request: {
4108
+ /** V1 error format. */
4109
+ '$.xgafv'?: string;
4110
+ /** OAuth access token. */
4111
+ access_token?: string;
4112
+ /** Data format for response. */
4113
+ alt?: string;
4114
+ /** JSONP */
4115
+ callback?: string;
4116
+ /** Selector specifying which fields to include in a partial response. */
4117
+ fields?: string;
4118
+ /** 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. */
4119
+ key?: string;
4120
+ /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_group_id from the method_signature of Create RPC */
4121
+ mirroringDeploymentGroupId?: string;
4122
+ /** OAuth 2.0 token for the current user. */
4123
+ oauth_token?: string;
4124
+ /** Required. Value for parent. */
4125
+ parent: string;
4126
+ /** Returns response with indentations and line breaks. */
4127
+ prettyPrint?: boolean;
4128
+ /** 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. */
4129
+ quotaUser?: string;
4130
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4131
+ requestId?: string;
4132
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4133
+ upload_protocol?: string;
4134
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4135
+ uploadType?: string;
4136
+ /** Request body */
4137
+ resource: MirroringDeploymentGroup;
4138
+ }): Request<Operation>;
4139
+ create(
4140
+ request: {
4141
+ /** V1 error format. */
4142
+ '$.xgafv'?: string;
4143
+ /** OAuth access token. */
4144
+ access_token?: string;
4145
+ /** Data format for response. */
4146
+ alt?: string;
4147
+ /** JSONP */
4148
+ callback?: string;
4149
+ /** Selector specifying which fields to include in a partial response. */
4150
+ fields?: string;
4151
+ /** 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. */
4152
+ key?: string;
4153
+ /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_group_id from the method_signature of Create RPC */
4154
+ mirroringDeploymentGroupId?: string;
4155
+ /** OAuth 2.0 token for the current user. */
4156
+ oauth_token?: string;
4157
+ /** Required. Value for parent. */
4158
+ parent: string;
4159
+ /** Returns response with indentations and line breaks. */
4160
+ prettyPrint?: boolean;
4161
+ /** 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. */
4162
+ quotaUser?: string;
4163
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4164
+ requestId?: string;
4165
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4166
+ upload_protocol?: string;
4167
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4168
+ uploadType?: string;
4169
+ },
4170
+ body: MirroringDeploymentGroup
4171
+ ): Request<Operation>;
4172
+ /** Deletes a single MirroringDeploymentGroup. */
4173
+ delete(request?: {
4174
+ /** V1 error format. */
4175
+ '$.xgafv'?: string;
4176
+ /** OAuth access token. */
4177
+ access_token?: string;
4178
+ /** Data format for response. */
4179
+ alt?: string;
4180
+ /** JSONP */
4181
+ callback?: string;
4182
+ /** Selector specifying which fields to include in a partial response. */
4183
+ fields?: string;
4184
+ /** 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. */
4185
+ key?: string;
4186
+ /** Required. Name of the resource */
4187
+ name: string;
4188
+ /** OAuth 2.0 token for the current user. */
4189
+ oauth_token?: string;
4190
+ /** Returns response with indentations and line breaks. */
4191
+ prettyPrint?: boolean;
4192
+ /** 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. */
4193
+ quotaUser?: string;
4194
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4195
+ requestId?: string;
4196
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4197
+ upload_protocol?: string;
4198
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4199
+ uploadType?: string;
4200
+ }): Request<Operation>;
4201
+ /** Gets details of a single MirroringDeploymentGroup. */
4202
+ get(request?: {
4203
+ /** V1 error format. */
4204
+ '$.xgafv'?: string;
4205
+ /** OAuth access token. */
4206
+ access_token?: string;
4207
+ /** Data format for response. */
4208
+ alt?: string;
4209
+ /** JSONP */
4210
+ callback?: string;
4211
+ /** Selector specifying which fields to include in a partial response. */
4212
+ fields?: string;
4213
+ /** 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. */
4214
+ key?: string;
4215
+ /** Required. Name of the resource */
4216
+ name: string;
4217
+ /** OAuth 2.0 token for the current user. */
4218
+ oauth_token?: string;
4219
+ /** Returns response with indentations and line breaks. */
4220
+ prettyPrint?: boolean;
4221
+ /** 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. */
4222
+ quotaUser?: string;
4223
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4224
+ upload_protocol?: string;
4225
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4226
+ uploadType?: string;
4227
+ }): Request<MirroringDeploymentGroup>;
4228
+ /** Lists MirroringDeploymentGroups in a given project and location. */
4229
+ list(request?: {
4230
+ /** V1 error format. */
4231
+ '$.xgafv'?: string;
4232
+ /** OAuth access token. */
4233
+ access_token?: string;
4234
+ /** Data format for response. */
4235
+ alt?: string;
4236
+ /** JSONP */
4237
+ callback?: string;
4238
+ /** Selector specifying which fields to include in a partial response. */
4239
+ fields?: string;
4240
+ /** Optional. Filtering results */
4241
+ filter?: string;
4242
+ /** 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. */
4243
+ key?: string;
4244
+ /** OAuth 2.0 token for the current user. */
4245
+ oauth_token?: string;
4246
+ /** Optional. Hint for how to order the results */
4247
+ orderBy?: string;
4248
+ /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
4249
+ pageSize?: number;
4250
+ /** Optional. A token identifying a page of results the server should return. */
4251
+ pageToken?: string;
4252
+ /** Required. Parent value for ListMirroringDeploymentGroupsRequest */
4253
+ parent: string;
4254
+ /** Returns response with indentations and line breaks. */
4255
+ prettyPrint?: boolean;
4256
+ /** 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. */
4257
+ quotaUser?: string;
4258
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4259
+ upload_protocol?: string;
4260
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4261
+ uploadType?: string;
4262
+ }): Request<ListMirroringDeploymentGroupsResponse>;
4263
+ /** Updates a single MirroringDeploymentGroup. */
4264
+ patch(request: {
4265
+ /** V1 error format. */
4266
+ '$.xgafv'?: string;
4267
+ /** OAuth access token. */
4268
+ access_token?: string;
4269
+ /** Data format for response. */
4270
+ alt?: string;
4271
+ /** JSONP */
4272
+ callback?: string;
4273
+ /** Selector specifying which fields to include in a partial response. */
4274
+ fields?: string;
4275
+ /** 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. */
4276
+ key?: string;
4277
+ /** Immutable. Identifier. Then name of the MirroringDeploymentGroup. */
4278
+ name: string;
4279
+ /** OAuth 2.0 token for the current user. */
4280
+ oauth_token?: string;
4281
+ /** Returns response with indentations and line breaks. */
4282
+ prettyPrint?: boolean;
4283
+ /** 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. */
4284
+ quotaUser?: string;
4285
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4286
+ requestId?: string;
4287
+ /** Required. Field mask is used to specify the fields to be overwritten in the MirroringDeploymentGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4288
+ updateMask?: string;
4289
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4290
+ upload_protocol?: string;
4291
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4292
+ uploadType?: string;
4293
+ /** Request body */
4294
+ resource: MirroringDeploymentGroup;
4295
+ }): Request<Operation>;
4296
+ patch(
4297
+ request: {
4298
+ /** V1 error format. */
4299
+ '$.xgafv'?: string;
4300
+ /** OAuth access token. */
4301
+ access_token?: string;
4302
+ /** Data format for response. */
4303
+ alt?: string;
4304
+ /** JSONP */
4305
+ callback?: string;
4306
+ /** Selector specifying which fields to include in a partial response. */
4307
+ fields?: string;
4308
+ /** 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. */
4309
+ key?: string;
4310
+ /** Immutable. Identifier. Then name of the MirroringDeploymentGroup. */
4311
+ name: string;
4312
+ /** OAuth 2.0 token for the current user. */
4313
+ oauth_token?: string;
4314
+ /** Returns response with indentations and line breaks. */
4315
+ prettyPrint?: boolean;
4316
+ /** 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. */
4317
+ quotaUser?: string;
4318
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4319
+ requestId?: string;
4320
+ /** Required. Field mask is used to specify the fields to be overwritten in the MirroringDeploymentGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4321
+ updateMask?: string;
4322
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4323
+ upload_protocol?: string;
4324
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4325
+ uploadType?: string;
4326
+ },
4327
+ body: MirroringDeploymentGroup
4328
+ ): Request<Operation>;
4329
+ }
4330
+ interface MirroringDeploymentsResource {
4331
+ /** Creates a new MirroringDeployment in a given project and location. */
4332
+ create(request: {
4333
+ /** V1 error format. */
4334
+ '$.xgafv'?: string;
4335
+ /** OAuth access token. */
4336
+ access_token?: string;
4337
+ /** Data format for response. */
4338
+ alt?: string;
4339
+ /** JSONP */
4340
+ callback?: string;
4341
+ /** Selector specifying which fields to include in a partial response. */
4342
+ fields?: string;
4343
+ /** 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. */
4344
+ key?: string;
4345
+ /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_id from the method_signature of Create RPC */
4346
+ mirroringDeploymentId?: string;
4347
+ /** OAuth 2.0 token for the current user. */
4348
+ oauth_token?: string;
4349
+ /** Required. Value for parent. */
4350
+ parent: string;
4351
+ /** Returns response with indentations and line breaks. */
4352
+ prettyPrint?: boolean;
4353
+ /** 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. */
4354
+ quotaUser?: string;
4355
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4356
+ requestId?: string;
4357
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4358
+ upload_protocol?: string;
4359
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4360
+ uploadType?: string;
4361
+ /** Request body */
4362
+ resource: MirroringDeployment;
4363
+ }): Request<Operation>;
4364
+ create(
4365
+ request: {
4366
+ /** V1 error format. */
4367
+ '$.xgafv'?: string;
4368
+ /** OAuth access token. */
4369
+ access_token?: string;
4370
+ /** Data format for response. */
4371
+ alt?: string;
4372
+ /** JSONP */
4373
+ callback?: string;
4374
+ /** Selector specifying which fields to include in a partial response. */
4375
+ fields?: string;
4376
+ /** 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. */
4377
+ key?: string;
4378
+ /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_id from the method_signature of Create RPC */
4379
+ mirroringDeploymentId?: string;
4380
+ /** OAuth 2.0 token for the current user. */
4381
+ oauth_token?: string;
4382
+ /** Required. Value for parent. */
4383
+ parent: string;
4384
+ /** Returns response with indentations and line breaks. */
4385
+ prettyPrint?: boolean;
4386
+ /** 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. */
4387
+ quotaUser?: string;
4388
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4389
+ requestId?: string;
4390
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4391
+ upload_protocol?: string;
4392
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4393
+ uploadType?: string;
4394
+ },
4395
+ body: MirroringDeployment
4396
+ ): Request<Operation>;
4397
+ /** Deletes a single MirroringDeployment. */
4398
+ delete(request?: {
4399
+ /** V1 error format. */
4400
+ '$.xgafv'?: string;
4401
+ /** OAuth access token. */
4402
+ access_token?: string;
4403
+ /** Data format for response. */
4404
+ alt?: string;
4405
+ /** JSONP */
4406
+ callback?: string;
4407
+ /** Selector specifying which fields to include in a partial response. */
4408
+ fields?: string;
4409
+ /** 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. */
4410
+ key?: string;
4411
+ /** Required. Name of the resource */
4412
+ name: string;
4413
+ /** OAuth 2.0 token for the current user. */
4414
+ oauth_token?: string;
4415
+ /** Returns response with indentations and line breaks. */
4416
+ prettyPrint?: boolean;
4417
+ /** 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. */
4418
+ quotaUser?: string;
4419
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4420
+ requestId?: string;
4421
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4422
+ upload_protocol?: string;
4423
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4424
+ uploadType?: string;
4425
+ }): Request<Operation>;
4426
+ /** Gets details of a single MirroringDeployment. */
4427
+ get(request?: {
4428
+ /** V1 error format. */
4429
+ '$.xgafv'?: string;
4430
+ /** OAuth access token. */
4431
+ access_token?: string;
4432
+ /** Data format for response. */
4433
+ alt?: string;
4434
+ /** JSONP */
4435
+ callback?: string;
4436
+ /** Selector specifying which fields to include in a partial response. */
4437
+ fields?: string;
4438
+ /** 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. */
4439
+ key?: string;
4440
+ /** Required. Name of the resource */
4441
+ name: string;
4442
+ /** OAuth 2.0 token for the current user. */
4443
+ oauth_token?: string;
4444
+ /** Returns response with indentations and line breaks. */
4445
+ prettyPrint?: boolean;
4446
+ /** 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. */
4447
+ quotaUser?: string;
4448
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4449
+ upload_protocol?: string;
4450
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4451
+ uploadType?: string;
4452
+ }): Request<MirroringDeployment>;
4453
+ /** Lists MirroringDeployments in a given project and location. */
4454
+ list(request?: {
4455
+ /** V1 error format. */
4456
+ '$.xgafv'?: string;
4457
+ /** OAuth access token. */
4458
+ access_token?: string;
4459
+ /** Data format for response. */
4460
+ alt?: string;
4461
+ /** JSONP */
4462
+ callback?: string;
4463
+ /** Selector specifying which fields to include in a partial response. */
4464
+ fields?: string;
4465
+ /** Optional. Filtering results */
4466
+ filter?: string;
4467
+ /** 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. */
4468
+ key?: string;
4469
+ /** OAuth 2.0 token for the current user. */
4470
+ oauth_token?: string;
4471
+ /** Optional. Hint for how to order the results */
4472
+ orderBy?: string;
4473
+ /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
4474
+ pageSize?: number;
4475
+ /** Optional. A token identifying a page of results the server should return. */
4476
+ pageToken?: string;
4477
+ /** Required. Parent value for ListMirroringDeploymentsRequest */
4478
+ parent: string;
4479
+ /** Returns response with indentations and line breaks. */
4480
+ prettyPrint?: boolean;
4481
+ /** 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. */
4482
+ quotaUser?: string;
4483
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4484
+ upload_protocol?: string;
4485
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4486
+ uploadType?: string;
4487
+ }): Request<ListMirroringDeploymentsResponse>;
4488
+ /** Updates a single MirroringDeployment. */
4489
+ patch(request: {
4490
+ /** V1 error format. */
4491
+ '$.xgafv'?: string;
4492
+ /** OAuth access token. */
4493
+ access_token?: string;
4494
+ /** Data format for response. */
4495
+ alt?: string;
4496
+ /** JSONP */
4497
+ callback?: string;
4498
+ /** Selector specifying which fields to include in a partial response. */
4499
+ fields?: string;
4500
+ /** 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. */
4501
+ key?: string;
4502
+ /** Immutable. Identifier. The name of the MirroringDeployment. */
4503
+ name: string;
4504
+ /** OAuth 2.0 token for the current user. */
4505
+ oauth_token?: string;
4506
+ /** Returns response with indentations and line breaks. */
4507
+ prettyPrint?: boolean;
4508
+ /** 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. */
4509
+ quotaUser?: string;
4510
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4511
+ requestId?: string;
4512
+ /** Required. Field mask is used to specify the fields to be overwritten in the MirroringDeployment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4513
+ updateMask?: string;
4514
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4515
+ upload_protocol?: string;
4516
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4517
+ uploadType?: string;
4518
+ /** Request body */
4519
+ resource: MirroringDeployment;
4520
+ }): Request<Operation>;
4521
+ patch(
4522
+ request: {
4523
+ /** V1 error format. */
4524
+ '$.xgafv'?: string;
4525
+ /** OAuth access token. */
4526
+ access_token?: string;
4527
+ /** Data format for response. */
4528
+ alt?: string;
4529
+ /** JSONP */
4530
+ callback?: string;
4531
+ /** Selector specifying which fields to include in a partial response. */
4532
+ fields?: string;
4533
+ /** 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. */
4534
+ key?: string;
4535
+ /** Immutable. Identifier. The name of the MirroringDeployment. */
4536
+ name: string;
4537
+ /** OAuth 2.0 token for the current user. */
4538
+ oauth_token?: string;
4539
+ /** Returns response with indentations and line breaks. */
4540
+ prettyPrint?: boolean;
4541
+ /** 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. */
4542
+ quotaUser?: string;
4543
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4544
+ requestId?: string;
4545
+ /** Required. Field mask is used to specify the fields to be overwritten in the MirroringDeployment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4546
+ updateMask?: string;
4547
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4548
+ upload_protocol?: string;
4549
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4550
+ uploadType?: string;
4551
+ },
4552
+ body: MirroringDeployment
4553
+ ): Request<Operation>;
4554
+ }
4555
+ interface MirroringEndpointGroupAssociationsResource {
4556
+ /** Creates a new MirroringEndpointGroupAssociation in a given project and location. */
4557
+ create(request: {
4558
+ /** V1 error format. */
4559
+ '$.xgafv'?: string;
4560
+ /** OAuth access token. */
4561
+ access_token?: string;
4562
+ /** Data format for response. */
4563
+ alt?: string;
4564
+ /** JSONP */
4565
+ callback?: string;
4566
+ /** Selector specifying which fields to include in a partial response. */
4567
+ fields?: string;
4568
+ /** 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. */
4569
+ key?: string;
4570
+ /** Optional. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_association_id from the method_signature of Create RPC */
4571
+ mirroringEndpointGroupAssociationId?: string;
4572
+ /** OAuth 2.0 token for the current user. */
4573
+ oauth_token?: string;
4574
+ /** Required. Value for parent. */
4575
+ parent: string;
4576
+ /** Returns response with indentations and line breaks. */
4577
+ prettyPrint?: boolean;
4578
+ /** 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. */
4579
+ quotaUser?: string;
4580
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4581
+ requestId?: string;
4582
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4583
+ upload_protocol?: string;
4584
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4585
+ uploadType?: string;
4586
+ /** Request body */
4587
+ resource: MirroringEndpointGroupAssociation;
4588
+ }): Request<Operation>;
4589
+ create(
4590
+ request: {
4591
+ /** V1 error format. */
4592
+ '$.xgafv'?: string;
4593
+ /** OAuth access token. */
4594
+ access_token?: string;
4595
+ /** Data format for response. */
4596
+ alt?: string;
4597
+ /** JSONP */
4598
+ callback?: string;
4599
+ /** Selector specifying which fields to include in a partial response. */
4600
+ fields?: string;
4601
+ /** 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. */
4602
+ key?: string;
4603
+ /** Optional. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_association_id from the method_signature of Create RPC */
4604
+ mirroringEndpointGroupAssociationId?: string;
4605
+ /** OAuth 2.0 token for the current user. */
4606
+ oauth_token?: string;
4607
+ /** Required. Value for parent. */
4608
+ parent: string;
4609
+ /** Returns response with indentations and line breaks. */
4610
+ prettyPrint?: boolean;
4611
+ /** 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. */
4612
+ quotaUser?: string;
4613
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4614
+ requestId?: string;
4615
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4616
+ upload_protocol?: string;
4617
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4618
+ uploadType?: string;
4619
+ },
4620
+ body: MirroringEndpointGroupAssociation
4621
+ ): Request<Operation>;
4622
+ /** Deletes a single MirroringEndpointGroupAssociation. */
4623
+ delete(request?: {
4624
+ /** V1 error format. */
4625
+ '$.xgafv'?: string;
4626
+ /** OAuth access token. */
4627
+ access_token?: string;
4628
+ /** Data format for response. */
4629
+ alt?: string;
4630
+ /** JSONP */
4631
+ callback?: string;
4632
+ /** Selector specifying which fields to include in a partial response. */
4633
+ fields?: string;
4634
+ /** 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. */
4635
+ key?: string;
4636
+ /** Required. Name of the resource */
4637
+ name: string;
4638
+ /** OAuth 2.0 token for the current user. */
4639
+ oauth_token?: string;
4640
+ /** Returns response with indentations and line breaks. */
4641
+ prettyPrint?: boolean;
4642
+ /** 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. */
4643
+ quotaUser?: string;
4644
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4645
+ requestId?: string;
4646
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4647
+ upload_protocol?: string;
4648
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4649
+ uploadType?: string;
4650
+ }): Request<Operation>;
4651
+ /** Gets details of a single MirroringEndpointGroupAssociation. */
4652
+ get(request?: {
4653
+ /** V1 error format. */
4654
+ '$.xgafv'?: string;
4655
+ /** OAuth access token. */
4656
+ access_token?: string;
4657
+ /** Data format for response. */
4658
+ alt?: string;
4659
+ /** JSONP */
4660
+ callback?: string;
4661
+ /** Selector specifying which fields to include in a partial response. */
4662
+ fields?: string;
4663
+ /** 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. */
4664
+ key?: string;
4665
+ /** Required. Name of the resource */
4666
+ name: string;
4667
+ /** OAuth 2.0 token for the current user. */
4668
+ oauth_token?: string;
4669
+ /** Returns response with indentations and line breaks. */
4670
+ prettyPrint?: boolean;
4671
+ /** 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. */
4672
+ quotaUser?: string;
4673
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4674
+ upload_protocol?: string;
4675
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4676
+ uploadType?: string;
4677
+ }): Request<MirroringEndpointGroupAssociation>;
4678
+ /** Lists MirroringEndpointGroupAssociations in a given project and location. */
4679
+ list(request?: {
4680
+ /** V1 error format. */
4681
+ '$.xgafv'?: string;
4682
+ /** OAuth access token. */
4683
+ access_token?: string;
4684
+ /** Data format for response. */
4685
+ alt?: string;
4686
+ /** JSONP */
4687
+ callback?: string;
4688
+ /** Selector specifying which fields to include in a partial response. */
4689
+ fields?: string;
4690
+ /** Optional. Filtering results */
4691
+ filter?: string;
4692
+ /** 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. */
4693
+ key?: string;
4694
+ /** OAuth 2.0 token for the current user. */
4695
+ oauth_token?: string;
4696
+ /** Optional. Hint for how to order the results */
4697
+ orderBy?: string;
4698
+ /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
4699
+ pageSize?: number;
4700
+ /** Optional. A token identifying a page of results the server should return. */
4701
+ pageToken?: string;
4702
+ /** Required. Parent value for ListMirroringEndpointGroupAssociationsRequest */
4703
+ parent: string;
4704
+ /** Returns response with indentations and line breaks. */
4705
+ prettyPrint?: boolean;
4706
+ /** 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. */
4707
+ quotaUser?: string;
4708
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4709
+ upload_protocol?: string;
4710
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4711
+ uploadType?: string;
4712
+ }): Request<ListMirroringEndpointGroupAssociationsResponse>;
4713
+ /** Updates a single MirroringEndpointGroupAssociation. */
4714
+ patch(request: {
4715
+ /** V1 error format. */
4716
+ '$.xgafv'?: string;
4717
+ /** OAuth access token. */
4718
+ access_token?: string;
4719
+ /** Data format for response. */
4720
+ alt?: string;
4721
+ /** JSONP */
4722
+ callback?: string;
4723
+ /** Selector specifying which fields to include in a partial response. */
4724
+ fields?: string;
4725
+ /** 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. */
4726
+ key?: string;
4727
+ /** Immutable. Identifier. The name of the MirroringEndpointGroupAssociation. */
4728
+ name: string;
4729
+ /** OAuth 2.0 token for the current user. */
4730
+ oauth_token?: string;
4731
+ /** Returns response with indentations and line breaks. */
4732
+ prettyPrint?: boolean;
4733
+ /** 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. */
4734
+ quotaUser?: string;
4735
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4736
+ requestId?: string;
4737
+ /** Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroupAssociation resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4738
+ updateMask?: string;
4739
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4740
+ upload_protocol?: string;
4741
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4742
+ uploadType?: string;
4743
+ /** Request body */
4744
+ resource: MirroringEndpointGroupAssociation;
4745
+ }): Request<Operation>;
4746
+ patch(
4747
+ request: {
4748
+ /** V1 error format. */
4749
+ '$.xgafv'?: string;
4750
+ /** OAuth access token. */
4751
+ access_token?: string;
4752
+ /** Data format for response. */
4753
+ alt?: string;
4754
+ /** JSONP */
4755
+ callback?: string;
4756
+ /** Selector specifying which fields to include in a partial response. */
4757
+ fields?: string;
4758
+ /** 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. */
4759
+ key?: string;
4760
+ /** Immutable. Identifier. The name of the MirroringEndpointGroupAssociation. */
4761
+ name: string;
4762
+ /** OAuth 2.0 token for the current user. */
4763
+ oauth_token?: string;
4764
+ /** Returns response with indentations and line breaks. */
4765
+ prettyPrint?: boolean;
4766
+ /** 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. */
4767
+ quotaUser?: string;
4768
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4769
+ requestId?: string;
4770
+ /** Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroupAssociation resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4771
+ updateMask?: string;
4772
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4773
+ upload_protocol?: string;
4774
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4775
+ uploadType?: string;
4776
+ },
4777
+ body: MirroringEndpointGroupAssociation
4778
+ ): Request<Operation>;
4779
+ }
4780
+ interface MirroringEndpointGroupsResource {
4781
+ /** Creates a new MirroringEndpointGroup in a given project and location. */
4782
+ create(request: {
4783
+ /** V1 error format. */
4784
+ '$.xgafv'?: string;
4785
+ /** OAuth access token. */
4786
+ access_token?: string;
4787
+ /** Data format for response. */
4788
+ alt?: string;
4789
+ /** JSONP */
4790
+ callback?: string;
4791
+ /** Selector specifying which fields to include in a partial response. */
4792
+ fields?: string;
4793
+ /** 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. */
4794
+ key?: string;
4795
+ /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_id from the method_signature of Create RPC */
4796
+ mirroringEndpointGroupId?: string;
4797
+ /** OAuth 2.0 token for the current user. */
4798
+ oauth_token?: string;
4799
+ /** Required. Value for parent. */
4800
+ parent: string;
4801
+ /** Returns response with indentations and line breaks. */
4802
+ prettyPrint?: boolean;
4803
+ /** 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. */
4804
+ quotaUser?: string;
4805
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4806
+ requestId?: string;
4807
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4808
+ upload_protocol?: string;
4809
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4810
+ uploadType?: string;
4811
+ /** Request body */
4812
+ resource: MirroringEndpointGroup;
4813
+ }): Request<Operation>;
4814
+ create(
4815
+ request: {
4816
+ /** V1 error format. */
4817
+ '$.xgafv'?: string;
4818
+ /** OAuth access token. */
4819
+ access_token?: string;
4820
+ /** Data format for response. */
4821
+ alt?: string;
4822
+ /** JSONP */
4823
+ callback?: string;
4824
+ /** Selector specifying which fields to include in a partial response. */
4825
+ fields?: string;
4826
+ /** 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. */
4827
+ key?: string;
4828
+ /** Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_id from the method_signature of Create RPC */
4829
+ mirroringEndpointGroupId?: string;
4830
+ /** OAuth 2.0 token for the current user. */
4831
+ oauth_token?: string;
4832
+ /** Required. Value for parent. */
4833
+ parent: string;
4834
+ /** Returns response with indentations and line breaks. */
4835
+ prettyPrint?: boolean;
4836
+ /** 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. */
4837
+ quotaUser?: string;
4838
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4839
+ requestId?: string;
4840
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4841
+ upload_protocol?: string;
4842
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4843
+ uploadType?: string;
4844
+ },
4845
+ body: MirroringEndpointGroup
4846
+ ): Request<Operation>;
4847
+ /** Deletes a single MirroringEndpointGroup. */
4848
+ delete(request?: {
4849
+ /** V1 error format. */
4850
+ '$.xgafv'?: string;
4851
+ /** OAuth access token. */
4852
+ access_token?: string;
4853
+ /** Data format for response. */
4854
+ alt?: string;
4855
+ /** JSONP */
4856
+ callback?: string;
4857
+ /** Selector specifying which fields to include in a partial response. */
4858
+ fields?: string;
4859
+ /** 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. */
4860
+ key?: string;
4861
+ /** Required. Name of the resource */
4862
+ name: string;
4863
+ /** OAuth 2.0 token for the current user. */
4864
+ oauth_token?: string;
4865
+ /** Returns response with indentations and line breaks. */
4866
+ prettyPrint?: boolean;
4867
+ /** 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. */
4868
+ quotaUser?: string;
4869
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4870
+ requestId?: string;
4871
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4872
+ upload_protocol?: string;
4873
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4874
+ uploadType?: string;
4875
+ }): Request<Operation>;
4876
+ /** Gets details of a single MirroringEndpointGroup. */
4877
+ get(request?: {
4878
+ /** V1 error format. */
4879
+ '$.xgafv'?: string;
4880
+ /** OAuth access token. */
4881
+ access_token?: string;
4882
+ /** Data format for response. */
4883
+ alt?: string;
4884
+ /** JSONP */
4885
+ callback?: string;
4886
+ /** Selector specifying which fields to include in a partial response. */
4887
+ fields?: string;
4888
+ /** 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. */
4889
+ key?: string;
4890
+ /** Required. Name of the resource */
4891
+ name: string;
4892
+ /** OAuth 2.0 token for the current user. */
4893
+ oauth_token?: string;
4894
+ /** Returns response with indentations and line breaks. */
4895
+ prettyPrint?: boolean;
4896
+ /** 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. */
4897
+ quotaUser?: string;
4898
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4899
+ upload_protocol?: string;
4900
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4901
+ uploadType?: string;
4902
+ }): Request<MirroringEndpointGroup>;
4903
+ /** Lists MirroringEndpointGroups in a given project and location. */
4904
+ list(request?: {
4905
+ /** V1 error format. */
4906
+ '$.xgafv'?: string;
4907
+ /** OAuth access token. */
4908
+ access_token?: string;
4909
+ /** Data format for response. */
4910
+ alt?: string;
4911
+ /** JSONP */
4912
+ callback?: string;
4913
+ /** Selector specifying which fields to include in a partial response. */
4914
+ fields?: string;
4915
+ /** Optional. Filtering results */
4916
+ filter?: string;
4917
+ /** 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. */
4918
+ key?: string;
4919
+ /** OAuth 2.0 token for the current user. */
4920
+ oauth_token?: string;
4921
+ /** Optional. Hint for how to order the results */
4922
+ orderBy?: string;
4923
+ /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
4924
+ pageSize?: number;
4925
+ /** Optional. A token identifying a page of results the server should return. */
4926
+ pageToken?: string;
4927
+ /** Required. Parent value for ListMirroringEndpointGroupsRequest */
4928
+ parent: string;
4929
+ /** Returns response with indentations and line breaks. */
4930
+ prettyPrint?: boolean;
4931
+ /** 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. */
4932
+ quotaUser?: string;
4933
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4934
+ upload_protocol?: string;
4935
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4936
+ uploadType?: string;
4937
+ }): Request<ListMirroringEndpointGroupsResponse>;
4938
+ /** Updates a single MirroringEndpointGroup. */
4939
+ patch(request: {
4940
+ /** V1 error format. */
4941
+ '$.xgafv'?: string;
4942
+ /** OAuth access token. */
4943
+ access_token?: string;
4944
+ /** Data format for response. */
4945
+ alt?: string;
4946
+ /** JSONP */
4947
+ callback?: string;
4948
+ /** Selector specifying which fields to include in a partial response. */
4949
+ fields?: string;
4950
+ /** 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. */
4951
+ key?: string;
4952
+ /** Immutable. Identifier. The name of the MirroringEndpointGroup. */
4953
+ name: string;
4954
+ /** OAuth 2.0 token for the current user. */
4955
+ oauth_token?: string;
4956
+ /** Returns response with indentations and line breaks. */
4957
+ prettyPrint?: boolean;
4958
+ /** 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. */
4959
+ quotaUser?: string;
4960
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4961
+ requestId?: string;
4962
+ /** Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4963
+ updateMask?: string;
4964
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4965
+ upload_protocol?: string;
4966
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
4967
+ uploadType?: string;
4968
+ /** Request body */
4969
+ resource: MirroringEndpointGroup;
4970
+ }): Request<Operation>;
4971
+ patch(
4972
+ request: {
4973
+ /** V1 error format. */
4974
+ '$.xgafv'?: string;
4975
+ /** OAuth access token. */
4976
+ access_token?: string;
4977
+ /** Data format for response. */
4978
+ alt?: string;
4979
+ /** JSONP */
4980
+ callback?: string;
4981
+ /** Selector specifying which fields to include in a partial response. */
4982
+ fields?: string;
4983
+ /** 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. */
4984
+ key?: string;
4985
+ /** Immutable. Identifier. The name of the MirroringEndpointGroup. */
4986
+ name: string;
4987
+ /** OAuth 2.0 token for the current user. */
4988
+ oauth_token?: string;
4989
+ /** Returns response with indentations and line breaks. */
4990
+ prettyPrint?: boolean;
4991
+ /** 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. */
4992
+ quotaUser?: string;
4993
+ /** Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */
4994
+ requestId?: string;
4995
+ /** Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten. */
4996
+ updateMask?: string;
4997
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
4998
+ upload_protocol?: string;
4999
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5000
+ uploadType?: string;
5001
+ },
5002
+ body: MirroringEndpointGroup
5003
+ ): Request<Operation>;
5004
+ }
3989
5005
  interface OperationsResource {
3990
5006
  /** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. */
3991
5007
  cancel(request: {
@@ -4924,6 +5940,10 @@ declare namespace gapi.client {
4924
5940
  clientTlsPolicies: ClientTlsPoliciesResource;
4925
5941
  firewallEndpointAssociations: FirewallEndpointAssociationsResource;
4926
5942
  gatewaySecurityPolicies: GatewaySecurityPoliciesResource;
5943
+ mirroringDeploymentGroups: MirroringDeploymentGroupsResource;
5944
+ mirroringDeployments: MirroringDeploymentsResource;
5945
+ mirroringEndpointGroupAssociations: MirroringEndpointGroupAssociationsResource;
5946
+ mirroringEndpointGroups: MirroringEndpointGroupsResource;
4927
5947
  operations: OperationsResource;
4928
5948
  serverTlsPolicies: ServerTlsPoliciesResource;
4929
5949
  tlsInspectionPolicies: TlsInspectionPoliciesResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networksecurity-v1beta1",
3
- "version": "0.0.20240821",
3
+ "version": "0.0.20240919",
4
4
  "description": "TypeScript typings for Network Security API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",