Google Cloud Apigee Registry V1 Client - Class ListApiDeploymentRevisionsResponse (1.1.3)

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

Response message for ListApiDeploymentRevisionsResponse.

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

Namespace

Google \ Cloud \ ApigeeRegistry \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ api_deployments array<ApiDeployment>

The revisions of the deployment.

↳ 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.

getApiDeployments

The revisions of the deployment.

Returns
Type Description
Google\Protobuf\RepeatedField<ApiDeployment>

setApiDeployments

The revisions of the deployment.

Parameter
Name Description
var array<ApiDeployment>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this