Class: Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsResponse

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

Overview

Response message for PrivateCatalog.SearchCatalogs.

Instance Attribute Summary collapse

Instance Attribute Details

#catalogs::Array<::Google::Cloud::PrivateCatalog::V1beta1::Catalog>

Returns The Catalogs computed from the resource context.

Returns:



57
58
59
60
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 57

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

#next_page_token::String

Returns A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.

Returns:

  • (::String)

    A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.



57
58
59
60
# File 'proto_docs/google/cloud/privatecatalog/v1beta1/private_catalog.rb', line 57

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