public interface ListTasksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Task filter, null filter matches all Tasks.
|
com.google.protobuf.ByteString |
getFilterBytes()
Task filter, null filter matches all Tasks.
|
int |
getPageSize()
Page size.
|
String |
getPageToken()
Page token.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Page token.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Name of a TaskGroup from which Tasks are being requested.
Pattern:
"projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Name of a TaskGroup from which Tasks are being requested.
Pattern:
"projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFilter()
Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
string filter = 2;int getPageSize()
Page size.
int32 page_size = 3;String getPageToken()
Page token.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
Page token.
string page_token = 4;Copyright © 2025 Google LLC. All rights reserved.