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_tokento 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
1344 1345 1346 1347 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1344 class QueryWorkflowInvocationActionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workflow_invocation_actions ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::WorkflowInvocationAction>
1344 1345 1346 1347 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1344 class QueryWorkflowInvocationActionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |