Class: Google::Cloud::Dataplex::V1::SearchEntriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::SearchEntriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
- #page_token ⇒ ::String
-
#query ⇒ ::String
Required.
-
#scope ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The project to which the request should be attributed in the
following form: projects/{project}/locations/{location}
.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1009 class SearchEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Ordering of the results. Supported options to be added later.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1009 class SearchEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Pagination.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1009 class SearchEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1009 class SearchEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query ⇒ ::String
Returns Required. The query against which entries in scope should be matched.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1009 class SearchEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scope ⇒ ::String
Returns Optional. The scope under which the search should be operating. Should
either be organizations/name
is located.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1009 class SearchEntriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |