@maxim_mazurok/gapi.client.servicedirectory 1.0.20211110 → 1.0.20220119

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20211110
6
+ // Revision: 20220119
7
7
 
8
8
  gapi.load('client', () => {
9
9
  /** now we can use gapi.client */
package/index.d.ts CHANGED
@@ -10,7 +10,7 @@
10
10
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
11
11
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
12
12
  // Generated from: https://servicedirectory.googleapis.com/$discovery/rest?version=v1
13
- // Revision: 20211110
13
+ // Revision: 20220119
14
14
 
15
15
  /// <reference types="gapi.client" />
16
16
 
@@ -61,6 +61,11 @@ declare namespace gapi.client {
61
61
  annotations?: { [P in string]: string };
62
62
  /** Immutable. The resource name for the endpoint in the format `projects/*‍/locations/*‍/namespaces/*‍/services/*‍/endpoints/*`. */
63
63
  name?: string;
64
+ /**
65
+ * Immutable. The Google Compute Engine network (VPC) of the endpoint in the format `projects//locations/global/networks/*`. The project must be specified by project number (project id
66
+ * is rejected). Incorrectly formatted networks are rejected, we also check to make sure that you have the servicedirectory.networks.attach permission on the project specified.
67
+ */
68
+ network?: string;
64
69
  /** Optional. Service Directory rejects values outside of `[0, 65535]`. */
65
70
  port?: number;
66
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicedirectory",
3
- "version": "1.0.20211110",
3
+ "version": "1.0.20220119",
4
4
  "description": "TypeScript typings for Service Directory API v1",
5
5
  "license": "MIT",
6
6
  "author": {