@maxim_mazurok/gapi.client.servicenetworking-v1 0.0.20250312 → 0.0.20250317
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 +3 -3
- 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://servicenetworking.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250317
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -68,7 +68,7 @@ declare namespace gapi.client {
|
|
|
68
68
|
allowSubnetCidrRoutesOverlap?: boolean;
|
|
69
69
|
/** Optional. The IAM permission check determines whether the consumer project has 'servicenetworking.services.use' permission or not. */
|
|
70
70
|
checkServiceNetworkingUsePermission?: boolean;
|
|
71
|
-
/** Optional. Specifies a custom time bucket for
|
|
71
|
+
/** Optional. Specifies a custom time bucket for GCE subnetwork request idempotency. If two equivalent concurrent requests are made, GCE will know to ignore the request if it has already been completed or is in progress. Only requests with matching compute_idempotency_window have guaranteed idempotency. Changing this time window between requests results in undefined behavior. Zero (or empty) value with custom_compute_idempotency_window=true specifies no idempotency (i.e. no request ID is provided to GCE). Maximum value of 14 days (enforced by GCE limit). */
|
|
72
72
|
computeIdempotencyWindow?: string;
|
|
73
73
|
/** Required. A resource that represents the service consumer, such as `projects/123456`. The project number can be different from the value in the consumer network parameter. For example, the network might be part of a Shared VPC network. In those cases, Service Networking validates that this resource belongs to that Shared VPC. */
|
|
74
74
|
consumer?: string;
|
|
@@ -102,7 +102,7 @@ declare namespace gapi.client {
|
|
|
102
102
|
subnetwork?: string;
|
|
103
103
|
/** A list of members that are granted the `roles/servicenetworking.subnetworkAdmin` role on the subnet. */
|
|
104
104
|
subnetworkUsers?: string[];
|
|
105
|
-
/** Optional. Specifies if Service Networking should use a custom time bucket for
|
|
105
|
+
/** Optional. Specifies if Service Networking should use a custom time bucket for GCE idempotency. If false, Service Networking uses a 300 second (5 minute) GCE idempotency window. If true, Service Networking uses a custom idempotency window provided by the user in field compute_idempotency_window. */
|
|
106
106
|
useCustomComputeIdempotencyWindow?: boolean;
|
|
107
107
|
}
|
|
108
108
|
interface Api {
|