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
Methods
__construct
Constructor.
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}
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}
var
string
$this
getPageSize
Maximum number of revisions to return in this call.
int
setPageSize
Maximum number of revisions to return in this call.
var
int
$this
getPageToken
A page token received from a previous call to ListRevisions.
All other parameters must match.
string
setPageToken
A page token received from a previous call to ListRevisions.
All other parameters must match.
var
string
$this
getShowDeleted
If true, returns deleted (but unexpired) resources along with active ones.
bool
setShowDeleted
If true, returns deleted (but unexpired) resources along with active ones.
var
bool
$this