Class: Google::Cloud::Dataplex::V1::SearchEntriesResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Pagination token.

Returns:

  • (::String)

    Pagination token.



1056
1057
1058
1059
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1056

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

#results::Array<::Google::Cloud::Dataplex::V1::SearchEntriesResult>

Returns The results matching the search query.

Returns:



1056
1057
1058
1059
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1056

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

#total_size::Integer

Returns The estimated total number of matching entries. Not guaranteed to be accurate.

Returns:

  • (::Integer)

    The estimated total number of matching entries. Not guaranteed to be accurate.



1056
1057
1058
1059
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1056

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

#unreachable::Array<::String>

Returns Unreachable locations. Search results don't include data from those locations.

Returns:

  • (::Array<::String>)

    Unreachable locations. Search results don't include data from those locations.



1056
1057
1058
1059
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1056

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