Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::SearchResult (v0.11.0)

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
Returns

#directory=

def directory=(value) -> ::Google::Cloud::Dataform::V1beta1::DirectorySearchResult
Parameter
Returns

#file

def file() -> ::Google::Cloud::Dataform::V1beta1::FileSearchResult
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.