Class: Google::Cloud::Dataform::V1beta1::ListWorkflowConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::ListWorkflowConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
ListWorkflowConfigs
response message.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations which could not be reached.
-
#workflow_configs ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::WorkflowConfig>
List of workflow configs.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
1684 1685 1686 1687 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1684 class ListWorkflowConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations which could not be reached.
1684 1685 1686 1687 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1684 class ListWorkflowConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflow_configs ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::WorkflowConfig>
Returns List of workflow configs.
1684 1685 1686 1687 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1684 class ListWorkflowConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |