@maxim_mazurok/gapi.client.servicedirectory 1.0.20220330 → 1.0.20220407

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: 20220330
6
+ // Revision: 20220407
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: 20220330
13
+ // Revision: 20220407
14
14
 
15
15
  /// <reference types="gapi.client" />
16
16
 
@@ -28,8 +28,8 @@ declare namespace gapi.client {
28
28
  */
29
29
  condition?: Expr;
30
30
  /**
31
- * Specifies the principals requesting access for a Cloud Platform resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is
32
- * on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service
31
+ * Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on
32
+ * the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service
33
33
  * account. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that
34
34
  * represents a service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `group:{emailid}`: An email address that represents a Google group. For example,
35
35
  * `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example,
@@ -202,14 +202,14 @@ declare namespace gapi.client {
202
202
  }
203
203
  interface SetIamPolicyRequest {
204
204
  /**
205
- * REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Cloud Platform
205
+ * REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud
206
206
  * services (such as Projects) might reject them.
207
207
  */
208
208
  policy?: Policy;
209
209
  }
210
210
  interface TestIamPermissionsRequest {
211
211
  /**
212
- * The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see [IAM
212
+ * The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM
213
213
  * Overview](https://cloud.google.com/iam/docs/overview#permissions).
214
214
  */
215
215
  permissions?: string[];
@@ -1176,7 +1176,7 @@ declare namespace gapi.client {
1176
1176
  /** Selector specifying which fields to include in a partial response. */
1177
1177
  fields?: string;
1178
1178
  /**
1179
- * A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in
1179
+ * A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in
1180
1180
  * [AIP-160](https://google.aip.dev/160).
1181
1181
  */
1182
1182
  filter?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicedirectory",
3
- "version": "1.0.20220330",
3
+ "version": "1.0.20220407",
4
4
  "description": "TypeScript typings for Service Directory API v1",
5
5
  "license": "MIT",
6
6
  "author": {