@maxim_mazurok/gapi.client.securesourcemanager-v1 0.16.0 → 0.18.0
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 +12 -8
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -208,7 +208,7 @@ declare namespace gapi.client {
|
|
|
208
208
|
hostConfig?: HostConfig;
|
|
209
209
|
/** Optional. Immutable. Customer-managed encryption key name, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*. */
|
|
210
210
|
kmsKey?: string;
|
|
211
|
-
/** Optional. Labels as key value pairs. */
|
|
211
|
+
/** Optional. Labels as key value pairs. Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. For more information, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/best-practices-labels#label_encoding). */
|
|
212
212
|
labels?: {[P in string]: string};
|
|
213
213
|
/** Optional. A unique identifier for an instance. The name should be of the format: `projects/{project_number}/locations/{location_id}/instances/{instance_id}` `project_number`: Maps to a unique int64 id assigned to each project. `location_id`: Refers to the region where the instance will be deployed. Since Secure Source Manager is a regional service, it must be one of the valid GCP regions. `instance_id`: User provided name for the instance, must be unique for a project_number and location_id combination. */
|
|
214
214
|
name?: string;
|
|
@@ -606,6 +606,8 @@ declare namespace gapi.client {
|
|
|
606
606
|
callback?: string;
|
|
607
607
|
/** Selector specifying which fields to include in a partial response. */
|
|
608
608
|
fields?: string;
|
|
609
|
+
/** Optional. If set to true, will force the deletion of the instance. */
|
|
610
|
+
force?: boolean;
|
|
609
611
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
610
612
|
key?: string;
|
|
611
613
|
/** Required. Name of the resource. */
|
|
@@ -1054,7 +1056,9 @@ declare namespace gapi.client {
|
|
|
1054
1056
|
key?: string;
|
|
1055
1057
|
/** OAuth 2.0 token for the current user. */
|
|
1056
1058
|
oauth_token?: string;
|
|
1059
|
+
/** Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
1057
1060
|
pageSize?: number;
|
|
1061
|
+
/** Optional. A token identifying a page of results the server should return. */
|
|
1058
1062
|
pageToken?: string;
|
|
1059
1063
|
parent: string;
|
|
1060
1064
|
/** Returns response with indentations and line breaks. */
|
|
@@ -1266,7 +1270,7 @@ declare namespace gapi.client {
|
|
|
1266
1270
|
key?: string;
|
|
1267
1271
|
/** OAuth 2.0 token for the current user. */
|
|
1268
1272
|
oauth_token?: string;
|
|
1269
|
-
/** Optional. Requested page size.
|
|
1273
|
+
/** Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
1270
1274
|
pageSize?: number;
|
|
1271
1275
|
/** Optional. A token identifying a page of results the server should return. */
|
|
1272
1276
|
pageToken?: string;
|
|
@@ -1473,7 +1477,7 @@ declare namespace gapi.client {
|
|
|
1473
1477
|
key?: string;
|
|
1474
1478
|
/** OAuth 2.0 token for the current user. */
|
|
1475
1479
|
oauth_token?: string;
|
|
1476
|
-
/** Optional. Requested page size.
|
|
1480
|
+
/** Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
1477
1481
|
pageSize?: number;
|
|
1478
1482
|
/** Optional. A token identifying a page of results the server should return. */
|
|
1479
1483
|
pageToken?: string;
|
|
@@ -1742,7 +1746,7 @@ declare namespace gapi.client {
|
|
|
1742
1746
|
key?: string;
|
|
1743
1747
|
/** OAuth 2.0 token for the current user. */
|
|
1744
1748
|
oauth_token?: string;
|
|
1745
|
-
/** Optional. Requested page size.
|
|
1749
|
+
/** Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
1746
1750
|
pageSize?: number;
|
|
1747
1751
|
/** Optional. A token identifying a page of results the server should return. */
|
|
1748
1752
|
pageToken?: string;
|
|
@@ -2066,7 +2070,7 @@ declare namespace gapi.client {
|
|
|
2066
2070
|
key?: string;
|
|
2067
2071
|
/** OAuth 2.0 token for the current user. */
|
|
2068
2072
|
oauth_token?: string;
|
|
2069
|
-
/** Optional. Requested page size. If unspecified,
|
|
2073
|
+
/** Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
2070
2074
|
pageSize?: number;
|
|
2071
2075
|
/** Optional. A token identifying a page of results the server should return. */
|
|
2072
2076
|
pageToken?: string;
|
|
@@ -2420,7 +2424,7 @@ declare namespace gapi.client {
|
|
|
2420
2424
|
key?: string;
|
|
2421
2425
|
/** OAuth 2.0 token for the current user. */
|
|
2422
2426
|
oauth_token?: string;
|
|
2423
|
-
/** Optional. Requested page size.
|
|
2427
|
+
/** Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
2424
2428
|
pageSize?: number;
|
|
2425
2429
|
/** Optional. A token identifying a page of results the server should return. */
|
|
2426
2430
|
pageToken?: string;
|
|
@@ -2453,7 +2457,7 @@ declare namespace gapi.client {
|
|
|
2453
2457
|
name: string;
|
|
2454
2458
|
/** OAuth 2.0 token for the current user. */
|
|
2455
2459
|
oauth_token?: string;
|
|
2456
|
-
/** Optional. Requested page size.
|
|
2460
|
+
/** Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
2457
2461
|
pageSize?: number;
|
|
2458
2462
|
/** Optional. A token identifying a page of results the server should return. */
|
|
2459
2463
|
pageToken?: string;
|
|
@@ -2878,7 +2882,7 @@ declare namespace gapi.client {
|
|
|
2878
2882
|
key?: string;
|
|
2879
2883
|
/** OAuth 2.0 token for the current user. */
|
|
2880
2884
|
oauth_token?: string;
|
|
2881
|
-
/** Optional. Requested page size.
|
|
2885
|
+
/** Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
2882
2886
|
pageSize?: number;
|
|
2883
2887
|
/** A token identifying a page of results the server should return. */
|
|
2884
2888
|
pageToken?: string;
|