@maxim_mazurok/gapi.client.securesourcemanager-v1 0.15.0 → 0.16.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 +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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;
|