@maxim_mazurok/gapi.client.compute-v1 0.1.20250827 → 0.1.20250902
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 +373 -5
- package/package.json +1 -1
- package/readme.md +40 -0
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://www.googleapis.com/discovery/v1/apis/compute/v1/rest
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250902
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -700,7 +700,7 @@ declare namespace gapi.client {
|
|
|
700
700
|
defaultTtl?: number;
|
|
701
701
|
/** Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of "0" means "always revalidate". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL. */
|
|
702
702
|
maxTtl?: number;
|
|
703
|
-
/** Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found),
|
|
703
|
+
/** Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy. */
|
|
704
704
|
negativeCaching?: boolean;
|
|
705
705
|
/** Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists. */
|
|
706
706
|
negativeCachingPolicy?: BackendBucketCdnPolicyNegativeCachingPolicy[];
|
|
@@ -913,7 +913,7 @@ declare namespace gapi.client {
|
|
|
913
913
|
defaultTtl?: number;
|
|
914
914
|
/** Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of "0" means "always revalidate". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL. */
|
|
915
915
|
maxTtl?: number;
|
|
916
|
-
/** Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found),
|
|
916
|
+
/** Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy. */
|
|
917
917
|
negativeCaching?: boolean;
|
|
918
918
|
/** Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists. */
|
|
919
919
|
negativeCachingPolicy?: BackendServiceCdnPolicyNegativeCachingPolicy[];
|
|
@@ -3958,6 +3958,8 @@ declare namespace gapi.client {
|
|
|
3958
3958
|
targetInstance?: string;
|
|
3959
3959
|
}
|
|
3960
3960
|
interface InstanceParams {
|
|
3961
|
+
/** Relative deadline for waiting for capacity. Relevant only for Instances.Insert API. */
|
|
3962
|
+
requestValidForDuration?: Duration;
|
|
3961
3963
|
/** Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty. */
|
|
3962
3964
|
resourceManagerTags?: {[P in string]: string};
|
|
3963
3965
|
}
|
|
@@ -4685,7 +4687,7 @@ declare namespace gapi.client {
|
|
|
4685
4687
|
attachment?: string;
|
|
4686
4688
|
/** Whether this Attachment is participating in the redundant configuration. This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA. */
|
|
4687
4689
|
isActive?: string;
|
|
4688
|
-
/** Whether this Attachment is active, and if so, whether BGP is up.
|
|
4690
|
+
/** Whether this Attachment is active, and if so, whether BGP is up. */
|
|
4689
4691
|
status?: string;
|
|
4690
4692
|
}
|
|
4691
4693
|
interface InterconnectAttachmentList {
|
|
@@ -6107,12 +6109,16 @@ declare namespace gapi.client {
|
|
|
6107
6109
|
networkIP?: string;
|
|
6108
6110
|
/** The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet. */
|
|
6109
6111
|
nicType?: string;
|
|
6112
|
+
/** Name of the parent network interface of a dynamic network interface. */
|
|
6113
|
+
parentNicName?: string;
|
|
6110
6114
|
/** The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users. */
|
|
6111
6115
|
queueCount?: number;
|
|
6112
6116
|
/** The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations. */
|
|
6113
6117
|
stackType?: string;
|
|
6114
6118
|
/** The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork */
|
|
6115
6119
|
subnetwork?: string;
|
|
6120
|
+
/** VLAN tag of a dynamic network interface, must be an integer in the range from 2 to 255 inclusively. */
|
|
6121
|
+
vlan?: number;
|
|
6116
6122
|
}
|
|
6117
6123
|
interface NetworkList {
|
|
6118
6124
|
/** [Output Only] Unique identifier for the resource; defined by the server. */
|
|
@@ -6218,6 +6224,8 @@ declare namespace gapi.client {
|
|
|
6218
6224
|
location?: NetworkProfileLocation;
|
|
6219
6225
|
/** [Output Only] Name of the resource. */
|
|
6220
6226
|
name?: string;
|
|
6227
|
+
/** [Output Only] Type of the network profile. */
|
|
6228
|
+
profileType?: NetworkProfileProfileType;
|
|
6221
6229
|
/** [Output Only] Server-defined URL for the resource. */
|
|
6222
6230
|
selfLink?: string;
|
|
6223
6231
|
/** [Output Only] Server-defined URL for this resource with the resource id. */
|
|
@@ -6285,6 +6293,12 @@ declare namespace gapi.client {
|
|
|
6285
6293
|
/** Specifies which type of unicast is supported. */
|
|
6286
6294
|
unicast?: string;
|
|
6287
6295
|
}
|
|
6296
|
+
interface NetworkProfileProfileType {
|
|
6297
|
+
networkType?: string;
|
|
6298
|
+
rdmaSubtype?: string;
|
|
6299
|
+
ullSubtype?: string;
|
|
6300
|
+
vpcSubtype?: string;
|
|
6301
|
+
}
|
|
6288
6302
|
interface NetworkProfilesListResponse {
|
|
6289
6303
|
etag?: string;
|
|
6290
6304
|
/** [Output Only] Unique identifier for the resource; defined by the server. */
|
|
@@ -8640,6 +8654,8 @@ declare namespace gapi.client {
|
|
|
8640
8654
|
nats?: RouterNat[];
|
|
8641
8655
|
/** URI of the network to which this router belongs. */
|
|
8642
8656
|
network?: string;
|
|
8657
|
+
/** Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload. */
|
|
8658
|
+
params?: RouterParams;
|
|
8643
8659
|
/** [Output Only] URI of the region where the router resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. */
|
|
8644
8660
|
region?: string;
|
|
8645
8661
|
/** [Output Only] Server-defined URL for the resource. */
|
|
@@ -8892,6 +8908,10 @@ declare namespace gapi.client {
|
|
|
8892
8908
|
/** URL for the subnetwork resource that will use NAT64. */
|
|
8893
8909
|
name?: string;
|
|
8894
8910
|
}
|
|
8911
|
+
interface RouterParams {
|
|
8912
|
+
/** Tag keys/values directly bound to this resource. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs: * {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"} * {"123/environment" : "production", "345/abc" : "xyz"} Note: * Invalid combinations of ID & namespaced format is not supported. For instance: {"123/environment" : "tagValues/444"} is invalid. * Inconsistent format is not supported. For instance: {"tagKeys/333" : "tagValues/444", "123/env" : "prod"} is invalid. */
|
|
8913
|
+
resourceManagerTags?: {[P in string]: string};
|
|
8914
|
+
}
|
|
8895
8915
|
interface RoutersGetRoutePolicyResponse {
|
|
8896
8916
|
resource?: RoutePolicy;
|
|
8897
8917
|
}
|
|
@@ -9143,6 +9163,8 @@ declare namespace gapi.client {
|
|
|
9143
9163
|
preemptible?: boolean;
|
|
9144
9164
|
/** Specifies the provisioning model of the instance. */
|
|
9145
9165
|
provisioningModel?: string;
|
|
9166
|
+
/** Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs. */
|
|
9167
|
+
skipGuestOsShutdown?: boolean;
|
|
9146
9168
|
/** Specifies the timestamp, when the instance will be terminated, in RFC3339 text format. If specified, the instance termination action will be performed at the termination time. */
|
|
9147
9169
|
terminationTime?: string;
|
|
9148
9170
|
}
|
|
@@ -9365,7 +9387,7 @@ declare namespace gapi.client {
|
|
|
9365
9387
|
interface SecurityPolicyRuleMatcher {
|
|
9366
9388
|
/** The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified. */
|
|
9367
9389
|
config?: SecurityPolicyRuleMatcherConfig;
|
|
9368
|
-
/** User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing `evaluateThreatIntelligence` require Cloud Armor
|
|
9390
|
+
/** User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing `evaluateThreatIntelligence` require a Cloud Armor Enterprise subscription and are not supported in Edge Policies nor in Regional Policies. Expressions containing `evaluatePreconfiguredExpr('sourceiplist-*')` require a Cloud Armor Enterprise subscription and are only supported in Global Security Policies. */
|
|
9369
9391
|
expr?: Expr;
|
|
9370
9392
|
/** The configuration options available when specifying a user defined CEVAL expression (i.e., 'expr'). */
|
|
9371
9393
|
exprOptions?: SecurityPolicyRuleMatcherExprOptions;
|
|
@@ -9590,6 +9612,8 @@ declare namespace gapi.client {
|
|
|
9590
9612
|
consumerNetwork?: string;
|
|
9591
9613
|
/** The url of a connected endpoint. */
|
|
9592
9614
|
endpoint?: string;
|
|
9615
|
+
/** NAT IPs of the connected PSC endpoint and those of other endpoints propagated from it. */
|
|
9616
|
+
natIps?: string[];
|
|
9593
9617
|
/** The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to. */
|
|
9594
9618
|
propagatedConnectionCount?: number;
|
|
9595
9619
|
/** The PSC connection id of the connected endpoint. */
|
|
@@ -11853,6 +11877,8 @@ declare namespace gapi.client {
|
|
|
11853
11877
|
ipv6Address?: string;
|
|
11854
11878
|
}
|
|
11855
11879
|
interface VpnTunnel {
|
|
11880
|
+
/** User specified list of ciphers to use for the phase 1 and phase 2 of the IKE protocol. */
|
|
11881
|
+
cipherSuite?: VpnTunnelCipherSuite;
|
|
11856
11882
|
/** [Output Only] Creation timestamp in RFC3339 text format. */
|
|
11857
11883
|
creationTimestamp?: string;
|
|
11858
11884
|
/** An optional description of this resource. Provide this property when you create the resource. */
|
|
@@ -11930,6 +11956,10 @@ declare namespace gapi.client {
|
|
|
11930
11956
|
message?: string;
|
|
11931
11957
|
};
|
|
11932
11958
|
}
|
|
11959
|
+
interface VpnTunnelCipherSuite {
|
|
11960
|
+
phase1?: VpnTunnelPhase1Algorithms;
|
|
11961
|
+
phase2?: VpnTunnelPhase2Algorithms;
|
|
11962
|
+
}
|
|
11933
11963
|
interface VpnTunnelList {
|
|
11934
11964
|
/** [Output Only] Unique identifier for the resource; defined by the server. */
|
|
11935
11965
|
id?: string;
|
|
@@ -11956,6 +11986,17 @@ declare namespace gapi.client {
|
|
|
11956
11986
|
message?: string;
|
|
11957
11987
|
};
|
|
11958
11988
|
}
|
|
11989
|
+
interface VpnTunnelPhase1Algorithms {
|
|
11990
|
+
dh?: string[];
|
|
11991
|
+
encryption?: string[];
|
|
11992
|
+
integrity?: string[];
|
|
11993
|
+
prf?: string[];
|
|
11994
|
+
}
|
|
11995
|
+
interface VpnTunnelPhase2Algorithms {
|
|
11996
|
+
encryption?: string[];
|
|
11997
|
+
integrity?: string[];
|
|
11998
|
+
pfs?: string[];
|
|
11999
|
+
}
|
|
11959
12000
|
interface VpnTunnelsScopedList {
|
|
11960
12001
|
/** A list of VPN tunnels contained in this scope. */
|
|
11961
12002
|
vpnTunnels?: VpnTunnel[];
|
|
@@ -12546,6 +12587,42 @@ declare namespace gapi.client {
|
|
|
12546
12587
|
},
|
|
12547
12588
|
body: RegionSetLabelsRequest,
|
|
12548
12589
|
): Request<Operation>;
|
|
12590
|
+
/** Returns permissions that a caller has on the specified resource. */
|
|
12591
|
+
testIamPermissions(
|
|
12592
|
+
request: {
|
|
12593
|
+
/** V1 error format. */
|
|
12594
|
+
'$.xgafv'?: string;
|
|
12595
|
+
/** OAuth access token. */
|
|
12596
|
+
access_token?: string;
|
|
12597
|
+
/** Data format for response. */
|
|
12598
|
+
alt?: string;
|
|
12599
|
+
/** JSONP */
|
|
12600
|
+
callback?: string;
|
|
12601
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
12602
|
+
fields?: string;
|
|
12603
|
+
/** 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. */
|
|
12604
|
+
key?: string;
|
|
12605
|
+
/** OAuth 2.0 token for the current user. */
|
|
12606
|
+
oauth_token?: string;
|
|
12607
|
+
/** Returns response with indentations and line breaks. */
|
|
12608
|
+
prettyPrint?: boolean;
|
|
12609
|
+
/** Project ID for this request. */
|
|
12610
|
+
project: string;
|
|
12611
|
+
/** 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. */
|
|
12612
|
+
quotaUser?: string;
|
|
12613
|
+
/** The name of the region for this request. */
|
|
12614
|
+
region: string;
|
|
12615
|
+
/** Name or id of the resource for this request. */
|
|
12616
|
+
resource: string;
|
|
12617
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12618
|
+
upload_protocol?: string;
|
|
12619
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12620
|
+
uploadType?: string;
|
|
12621
|
+
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
12622
|
+
userIp?: string;
|
|
12623
|
+
},
|
|
12624
|
+
body: TestPermissionsRequest,
|
|
12625
|
+
): Request<TestPermissionsResponse>;
|
|
12549
12626
|
}
|
|
12550
12627
|
interface AutoscalersResource {
|
|
12551
12628
|
/** Retrieves an aggregated list of autoscalers. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`. */
|
|
@@ -17459,6 +17536,40 @@ declare namespace gapi.client {
|
|
|
17459
17536
|
},
|
|
17460
17537
|
body: GlobalSetLabelsRequest,
|
|
17461
17538
|
): Request<Operation>;
|
|
17539
|
+
/** Returns permissions that a caller has on the specified resource. */
|
|
17540
|
+
testIamPermissions(
|
|
17541
|
+
request: {
|
|
17542
|
+
/** V1 error format. */
|
|
17543
|
+
'$.xgafv'?: string;
|
|
17544
|
+
/** OAuth access token. */
|
|
17545
|
+
access_token?: string;
|
|
17546
|
+
/** Data format for response. */
|
|
17547
|
+
alt?: string;
|
|
17548
|
+
/** JSONP */
|
|
17549
|
+
callback?: string;
|
|
17550
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17551
|
+
fields?: string;
|
|
17552
|
+
/** 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. */
|
|
17553
|
+
key?: string;
|
|
17554
|
+
/** OAuth 2.0 token for the current user. */
|
|
17555
|
+
oauth_token?: string;
|
|
17556
|
+
/** Returns response with indentations and line breaks. */
|
|
17557
|
+
prettyPrint?: boolean;
|
|
17558
|
+
/** Project ID for this request. */
|
|
17559
|
+
project: string;
|
|
17560
|
+
/** 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. */
|
|
17561
|
+
quotaUser?: string;
|
|
17562
|
+
/** Name or id of the resource for this request. */
|
|
17563
|
+
resource: string;
|
|
17564
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17565
|
+
upload_protocol?: string;
|
|
17566
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17567
|
+
uploadType?: string;
|
|
17568
|
+
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
17569
|
+
userIp?: string;
|
|
17570
|
+
},
|
|
17571
|
+
body: TestPermissionsRequest,
|
|
17572
|
+
): Request<TestPermissionsResponse>;
|
|
17462
17573
|
}
|
|
17463
17574
|
interface GlobalForwardingRulesResource {
|
|
17464
17575
|
/** Deletes the specified GlobalForwardingRule resource. */
|
|
@@ -22425,6 +22536,42 @@ declare namespace gapi.client {
|
|
|
22425
22536
|
},
|
|
22426
22537
|
body: InstanceGroupsSetNamedPortsRequest,
|
|
22427
22538
|
): Request<Operation>;
|
|
22539
|
+
/** Returns permissions that a caller has on the specified resource. */
|
|
22540
|
+
testIamPermissions(
|
|
22541
|
+
request: {
|
|
22542
|
+
/** V1 error format. */
|
|
22543
|
+
'$.xgafv'?: string;
|
|
22544
|
+
/** OAuth access token. */
|
|
22545
|
+
access_token?: string;
|
|
22546
|
+
/** Data format for response. */
|
|
22547
|
+
alt?: string;
|
|
22548
|
+
/** JSONP */
|
|
22549
|
+
callback?: string;
|
|
22550
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
22551
|
+
fields?: string;
|
|
22552
|
+
/** 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. */
|
|
22553
|
+
key?: string;
|
|
22554
|
+
/** OAuth 2.0 token for the current user. */
|
|
22555
|
+
oauth_token?: string;
|
|
22556
|
+
/** Returns response with indentations and line breaks. */
|
|
22557
|
+
prettyPrint?: boolean;
|
|
22558
|
+
/** Project ID for this request. */
|
|
22559
|
+
project: string;
|
|
22560
|
+
/** 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. */
|
|
22561
|
+
quotaUser?: string;
|
|
22562
|
+
/** Name or id of the resource for this request. */
|
|
22563
|
+
resource: string;
|
|
22564
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
22565
|
+
upload_protocol?: string;
|
|
22566
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
22567
|
+
uploadType?: string;
|
|
22568
|
+
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
22569
|
+
userIp?: string;
|
|
22570
|
+
/** The name of the zone for this request. */
|
|
22571
|
+
zone: string;
|
|
22572
|
+
},
|
|
22573
|
+
body: TestPermissionsRequest,
|
|
22574
|
+
): Request<TestPermissionsResponse>;
|
|
22428
22575
|
}
|
|
22429
22576
|
interface InstancesResource {
|
|
22430
22577
|
/** Adds an access config to an instance's network interface. */
|
|
@@ -22505,6 +22652,80 @@ declare namespace gapi.client {
|
|
|
22505
22652
|
},
|
|
22506
22653
|
body: AccessConfig,
|
|
22507
22654
|
): Request<Operation>;
|
|
22655
|
+
/** Adds one dynamic network interface to an active instance. */
|
|
22656
|
+
addNetworkInterface(request: {
|
|
22657
|
+
/** V1 error format. */
|
|
22658
|
+
'$.xgafv'?: string;
|
|
22659
|
+
/** OAuth access token. */
|
|
22660
|
+
access_token?: string;
|
|
22661
|
+
/** Data format for response. */
|
|
22662
|
+
alt?: string;
|
|
22663
|
+
/** JSONP */
|
|
22664
|
+
callback?: string;
|
|
22665
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
22666
|
+
fields?: string;
|
|
22667
|
+
/** The instance name for this request stored as resource_id. Name should conform to RFC1035 or be an unsigned long integer. */
|
|
22668
|
+
instance: string;
|
|
22669
|
+
/** 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. */
|
|
22670
|
+
key?: string;
|
|
22671
|
+
/** OAuth 2.0 token for the current user. */
|
|
22672
|
+
oauth_token?: string;
|
|
22673
|
+
/** Returns response with indentations and line breaks. */
|
|
22674
|
+
prettyPrint?: boolean;
|
|
22675
|
+
/** Project ID for this request. */
|
|
22676
|
+
project: string;
|
|
22677
|
+
/** 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. */
|
|
22678
|
+
quotaUser?: string;
|
|
22679
|
+
/** 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. 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). */
|
|
22680
|
+
requestId?: string;
|
|
22681
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
22682
|
+
upload_protocol?: string;
|
|
22683
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
22684
|
+
uploadType?: string;
|
|
22685
|
+
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
22686
|
+
userIp?: string;
|
|
22687
|
+
/** The name of the zone for this request. */
|
|
22688
|
+
zone: string;
|
|
22689
|
+
/** Request body */
|
|
22690
|
+
resource: NetworkInterface;
|
|
22691
|
+
}): Request<Operation>;
|
|
22692
|
+
addNetworkInterface(
|
|
22693
|
+
request: {
|
|
22694
|
+
/** V1 error format. */
|
|
22695
|
+
'$.xgafv'?: string;
|
|
22696
|
+
/** OAuth access token. */
|
|
22697
|
+
access_token?: string;
|
|
22698
|
+
/** Data format for response. */
|
|
22699
|
+
alt?: string;
|
|
22700
|
+
/** JSONP */
|
|
22701
|
+
callback?: string;
|
|
22702
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
22703
|
+
fields?: string;
|
|
22704
|
+
/** The instance name for this request stored as resource_id. Name should conform to RFC1035 or be an unsigned long integer. */
|
|
22705
|
+
instance: string;
|
|
22706
|
+
/** 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. */
|
|
22707
|
+
key?: string;
|
|
22708
|
+
/** OAuth 2.0 token for the current user. */
|
|
22709
|
+
oauth_token?: string;
|
|
22710
|
+
/** Returns response with indentations and line breaks. */
|
|
22711
|
+
prettyPrint?: boolean;
|
|
22712
|
+
/** Project ID for this request. */
|
|
22713
|
+
project: string;
|
|
22714
|
+
/** 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. */
|
|
22715
|
+
quotaUser?: string;
|
|
22716
|
+
/** 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. 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). */
|
|
22717
|
+
requestId?: string;
|
|
22718
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
22719
|
+
upload_protocol?: string;
|
|
22720
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
22721
|
+
uploadType?: string;
|
|
22722
|
+
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
22723
|
+
userIp?: string;
|
|
22724
|
+
/** The name of the zone for this request. */
|
|
22725
|
+
zone: string;
|
|
22726
|
+
},
|
|
22727
|
+
body: NetworkInterface,
|
|
22728
|
+
): Request<Operation>;
|
|
22508
22729
|
/** Adds existing resource policies to an instance. You can only add one policy right now which will be applied to this instance for scheduling live migrations. */
|
|
22509
22730
|
addResourcePolicies(request: {
|
|
22510
22731
|
/** V1 error format. */
|
|
@@ -22844,6 +23065,43 @@ declare namespace gapi.client {
|
|
|
22844
23065
|
/** The name of the zone for this request. */
|
|
22845
23066
|
zone: string;
|
|
22846
23067
|
}): Request<Operation>;
|
|
23068
|
+
/** Deletes one dynamic network interface from an active instance. InstancesDeleteNetworkInterfaceRequest indicates: - instance from which to delete, using project+zone+resource_id fields; - dynamic network interface to be deleted, using network_interface_name field; */
|
|
23069
|
+
deleteNetworkInterface(request?: {
|
|
23070
|
+
/** V1 error format. */
|
|
23071
|
+
'$.xgafv'?: string;
|
|
23072
|
+
/** OAuth access token. */
|
|
23073
|
+
access_token?: string;
|
|
23074
|
+
/** Data format for response. */
|
|
23075
|
+
alt?: string;
|
|
23076
|
+
/** JSONP */
|
|
23077
|
+
callback?: string;
|
|
23078
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
23079
|
+
fields?: string;
|
|
23080
|
+
/** The instance name for this request stored as resource_id. Name should conform to RFC1035 or be an unsigned long integer. */
|
|
23081
|
+
instance: string;
|
|
23082
|
+
/** 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. */
|
|
23083
|
+
key?: string;
|
|
23084
|
+
/** The name of the dynamic network interface to be deleted from the instance. */
|
|
23085
|
+
networkInterfaceName: string;
|
|
23086
|
+
/** OAuth 2.0 token for the current user. */
|
|
23087
|
+
oauth_token?: string;
|
|
23088
|
+
/** Returns response with indentations and line breaks. */
|
|
23089
|
+
prettyPrint?: boolean;
|
|
23090
|
+
/** Project ID for this request. */
|
|
23091
|
+
project: string;
|
|
23092
|
+
/** 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. */
|
|
23093
|
+
quotaUser?: string;
|
|
23094
|
+
/** 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. 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). */
|
|
23095
|
+
requestId?: string;
|
|
23096
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23097
|
+
upload_protocol?: string;
|
|
23098
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
23099
|
+
uploadType?: string;
|
|
23100
|
+
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
23101
|
+
userIp?: string;
|
|
23102
|
+
/** The name of the zone for this request. */
|
|
23103
|
+
zone: string;
|
|
23104
|
+
}): Request<Operation>;
|
|
22847
23105
|
/** Detaches a disk from an instance. */
|
|
22848
23106
|
detachDisk(request?: {
|
|
22849
23107
|
/** V1 error format. */
|
|
@@ -38863,6 +39121,42 @@ declare namespace gapi.client {
|
|
|
38863
39121
|
},
|
|
38864
39122
|
body: RegionInstanceGroupsSetNamedPortsRequest,
|
|
38865
39123
|
): Request<Operation>;
|
|
39124
|
+
/** Returns permissions that a caller has on the specified resource. */
|
|
39125
|
+
testIamPermissions(
|
|
39126
|
+
request: {
|
|
39127
|
+
/** V1 error format. */
|
|
39128
|
+
'$.xgafv'?: string;
|
|
39129
|
+
/** OAuth access token. */
|
|
39130
|
+
access_token?: string;
|
|
39131
|
+
/** Data format for response. */
|
|
39132
|
+
alt?: string;
|
|
39133
|
+
/** JSONP */
|
|
39134
|
+
callback?: string;
|
|
39135
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
39136
|
+
fields?: string;
|
|
39137
|
+
/** 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. */
|
|
39138
|
+
key?: string;
|
|
39139
|
+
/** OAuth 2.0 token for the current user. */
|
|
39140
|
+
oauth_token?: string;
|
|
39141
|
+
/** Returns response with indentations and line breaks. */
|
|
39142
|
+
prettyPrint?: boolean;
|
|
39143
|
+
/** Project ID for this request. */
|
|
39144
|
+
project: string;
|
|
39145
|
+
/** 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. */
|
|
39146
|
+
quotaUser?: string;
|
|
39147
|
+
/** The name of the region for this request. */
|
|
39148
|
+
region: string;
|
|
39149
|
+
/** Name or id of the resource for this request. */
|
|
39150
|
+
resource: string;
|
|
39151
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
39152
|
+
upload_protocol?: string;
|
|
39153
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
39154
|
+
uploadType?: string;
|
|
39155
|
+
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
39156
|
+
userIp?: string;
|
|
39157
|
+
},
|
|
39158
|
+
body: TestPermissionsRequest,
|
|
39159
|
+
): Request<TestPermissionsResponse>;
|
|
38866
39160
|
}
|
|
38867
39161
|
interface RegionInstancesResource {
|
|
38868
39162
|
/** Creates multiple instances in a given region. Count specifies the number of instances to create. */
|
|
@@ -46280,6 +46574,8 @@ declare namespace gapi.client {
|
|
|
46280
46574
|
region: string;
|
|
46281
46575
|
/** Name of the ServiceAttachment resource to return. */
|
|
46282
46576
|
serviceAttachment: string;
|
|
46577
|
+
/** Indicates whether NAT IPs should be included in the response. */
|
|
46578
|
+
showNatIps?: boolean;
|
|
46283
46579
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
46284
46580
|
upload_protocol?: string;
|
|
46285
46581
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -50219,6 +50515,42 @@ declare namespace gapi.client {
|
|
|
50219
50515
|
},
|
|
50220
50516
|
body: SecurityPolicyReference,
|
|
50221
50517
|
): Request<Operation>;
|
|
50518
|
+
/** Returns permissions that a caller has on the specified resource. */
|
|
50519
|
+
testIamPermissions(
|
|
50520
|
+
request: {
|
|
50521
|
+
/** V1 error format. */
|
|
50522
|
+
'$.xgafv'?: string;
|
|
50523
|
+
/** OAuth access token. */
|
|
50524
|
+
access_token?: string;
|
|
50525
|
+
/** Data format for response. */
|
|
50526
|
+
alt?: string;
|
|
50527
|
+
/** JSONP */
|
|
50528
|
+
callback?: string;
|
|
50529
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
50530
|
+
fields?: string;
|
|
50531
|
+
/** 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. */
|
|
50532
|
+
key?: string;
|
|
50533
|
+
/** OAuth 2.0 token for the current user. */
|
|
50534
|
+
oauth_token?: string;
|
|
50535
|
+
/** Returns response with indentations and line breaks. */
|
|
50536
|
+
prettyPrint?: boolean;
|
|
50537
|
+
/** Project ID for this request. */
|
|
50538
|
+
project: string;
|
|
50539
|
+
/** 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. */
|
|
50540
|
+
quotaUser?: string;
|
|
50541
|
+
/** Name or id of the resource for this request. */
|
|
50542
|
+
resource: string;
|
|
50543
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
50544
|
+
upload_protocol?: string;
|
|
50545
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
50546
|
+
uploadType?: string;
|
|
50547
|
+
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
50548
|
+
userIp?: string;
|
|
50549
|
+
/** The name of the zone for this request. */
|
|
50550
|
+
zone: string;
|
|
50551
|
+
},
|
|
50552
|
+
body: TestPermissionsRequest,
|
|
50553
|
+
): Request<TestPermissionsResponse>;
|
|
50222
50554
|
}
|
|
50223
50555
|
interface TargetPoolsResource {
|
|
50224
50556
|
/** Adds health check URLs to a target pool. */
|
|
@@ -50961,6 +51293,42 @@ declare namespace gapi.client {
|
|
|
50961
51293
|
},
|
|
50962
51294
|
body: SecurityPolicyReference,
|
|
50963
51295
|
): Request<Operation>;
|
|
51296
|
+
/** Returns permissions that a caller has on the specified resource. */
|
|
51297
|
+
testIamPermissions(
|
|
51298
|
+
request: {
|
|
51299
|
+
/** V1 error format. */
|
|
51300
|
+
'$.xgafv'?: string;
|
|
51301
|
+
/** OAuth access token. */
|
|
51302
|
+
access_token?: string;
|
|
51303
|
+
/** Data format for response. */
|
|
51304
|
+
alt?: string;
|
|
51305
|
+
/** JSONP */
|
|
51306
|
+
callback?: string;
|
|
51307
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
51308
|
+
fields?: string;
|
|
51309
|
+
/** 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. */
|
|
51310
|
+
key?: string;
|
|
51311
|
+
/** OAuth 2.0 token for the current user. */
|
|
51312
|
+
oauth_token?: string;
|
|
51313
|
+
/** Returns response with indentations and line breaks. */
|
|
51314
|
+
prettyPrint?: boolean;
|
|
51315
|
+
/** Project ID for this request. */
|
|
51316
|
+
project: string;
|
|
51317
|
+
/** 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. */
|
|
51318
|
+
quotaUser?: string;
|
|
51319
|
+
/** The name of the region for this request. */
|
|
51320
|
+
region: string;
|
|
51321
|
+
/** Name or id of the resource for this request. */
|
|
51322
|
+
resource: string;
|
|
51323
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
51324
|
+
upload_protocol?: string;
|
|
51325
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
51326
|
+
uploadType?: string;
|
|
51327
|
+
/** Legacy name for parameter that has been superseded by `quotaUser`. */
|
|
51328
|
+
userIp?: string;
|
|
51329
|
+
},
|
|
51330
|
+
body: TestPermissionsRequest,
|
|
51331
|
+
): Request<TestPermissionsResponse>;
|
|
50964
51332
|
}
|
|
50965
51333
|
interface TargetSslProxiesResource {
|
|
50966
51334
|
/** Deletes the specified TargetSslProxy resource. */
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -135,6 +135,11 @@ Sets the labels on an Address. To learn more about labels, read the Labeling Res
|
|
|
135
135
|
*/
|
|
136
136
|
await gapi.client.compute.addresses.setLabels({ project: "project", region: "region", resource: "resource", });
|
|
137
137
|
|
|
138
|
+
/*
|
|
139
|
+
Returns permissions that a caller has on the specified resource.
|
|
140
|
+
*/
|
|
141
|
+
await gapi.client.compute.addresses.testIamPermissions({ project: "project", region: "region", resource: "resource", });
|
|
142
|
+
|
|
138
143
|
/*
|
|
139
144
|
Retrieves an aggregated list of autoscalers. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.
|
|
140
145
|
*/
|
|
@@ -640,6 +645,11 @@ Sets the labels on a GlobalAddress. To learn more about labels, read the Labelin
|
|
|
640
645
|
*/
|
|
641
646
|
await gapi.client.compute.globalAddresses.setLabels({ project: "project", resource: "resource", });
|
|
642
647
|
|
|
648
|
+
/*
|
|
649
|
+
Returns permissions that a caller has on the specified resource.
|
|
650
|
+
*/
|
|
651
|
+
await gapi.client.compute.globalAddresses.testIamPermissions({ project: "project", resource: "resource", });
|
|
652
|
+
|
|
643
653
|
/*
|
|
644
654
|
Deletes the specified GlobalForwardingRule resource.
|
|
645
655
|
*/
|
|
@@ -1120,11 +1130,21 @@ Sets the named ports for the specified instance group.
|
|
|
1120
1130
|
*/
|
|
1121
1131
|
await gapi.client.compute.instanceGroups.setNamedPorts({ instanceGroup: "instanceGroup", project: "project", zone: "zone", });
|
|
1122
1132
|
|
|
1133
|
+
/*
|
|
1134
|
+
Returns permissions that a caller has on the specified resource.
|
|
1135
|
+
*/
|
|
1136
|
+
await gapi.client.compute.instanceGroups.testIamPermissions({ project: "project", resource: "resource", zone: "zone", });
|
|
1137
|
+
|
|
1123
1138
|
/*
|
|
1124
1139
|
Adds an access config to an instance's network interface.
|
|
1125
1140
|
*/
|
|
1126
1141
|
await gapi.client.compute.instances.addAccessConfig({ instance: "instance", networkInterface: "networkInterface", project: "project", zone: "zone", });
|
|
1127
1142
|
|
|
1143
|
+
/*
|
|
1144
|
+
Adds one dynamic network interface to an active instance.
|
|
1145
|
+
*/
|
|
1146
|
+
await gapi.client.compute.instances.addNetworkInterface({ instance: "instance", project: "project", zone: "zone", });
|
|
1147
|
+
|
|
1128
1148
|
/*
|
|
1129
1149
|
Adds existing resource policies to an instance. You can only add one policy right now which will be applied to this instance for scheduling live migrations.
|
|
1130
1150
|
*/
|
|
@@ -1155,6 +1175,11 @@ Deletes an access config from an instance's network interface.
|
|
|
1155
1175
|
*/
|
|
1156
1176
|
await gapi.client.compute.instances.deleteAccessConfig({ accessConfig: "accessConfig", instance: "instance", networkInterface: "networkInterface", project: "project", zone: "zone", });
|
|
1157
1177
|
|
|
1178
|
+
/*
|
|
1179
|
+
Deletes one dynamic network interface from an active instance. InstancesDeleteNetworkInterfaceRequest indicates: - instance from which to delete, using project+zone+resource_id fields; - dynamic network interface to be deleted, using network_interface_name field;
|
|
1180
|
+
*/
|
|
1181
|
+
await gapi.client.compute.instances.deleteNetworkInterface({ instance: "instance", networkInterfaceName: "networkInterfaceName", project: "project", zone: "zone", });
|
|
1182
|
+
|
|
1158
1183
|
/*
|
|
1159
1184
|
Detaches a disk from an instance.
|
|
1160
1185
|
*/
|
|
@@ -2755,6 +2780,11 @@ Sets the named ports for the specified regional instance group.
|
|
|
2755
2780
|
*/
|
|
2756
2781
|
await gapi.client.compute.regionInstanceGroups.setNamedPorts({ instanceGroup: "instanceGroup", project: "project", region: "region", });
|
|
2757
2782
|
|
|
2783
|
+
/*
|
|
2784
|
+
Returns permissions that a caller has on the specified resource.
|
|
2785
|
+
*/
|
|
2786
|
+
await gapi.client.compute.regionInstanceGroups.testIamPermissions({ project: "project", region: "region", resource: "resource", });
|
|
2787
|
+
|
|
2758
2788
|
/*
|
|
2759
2789
|
Creates multiple instances in a given region. Count specifies the number of instances to create.
|
|
2760
2790
|
*/
|
|
@@ -3930,6 +3960,11 @@ Sets the Google Cloud Armor security policy for the specified target instance. F
|
|
|
3930
3960
|
*/
|
|
3931
3961
|
await gapi.client.compute.targetInstances.setSecurityPolicy({ project: "project", targetInstance: "targetInstance", zone: "zone", });
|
|
3932
3962
|
|
|
3963
|
+
/*
|
|
3964
|
+
Returns permissions that a caller has on the specified resource.
|
|
3965
|
+
*/
|
|
3966
|
+
await gapi.client.compute.targetInstances.testIamPermissions({ project: "project", resource: "resource", zone: "zone", });
|
|
3967
|
+
|
|
3933
3968
|
/*
|
|
3934
3969
|
Adds health check URLs to a target pool.
|
|
3935
3970
|
*/
|
|
@@ -3990,6 +4025,11 @@ Sets the Google Cloud Armor security policy for the specified target pool. For m
|
|
|
3990
4025
|
*/
|
|
3991
4026
|
await gapi.client.compute.targetPools.setSecurityPolicy({ project: "project", region: "region", targetPool: "targetPool", });
|
|
3992
4027
|
|
|
4028
|
+
/*
|
|
4029
|
+
Returns permissions that a caller has on the specified resource.
|
|
4030
|
+
*/
|
|
4031
|
+
await gapi.client.compute.targetPools.testIamPermissions({ project: "project", region: "region", resource: "resource", });
|
|
4032
|
+
|
|
3993
4033
|
/*
|
|
3994
4034
|
Deletes the specified TargetSslProxy resource.
|
|
3995
4035
|
*/
|