Class: Google::Cloud::Dataform::V1::ListWorkflowConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::ListWorkflowConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
ListWorkflowConfigs
request message.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Optional. Maximum number of workflow configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
2052 2053 2054 2055 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2052 class ListWorkflowConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token received from a previous ListWorkflowConfigs
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListWorkflowConfigs
,
with the exception of page_size
, must match the call that provided the
page token.
2052 2053 2054 2055 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2052 class ListWorkflowConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The repository in which to list workflow configs. Must be in the
format projects/*/locations/*/repositories/*
.
2052 2053 2054 2055 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 2052 class ListWorkflowConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |