Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::ListTasksRequest.
Request message for retrieving a list of Tasks.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Maximum number of Tasks to return in this call.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum number of Tasks to return in this call.
Returns
- (::Integer) — Maximum number of Tasks to return in this call.
#page_token
def page_token() -> ::String
Returns
- (::String) — A page token received from a previous call to ListTasks. All other parameters must match.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — A page token received from a previous call to ListTasks. All other parameters must match.
Returns
- (::String) — A page token received from a previous call to ListTasks. All other parameters must match.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}
Returns
- (::String) — Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}
#show_deleted
def show_deleted() -> ::Boolean
Returns
- (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.
#show_deleted=
def show_deleted=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.
Returns
- (::Boolean) — If true, returns deleted (but unexpired) resources along with active ones.