Class: Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsResponse
- 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
-
#catalogs ⇒ ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Catalog>
The
Catalog
s computed from the resource context. -
#next_page_token ⇒ ::String
A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.
Instance Attribute Details
#catalogs ⇒ ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Catalog>
Returns The Catalog
s computed from the resource context.
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.
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 |