Class: Google::Cloud::Dataform::V1beta1::SearchResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::SearchResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Client-facing representation of a search result entry.
Instance Attribute Summary collapse
-
#directory ⇒ ::Google::Cloud::Dataform::V1beta1::DirectorySearchResult
Details when search result is a directory.
-
#file ⇒ ::Google::Cloud::Dataform::V1beta1::FileSearchResult
Details when search result is a file.
Instance Attribute Details
#directory ⇒ ::Google::Cloud::Dataform::V1beta1::DirectorySearchResult
Returns Details when search result is a directory.
Note: The following fields are mutually exclusive: directory
, file
. If a field in that set is populated, all other fields in the set will automatically be cleared.
945 946 947 948 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 945 class SearchResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file ⇒ ::Google::Cloud::Dataform::V1beta1::FileSearchResult
Returns Details when search result is a file.
Note: The following fields are mutually exclusive: file
, directory
. If a field in that set is populated, all other fields in the set will automatically be cleared.
945 946 947 948 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 945 class SearchResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |