v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1329141233.4 KB
projects

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

get/v2/{+name}/operations

Path parameters

namestring required

Required. To query for all of the operations for a project.

Query parameters

filterstring

Optional. A filter for matching the completed or in-progress operations. The supported formats of filter are: To query for only completed operations: done:true To query for only ongoing operations: done:false Must be empty to query for all of the latest operations for the given parent project.

pageSizeinteger

The maximum number of records that should be returned. Requested page size cannot exceed 100. If not set or set to less than or equal to 0, the default page size is 100. .

pageTokenstring

Token identifying which result to start with, which is returned by a previous list call.

returnPartialSuccessboolean

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.

Response

Successful response