@maxim_mazurok/gapi.client.securesourcemanager-v1 0.11.0 → 0.13.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 +5 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -294,6 +294,8 @@ 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. */
298
+ unreachable?: string[];
297
299
  }
298
300
  interface ListPullRequestCommentsResponse {
299
301
  /** A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. */
@@ -914,6 +916,8 @@ declare namespace gapi.client {
914
916
  prettyPrint?: boolean;
915
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. */
916
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. */
920
+ returnPartialSuccess?: boolean;
917
921
  /** Upload protocol for media (e.g. "raw", "multipart"). */
918
922
  upload_protocol?: string;
919
923
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -3058,7 +3062,7 @@ declare namespace gapi.client {
3058
3062
  alt?: string;
3059
3063
  /** JSONP */
3060
3064
  callback?: string;
3061
- /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
3065
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
3062
3066
  extraLocationTypes?: string | string[];
3063
3067
  /** Selector specifying which fields to include in a partial response. */
3064
3068
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securesourcemanager-v1",
3
- "version": "0.11.0",
3
+ "version": "0.13.0",
4
4
  "description": "TypeScript typings for Secure Source Manager API v1",
5
5
  "repository": {
6
6
  "type": "git",