Reference documentation and code samples for the Workflows V1beta API class Google::Cloud::Workflows::V1beta::ListWorkflowsResponse.
Response for the ListWorkflows method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unreachable resources.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unreachable resources.
Returns
- (::Array<::String>) — Unreachable resources.
#workflows
def workflows() -> ::Array<::Google::Cloud::Workflows::V1beta::Workflow>
Returns
- (::Array<::Google::Cloud::Workflows::V1beta::Workflow>) — The workflows which match the request.
#workflows=
def workflows=(value) -> ::Array<::Google::Cloud::Workflows::V1beta::Workflow>
Parameter
- value (::Array<::Google::Cloud::Workflows::V1beta::Workflow>) — The workflows which match the request.
Returns
- (::Array<::Google::Cloud::Workflows::V1beta::Workflow>) — The workflows which match the request.