Google Cloud Apigee Registry V1 Client - Class ListApiSpecRevisionsResponse (0.3.2)

Reference documentation and code samples for the Google Cloud Apigee Registry V1 Client class ListApiSpecRevisionsResponse.

Response message for ListApiSpecRevisionsResponse.

Generated from protobuf message google.cloud.apigeeregistry.v1.ListApiSpecRevisionsResponse

Namespace

Google \ Cloud \ ApigeeRegistry \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ api_specs array<Google\Cloud\ApigeeRegistry\V1\ApiSpec>

The revisions of the spec.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getApiSpecs

The revisions of the spec.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setApiSpecs

The revisions of the spec.

Parameter
NameDescription
var array<Google\Cloud\ApigeeRegistry\V1\ApiSpec>
Returns
TypeDescription
$this

getNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this