Google Cloud Run V2 Client - Class ListRevisionsRequest (0.9.1)

Reference documentation and code samples for the Google Cloud Run V2 Client class ListRevisionsRequest.

Request message for retrieving a list of Revisions.

Generated from protobuf message google.cloud.run.v2.ListRevisionsRequest

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The Service from which the Revisions should be listed. To list all Revisions across Services, use "-" instead of Service name. Format: projects/{project}/locations/{location}/services/{service}

↳ page_size int

Maximum number of revisions to return in this call.

↳ page_token string

A page token received from a previous call to ListRevisions. All other parameters must match.

↳ show_deleted bool

If true, returns deleted (but unexpired) resources along with active ones.

getParent

Required. The Service from which the Revisions should be listed.

To list all Revisions across Services, use "-" instead of Service name. Format: projects/{project}/locations/{location}/services/{service}

Returns
TypeDescription
string

setParent

Required. The Service from which the Revisions should be listed.

To list all Revisions across Services, use "-" instead of Service name. Format: projects/{project}/locations/{location}/services/{service}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum number of revisions to return in this call.

Returns
TypeDescription
int

setPageSize

Maximum number of revisions to return in this call.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A page token received from a previous call to ListRevisions.

All other parameters must match.

Returns
TypeDescription
string

setPageToken

A page token received from a previous call to ListRevisions.

All other parameters must match.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getShowDeleted

If true, returns deleted (but unexpired) resources along with active ones.

Returns
TypeDescription
bool

setShowDeleted

If true, returns deleted (but unexpired) resources along with active ones.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The Service from which the Revisions should be listed. To list all Revisions across Services, use "-" instead of Service name. Format: projects/{project}/locations/{location}/services/{service} Please see Google\Cloud\Run\V2\RevisionsClient::serviceName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Run\V2\ListRevisionsRequest