Google Cloud Private Catalog V1beta1 Client - Class SearchVersionsResponse (0.6.3)

Reference documentation and code samples for the Google Cloud Private Catalog V1beta1 Client class SearchVersionsResponse.

Response message for PrivateCatalog.SearchVersions.

Generated from protobuf message google.cloud.privatecatalog.v1beta1.SearchVersionsResponse

Namespace

Google \ Cloud \ PrivateCatalog \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ versions array<Version>

The Version resources computed from the resource context.

↳ next_page_token string

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

getVersions

The Version resources computed from the resource context.

Returns
Type Description
Google\Protobuf\RepeatedField<Version>

setVersions

The Version resources computed from the resource context.

Parameter
Name Description
var array<Version>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this