@maxim_mazurok/gapi.client.servicenetworking-v1 0.0.20250311 → 0.0.20250316

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 +4 -4
  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://servicenetworking.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250311
12
+ // Revision: 20250316
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 Arcus subnetwork request idempotency. If two equivalent concurrent requests are made, Arcus 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 Arcus). Maximum value of 14 days (enforced by Arcus limit). For more information on how to use, see: go/revisit-sn-idempotency-window */
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 Arcus idempotency. If false, Service Networking uses a 300 second (5 minute) Arcus idempotency window. If true, Service Networking uses a custom idempotency window provided by the user in field compute_idempotency_window. For more information on how to use, see: go/revisit-sn-idempotency-window */
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 {
@@ -548,7 +548,7 @@ declare namespace gapi.client {
548
548
  interface JavaSettings {
549
549
  /** Some settings. */
550
550
  common?: CommonLanguageSettings;
551
- /** The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: java_settings: library_package: com.google.cloud.pubsub.v1 */
551
+ /** The package name to use in Java. Clobbers the java_package option set in the protobuf. This should be used **only** by APIs who have already set the language_settings.java.package_name" field in gapic.yaml. API teams should use the protobuf java_package option where possible. Example of a YAML configuration:: publishing: library_settings: java_settings: library_package: com.google.cloud.pubsub.v1 */
552
552
  libraryPackage?: string;
553
553
  /** Configure the Java class name to use instead of the service's for its corresponding generated GAPIC client. Keys are fully-qualified service names as they appear in the protobuf (including the full the language_settings.java.interface_names" field in gapic.yaml. API teams should otherwise use the service name as it appears in the protobuf. Example of a YAML configuration:: publishing: java_settings: service_class_names: - google.pubsub.v1.Publisher: TopicAdmin - google.pubsub.v1.Subscriber: SubscriptionAdmin */
554
554
  serviceClassNames?: {[P in string]: string};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicenetworking-v1",
3
- "version": "0.0.20250311",
3
+ "version": "0.0.20250316",
4
4
  "description": "TypeScript typings for Service Networking API v1",
5
5
  "repository": {
6
6
  "type": "git",