@maxim_mazurok/gapi.client.securesourcemanager-v1 0.15.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.
Files changed (2) hide show
  1. package/index.d.ts +12 -10
  2. 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;
@@ -294,7 +294,7 @@ declare namespace gapi.client {
294
294
  nextPageToken?: string;
295
295
  /** A list of operations that matches the specified filter in the request. */
296
296
  operations?: Operation[];
297
- /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
297
+ /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
298
298
  unreachable?: string[];
299
299
  }
300
300
  interface ListPullRequestCommentsResponse {
@@ -916,7 +916,7 @@ declare namespace gapi.client {
916
916
  prettyPrint?: boolean;
917
917
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
918
918
  quotaUser?: string;
919
- /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
919
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
920
920
  returnPartialSuccess?: boolean;
921
921
  /** Upload protocol for media (e.g. "raw", "multipart"). */
922
922
  upload_protocol?: 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. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
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. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
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. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
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, at most 100 pull request comments will be returned. The maximum value is 100; values above 100 will be coerced to 100. */
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. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
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. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
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. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securesourcemanager-v1",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
4
4
  "description": "TypeScript typings for Secure Source Manager API v1",
5
5
  "repository": {
6
6
  "type": "git",