Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::ListExecutionsRequest.
Request message for retrieving a list of Executions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Maximum number of Executions to return in this call.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum number of Executions to return in this call.
Returns
- (::Integer) — Maximum number of Executions to return in this call.
#page_token
def page_token() -> ::String
Returns
- (::String) — A page token received from a previous call to ListExecutions. All other parameters must match.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — A page token received from a previous call to ListExecutions. All other parameters must match.
Returns
- (::String) — A page token received from a previous call to ListExecutions. All other parameters must match.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The Execution from which the Executions should be listed. To list all Executions across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The Execution from which the Executions should be listed. To list all Executions across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
Returns
- (::String) — Required. The Execution from which the Executions should be listed. To list all Executions across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
#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.