Class: Google::Cloud::Dataform::V1beta1::SearchFilesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::SearchFilesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Configuration containing file search request parameters.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#workspace ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Optional filter for the returned list in filtering format.
Filtering is only currently supported on the path
field.
See https://google.aip.dev/160 for details.
916 917 918 919 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 916 class SearchFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Maximum number of search results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
916 917 918 919 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 916 class SearchFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token received from a previous SearchFilesRequest
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to SearchFilesRequest
,
with the exception of page_size
, must match the call that provided the
page token.
916 917 918 919 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 916 class SearchFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workspace ⇒ ::String
Returns Required. The workspace's name.
916 917 918 919 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 916 class SearchFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |