Google Cloud Private Catalog V1beta1 Client - Class SearchCatalogsResponse (0.4.0)

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 \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ catalogs array<Google\Cloud\PrivateCatalog\V1beta1\Catalog>

The Catalogs 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.

getCatalogs

The Catalogs computed from the resource context.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCatalogs

The Catalogs computed from the resource context.

Parameter
NameDescription
var array<Google\Cloud\PrivateCatalog\V1beta1\Catalog>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this