Class: Google::Cloud::Dataform::V1beta1::QueryWorkflowInvocationActionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::QueryWorkflowInvocationActionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
QueryWorkflowInvocationActions
response message.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#workflow_invocation_actions ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction>
List of workflow invocation actions.
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.
1969 1970 1971 1972 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1969 class QueryWorkflowInvocationActionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflow_invocation_actions ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction>
Returns List of workflow invocation actions.
1969 1970 1971 1972 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1969 class QueryWorkflowInvocationActionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |