@maxim_mazurok/gapi.client.securesourcemanager-v1 0.8.0 → 0.9.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 +0 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -294,8 +294,6 @@ 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[];
|
|
299
297
|
}
|
|
300
298
|
interface ListPullRequestCommentsResponse {
|
|
301
299
|
/** A token to set as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
@@ -916,8 +914,6 @@ declare namespace gapi.client {
|
|
|
916
914
|
prettyPrint?: boolean;
|
|
917
915
|
/** 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
916
|
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;
|
|
921
917
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
922
918
|
upload_protocol?: string;
|
|
923
919
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|