Class: Google::Cloud::DataCatalog::V1::SearchCatalogResponse

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

Overview

Response message for SearchCatalog.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Pagination token that can be used in subsequent calls to retrieve the next page of results.

Returns:

  • (::String)

    Pagination token that can be used in subsequent calls to retrieve the next page of results.



147
148
149
150
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 147

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

#results::Array<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>

Returns Search results.

Returns:



147
148
149
150
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 147

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

#total_size::Integer

Returns The approximate total number of entries matched by the query.

Returns:

  • (::Integer)

    The approximate total number of entries matched by the query.



147
148
149
150
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 147

class SearchCatalogResponse
  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.

To get additional information on an error, repeat the search request and restrict it to specific locations by setting the SearchCatalogRequest.scope.restricted_locations parameter.

Returns:

  • (::Array<::String>)

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

    To get additional information on an error, repeat the search request and restrict it to specific locations by setting the SearchCatalogRequest.scope.restricted_locations parameter.



147
148
149
150
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 147

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