Google Cloud Apigee Registry V1 Client - Class ListApiSpecRevisionsRequest (0.5.5)

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

Request message for ListApiSpecRevisions.

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

Namespace

Google \ Cloud \ ApigeeRegistry \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the spec 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 ListApiSpecRevisions call. Provide this to retrieve the subsequent page.

getName

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

Returns
Type Description
string

setName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of revisions to return per page.

Returns
Type Description
int

setPageSize

The maximum number of revisions to return per page.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

The page token, received from a previous ListApiSpecRevisions call.

Provide this to retrieve the subsequent page.

Returns
Type Description
string

setPageToken

The page token, received from a previous ListApiSpecRevisions call.

Provide this to retrieve the subsequent page.

Parameter
Name Description
var string
Returns
Type Description
$this