Reference documentation and code samples for the Google Cloud Batch V1 Client class ListTasksRequest.
ListTasks Request.
Generated from protobuf message google.cloud.batch.v1.ListTasksRequest
Methods
build
parent
string
Required. Name of a TaskGroup from which Tasks are being requested. Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}" Please see {@see \Google\Cloud\Batch\V1\BatchServiceClient::taskGroupName()} for help formatting this field.
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Name of a TaskGroup from which Tasks are being requested. Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
↳ filter
string
Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
↳ page_size
int
Page size.
↳ page_token
string
Page token.
getParent
Required. Name of a TaskGroup from which Tasks are being requested.
Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
string
setParent
Required. Name of a TaskGroup from which Tasks are being requested.
Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
var
string
$this
getFilter
Task filter, null filter matches all Tasks.
Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
string
setFilter
Task filter, null filter matches all Tasks.
Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
var
string
$this
getPageSize
Page size.
int
setPageSize
Page size.
var
int
$this
getPageToken
Page token.
string
setPageToken
Page token.
var
string
$this