ListOperationsRequest

The request message for Operations.ListOperations.

JSON representation
{
  "name": string,
  "filter": string,
  "pageSize": integer,
  "pageToken": string
}
Fields
name

string

The name of the operation's parent resource.

filter

string

An expression for filtering the results of the request.

  • operation_id - for = or !=.
  • done - for = or !=.
  • worksOn - for = or !=.

Some examples of using the filter are:

  • done=true --> The operation has finished running.
  • worksOn = projects/my-project/locations/us-central1/datasets/5 --> The operation works on a dataset with ID 5.
  • worksOn = projects/my-project/locations/us-central1/models/15 --> The operation works on a model with ID 15.
pageSize

integer

The standard list page size.

pageToken

string

The standard list page token.