Reference documentation and code samples for the Google Cloud Private Catalog V1beta1 Client class SearchCatalogsResponse.
Response message for PrivateCatalog.SearchCatalogs.
Generated from protobuf message google.cloud.privatecatalog.v1beta1.SearchCatalogsResponse
Namespace
Google \ Cloud \ PrivateCatalog \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ catalogs |
array<Google\Cloud\PrivateCatalog\V1beta1\Catalog>
The |
↳ next_page_token |
string
A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue. |
getCatalogs
The Catalog
s computed from the resource context.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCatalogs
The Catalog
s computed from the resource context.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\PrivateCatalog\V1beta1\Catalog>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |