@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.
- package/index.d.ts +5 -5
- package/package.json +1 -1
- 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:
|
|
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
|
-
*
|
|
338
|
-
* `
|
|
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
|
-
*
|
|
527
|
-
* `
|
|
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
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:
|
|
6
|
+
// Revision: 20221114
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|