Google Cloud Run V2 Client - Class ListRevisionsRequest (1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Maximum number of revisions to return in this call.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Maximum number of revisions to return in this call.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
A page token received from a previous call to ListRevisions.
All other parameters must match.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
A page token received from a previous call to ListRevisions.
All other parameters must match.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getShowDeleted
If true, returns deleted (but unexpired) resources along with active ones.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setShowDeleted
If true, returns deleted (but unexpired) resources along with active ones.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
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 RevisionsClient::serviceName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ListRevisionsRequest |
|