@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20240410 → 0.0.20240424
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 +4 -4
- 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:
|
|
12
|
+
// Revision: 20240424
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -128,7 +128,7 @@ declare namespace gapi.client {
|
|
|
128
128
|
displayName?: string;
|
|
129
129
|
/** Resource labels to represent user-provided metadata. */
|
|
130
130
|
labels?: {[P in string]: string};
|
|
131
|
-
/**
|
|
131
|
+
/** Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
132
132
|
name?: string;
|
|
133
133
|
/** Output only. The probing details of this test from the latest run, present for applicable tests only. The details are updated when creating a new test, updating an existing test, or triggering a one-time rerun of an existing test. */
|
|
134
134
|
probingDetails?: ProbingDetails;
|
|
@@ -888,7 +888,7 @@ declare namespace gapi.client {
|
|
|
888
888
|
fields?: string;
|
|
889
889
|
/** 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. */
|
|
890
890
|
key?: string;
|
|
891
|
-
/**
|
|
891
|
+
/** Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
892
892
|
name: string;
|
|
893
893
|
/** OAuth 2.0 token for the current user. */
|
|
894
894
|
oauth_token?: string;
|
|
@@ -919,7 +919,7 @@ declare namespace gapi.client {
|
|
|
919
919
|
fields?: string;
|
|
920
920
|
/** 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. */
|
|
921
921
|
key?: string;
|
|
922
|
-
/**
|
|
922
|
+
/** Identifier. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */
|
|
923
923
|
name: string;
|
|
924
924
|
/** OAuth 2.0 token for the current user. */
|
|
925
925
|
oauth_token?: string;
|