Class: Google::Cloud::DataCatalog::V1beta1::SearchCatalogResponse

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

Overview

Response message for SearchCatalog.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns The token that can be used to retrieve the next page of results.

Returns:

  • (::String)

    The token that can be used to retrieve the next page of results.



150
151
152
153
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 150

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

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

Returns Search results.

Returns:



150
151
152
153
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 150

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.



150
151
152
153
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 150

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

#unreachable::Array<::String>

Returns Unreachable locations. Search result does not include data from those locations. Users can get additional information on the error by repeating the search request with a more restrictive parameter -- setting the value for SearchDataCatalogRequest.scope.restricted_locations.

Returns:

  • (::Array<::String>)

    Unreachable locations. Search result does not include data from those locations. Users can get additional information on the error by repeating the search request with a more restrictive parameter -- setting the value for SearchDataCatalogRequest.scope.restricted_locations.



150
151
152
153
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 150

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