@maxim_mazurok/gapi.client.securesourcemanager-v1 0.16.0 → 0.17.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 +10 -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;
|
|
@@ -1054,7 +1054,9 @@ declare namespace gapi.client {
|
|
|
1054
1054
|
key?: string;
|
|
1055
1055
|
/** OAuth 2.0 token for the current user. */
|
|
1056
1056
|
oauth_token?: string;
|
|
1057
|
+
/** 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
1058
|
pageSize?: number;
|
|
1059
|
+
/** Optional. A token identifying a page of results the server should return. */
|
|
1058
1060
|
pageToken?: string;
|
|
1059
1061
|
parent: string;
|
|
1060
1062
|
/** Returns response with indentations and line breaks. */
|
|
@@ -1266,7 +1268,7 @@ declare namespace gapi.client {
|
|
|
1266
1268
|
key?: string;
|
|
1267
1269
|
/** OAuth 2.0 token for the current user. */
|
|
1268
1270
|
oauth_token?: string;
|
|
1269
|
-
/** Optional. Requested page size.
|
|
1271
|
+
/** 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
1272
|
pageSize?: number;
|
|
1271
1273
|
/** Optional. A token identifying a page of results the server should return. */
|
|
1272
1274
|
pageToken?: string;
|
|
@@ -1473,7 +1475,7 @@ declare namespace gapi.client {
|
|
|
1473
1475
|
key?: string;
|
|
1474
1476
|
/** OAuth 2.0 token for the current user. */
|
|
1475
1477
|
oauth_token?: string;
|
|
1476
|
-
/** Optional. Requested page size.
|
|
1478
|
+
/** 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
1479
|
pageSize?: number;
|
|
1478
1480
|
/** Optional. A token identifying a page of results the server should return. */
|
|
1479
1481
|
pageToken?: string;
|
|
@@ -1742,7 +1744,7 @@ declare namespace gapi.client {
|
|
|
1742
1744
|
key?: string;
|
|
1743
1745
|
/** OAuth 2.0 token for the current user. */
|
|
1744
1746
|
oauth_token?: string;
|
|
1745
|
-
/** Optional. Requested page size.
|
|
1747
|
+
/** 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
1748
|
pageSize?: number;
|
|
1747
1749
|
/** Optional. A token identifying a page of results the server should return. */
|
|
1748
1750
|
pageToken?: string;
|
|
@@ -2066,7 +2068,7 @@ declare namespace gapi.client {
|
|
|
2066
2068
|
key?: string;
|
|
2067
2069
|
/** OAuth 2.0 token for the current user. */
|
|
2068
2070
|
oauth_token?: string;
|
|
2069
|
-
/** Optional. Requested page size. If unspecified,
|
|
2071
|
+
/** 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
2072
|
pageSize?: number;
|
|
2071
2073
|
/** Optional. A token identifying a page of results the server should return. */
|
|
2072
2074
|
pageToken?: string;
|
|
@@ -2420,7 +2422,7 @@ declare namespace gapi.client {
|
|
|
2420
2422
|
key?: string;
|
|
2421
2423
|
/** OAuth 2.0 token for the current user. */
|
|
2422
2424
|
oauth_token?: string;
|
|
2423
|
-
/** Optional. Requested page size.
|
|
2425
|
+
/** 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
2426
|
pageSize?: number;
|
|
2425
2427
|
/** Optional. A token identifying a page of results the server should return. */
|
|
2426
2428
|
pageToken?: string;
|
|
@@ -2453,7 +2455,7 @@ declare namespace gapi.client {
|
|
|
2453
2455
|
name: string;
|
|
2454
2456
|
/** OAuth 2.0 token for the current user. */
|
|
2455
2457
|
oauth_token?: string;
|
|
2456
|
-
/** Optional. Requested page size.
|
|
2458
|
+
/** 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
2459
|
pageSize?: number;
|
|
2458
2460
|
/** Optional. A token identifying a page of results the server should return. */
|
|
2459
2461
|
pageToken?: string;
|
|
@@ -2878,7 +2880,7 @@ declare namespace gapi.client {
|
|
|
2878
2880
|
key?: string;
|
|
2879
2881
|
/** OAuth 2.0 token for the current user. */
|
|
2880
2882
|
oauth_token?: string;
|
|
2881
|
-
/** Optional. Requested page size.
|
|
2883
|
+
/** 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
2884
|
pageSize?: number;
|
|
2883
2885
|
/** A token identifying a page of results the server should return. */
|
|
2884
2886
|
pageToken?: string;
|