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

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

Request message for ListApiDeploymentRevisions.

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

Namespace

Google \ Cloud \ ApigeeRegistry \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the deployment to list revisions for.

↳ page_size int

The maximum number of revisions to return per page.

↳ page_token string

The page token, received from a previous ListApiDeploymentRevisions call. Provide this to retrieve the subsequent page.

getName

Required. The name of the deployment to list revisions for.

Returns
TypeDescription
string

setName

Required. The name of the deployment to list revisions for.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of revisions to return per page.

Returns
TypeDescription
int

setPageSize

The maximum number of revisions to return per page.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The page token, received from a previous ListApiDeploymentRevisions call.

Provide this to retrieve the subsequent page.

Returns
TypeDescription
string

setPageToken

The page token, received from a previous ListApiDeploymentRevisions call.

Provide this to retrieve the subsequent page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this