Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::SearchResult.
Client-facing representation of a search result entry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#directory
def directory() -> ::Google::Cloud::Dataform::V1beta1::DirectorySearchResult
-
(::Google::Cloud::Dataform::V1beta1::DirectorySearchResult) — 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.
#directory=
def directory=(value) -> ::Google::Cloud::Dataform::V1beta1::DirectorySearchResult
-
value (::Google::Cloud::Dataform::V1beta1::DirectorySearchResult) — 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.
-
(::Google::Cloud::Dataform::V1beta1::DirectorySearchResult) — 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.
#file
def file() -> ::Google::Cloud::Dataform::V1beta1::FileSearchResult
-
(::Google::Cloud::Dataform::V1beta1::FileSearchResult) — 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.
#file=
def file=(value) -> ::Google::Cloud::Dataform::V1beta1::FileSearchResult
-
value (::Google::Cloud::Dataform::V1beta1::FileSearchResult) — 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.
-
(::Google::Cloud::Dataform::V1beta1::FileSearchResult) — 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.