Class: Google::Cloud::Dataform::V1beta1::ListWorkflowInvocationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::ListWorkflowInvocationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
ListWorkflowInvocations
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_invocations ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::WorkflowInvocation>
List of workflow invocations.
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.
1827 1828 1829 1830 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1827 class ListWorkflowInvocationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations which could not be reached.
1827 1828 1829 1830 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1827 class ListWorkflowInvocationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflow_invocations ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::WorkflowInvocation>
Returns List of workflow invocations.
1827 1828 1829 1830 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1827 class ListWorkflowInvocationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |