Reference documentation and code samples for the Google Cloud Retail V2 Client class ListCatalogsResponse.
Response for CatalogService.ListCatalogs method.
Generated from protobuf message google.cloud.retail.v2.ListCatalogsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ catalogs
↳ next_page_token
string
A token that can be sent as ListCatalogsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
getCatalogs
All the customer's Catalog s.
Generated from protobuf field repeated .google.cloud.retail.v2.Catalog catalogs = 1;
Google\Protobuf\Internal\RepeatedField
setCatalogs
All the customer's Catalog s.
Generated from protobuf field repeated .google.cloud.retail.v2.Catalog catalogs = 1;
$this
getNextPageToken
A token that can be sent as ListCatalogsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
A token that can be sent as ListCatalogsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Generated from protobuf field string next_page_token = 2;
var
string
$this