@maxim_mazurok/gapi.client.servicedirectory 1.0.20211027 → 1.0.20220111

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: 20211027
6
+ // Revision: 20220111
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: 20211027
13
+ // Revision: 20220111
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
  }
@@ -80,9 +85,11 @@ declare namespace gapi.client {
80
85
  }
81
86
  interface GetPolicyOptions {
82
87
  /**
83
- * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional
84
- * bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their
85
- * IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
88
+ * Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for
89
+ * policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in
90
+ * the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role
91
+ * bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM
92
+ * documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
86
93
  */
87
94
  requestedPolicyVersion?: number;
88
95
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicedirectory",
3
- "version": "1.0.20211027",
3
+ "version": "1.0.20220111",
4
4
  "description": "TypeScript typings for Service Directory API v1",
5
5
  "license": "MIT",
6
6
  "author": {