Class: Google::Cloud::Dataform::V1beta1::QueryWorkflowInvocationActionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::QueryWorkflowInvocationActionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
QueryWorkflowInvocationActions
request message.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The workflow invocation's name.
2288 2289 2290 2291 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 2288 class QueryWorkflowInvocationActionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
2288 2289 2290 2291 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 2288 class QueryWorkflowInvocationActionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token received from a previous
QueryWorkflowInvocationActions
call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
QueryWorkflowInvocationActions
, with the exception of page_size
, must
match the call that provided the page token.
2288 2289 2290 2291 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 2288 class QueryWorkflowInvocationActionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |