Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::ListTasksRequest.
ListTasks Request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
Returns
- (::String) — Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Page size.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Page size.
Returns
- (::Integer) — Page size.
#page_token
def page_token() -> ::String
Returns
- (::String) — Page token.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Page token.
Returns
- (::String) — Page token.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Name of a TaskGroup from which Tasks are being requested. Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Name of a TaskGroup from which Tasks are being requested. Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
Returns
- (::String) — Required. Name of a TaskGroup from which Tasks are being requested. Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"