@maxim_mazurok/gapi.client.cloudasset-v1beta1 0.0.20221021 → 0.0.20221114

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 (3) hide show
  1. package/index.d.ts +5 -5
  2. package/package.json +1 -1
  3. package/tests.ts +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://cloudasset.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20221021
12
+ // Revision: 20221114
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -334,8 +334,8 @@ declare namespace gapi.client {
334
334
  /** Description of the `AccessLevel` and its use. Does not affect behavior. */
335
335
  description?: string;
336
336
  /**
337
- * Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format:
338
- * `accessPolicies/{access_policy}/accessLevels/{access_level}`. The maximum length of the `access_level` component is 50 characters.
337
+ * Resource name for the `AccessLevel`. Format: `accessPolicies/{access_policy}/accessLevels/{access_level}`. The `access_level` component must begin with a letter, followed by
338
+ * alphanumeric characters or `_`. Its maximum length is 50 characters. After you create an `AccessLevel`, you cannot change its `name`.
339
339
  */
340
340
  name?: string;
341
341
  /** Human readable title. Must be unique within the Policy. */
@@ -523,8 +523,8 @@ declare namespace gapi.client {
523
523
  /** Description of the `ServicePerimeter` and its use. Does not affect behavior. */
524
524
  description?: string;
525
525
  /**
526
- * Required. Resource name for the ServicePerimeter. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format:
527
- * `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`
526
+ * Resource name for the `ServicePerimeter`. Format: `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter` component must begin with a letter,
527
+ * followed by alphanumeric characters or `_`. After you create a `ServicePerimeter`, you cannot change its `name`.
528
528
  */
529
529
  name?: string;
530
530
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.cloudasset-v1beta1",
3
- "version": "0.0.20221021",
3
+ "version": "0.0.20221114",
4
4
  "description": "TypeScript typings for Cloud Asset API v1beta1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -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: 20221021
6
+ // Revision: 20221114
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */