Reference documentation and code samples for the Private Catalog V1beta1 API class Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsResponse.
Response message for PrivateCatalog.SearchCatalogs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#catalogs
def catalogs() -> ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Catalog>
Returns
-
(::Array<::Google::Cloud::PrivateCatalog::V1beta1::Catalog>) — The
Catalog
s computed from the resource context.
#catalogs=
def catalogs=(value) -> ::Array<::Google::Cloud::PrivateCatalog::V1beta1::Catalog>
Parameter
-
value (::Array<::Google::Cloud::PrivateCatalog::V1beta1::Catalog>) — The
Catalog
s computed from the resource context.
Returns
-
(::Array<::Google::Cloud::PrivateCatalog::V1beta1::Catalog>) — The
Catalog
s computed from the resource context.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.