ProjectsLocationsOperationsListOptions
import type { ProjectsLocationsOperationsListOptions } from "https://googleapis.deno.dev/v1/run:v2.ts";Additional options for Run#projectsLocationsOperationsList.
§Properties
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.
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. .
Token identifying which result to start with, which is returned by a previous list call.
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.