Class: Google::Cloud::Dataform::V1::SearchResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1/dataform.rb

Overview

Client-facing representation of a search result entry.

Instance Attribute Summary collapse

Instance Attribute Details

#directory::Google::Cloud::Dataform::V1::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.

Returns:

  • (::Google::Cloud::Dataform::V1::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.



935
936
937
938
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 935

class SearchResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#file::Google::Cloud::Dataform::V1::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.

Returns:

  • (::Google::Cloud::Dataform::V1::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.



935
936
937
938
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 935

class SearchResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end