@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20250806 → 0.0.20250813

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 +6 -6
  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://networkmanagement.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250806
12
+ // Revision: 20250813
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -205,7 +205,7 @@ declare namespace gapi.client {
205
205
  cloudRunRevision?: CloudRunRevisionEndpoint;
206
206
  /** A [Cloud SQL](https://cloud.google.com/sql) instance URI. */
207
207
  cloudSqlInstance?: string;
208
- /** A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Applicable only to destination endpoint. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id} */
208
+ /** A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Applicable only to destination endpoint. Format: `projects/{project}/global/forwardingRules/{id}` or `projects/{project}/regions/{region}/forwardingRules/{id}` */
209
209
  forwardingRule?: string;
210
210
  /** Output only. Specifies the type of the target of the forwarding rule. */
211
211
  forwardingRuleTarget?: string;
@@ -1258,7 +1258,7 @@ declare namespace gapi.client {
1258
1258
  alt?: string;
1259
1259
  /** JSONP */
1260
1260
  callback?: string;
1261
- /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
1261
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
1262
1262
  extraLocationTypes?: string | string[];
1263
1263
  /** Selector specifying which fields to include in a partial response. */
1264
1264
  fields?: string;
@@ -2085,7 +2085,7 @@ declare namespace gapi.client {
2085
2085
  fields?: string;
2086
2086
  /** 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. */
2087
2087
  key?: string;
2088
- /** Required. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider} */
2088
+ /** Required. Name of the resource. Format: `projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}` */
2089
2089
  name: string;
2090
2090
  /** OAuth 2.0 token for the current user. */
2091
2091
  oauth_token?: string;
@@ -2118,7 +2118,7 @@ declare namespace gapi.client {
2118
2118
  pageSize?: number;
2119
2119
  /** Optional. A page token, received from a previous `ListMonitoringPoints` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMonitoringPoints` must match the call that provided the page token. */
2120
2120
  pageToken?: string;
2121
- /** Required. Parent value for ListNetworkMonitoringProvidersRequest. Format: projects/{project}/locations/{location} */
2121
+ /** Required. Parent value for ListNetworkMonitoringProvidersRequest. Format: `projects/{project}/locations/{location}` */
2122
2122
  parent: string;
2123
2123
  /** Returns response with indentations and line breaks. */
2124
2124
  prettyPrint?: boolean;
@@ -2386,7 +2386,7 @@ declare namespace gapi.client {
2386
2386
  alt?: string;
2387
2387
  /** JSONP */
2388
2388
  callback?: string;
2389
- /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
2389
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
2390
2390
  extraLocationTypes?: string | string[];
2391
2391
  /** Selector specifying which fields to include in a partial response. */
2392
2392
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networkmanagement-v1",
3
- "version": "0.0.20250806",
3
+ "version": "0.0.20250813",
4
4
  "description": "TypeScript typings for Network Management API v1",
5
5
  "repository": {
6
6
  "type": "git",