ListOperationsRequest
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-12-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-12-17 UTC."],[],[]]