Reference documentation and code samples for the Workflows Executions V1beta API class Google::Cloud::Workflows::Executions::V1beta::ListExecutionsRequest.
Request for the ListExecutions method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 10000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 10000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it.
- (::Integer) — Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 10000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it.
#page_token
def page_token() -> ::String
-
(::String) — A page token, received from a previous
ListExecutions
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListExecutions
must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — A page token, received from a previous
ListExecutions
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListExecutions
must match the call that provided the page token.
-
(::String) — A page token, received from a previous
ListExecutions
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListExecutions
must match the call that provided the page token.
#parent
def parent() -> ::String
- (::String) — Required. Name of the workflow for which the executions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}
#parent=
def parent=(value) -> ::String
- value (::String) — Required. Name of the workflow for which the executions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}
- (::String) — Required. Name of the workflow for which the executions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}
#view
def view() -> ::Google::Cloud::Workflows::Executions::V1beta::ExecutionView
- (::Google::Cloud::Workflows::Executions::V1beta::ExecutionView) — Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
#view=
def view=(value) -> ::Google::Cloud::Workflows::Executions::V1beta::ExecutionView
- value (::Google::Cloud::Workflows::Executions::V1beta::ExecutionView) — Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
- (::Google::Cloud::Workflows::Executions::V1beta::ExecutionView) — Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.