Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class ListDeploymentRevisionsRequest.
Request for listing all revisions of a deployment.
Generated from protobuf message google.cloud.telcoautomation.v1.ListDeploymentRevisionsRequest
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the deployment to list revisions for. |
↳ page_size |
int
Optional. The maximum number of revisions to return per page. |
↳ page_token |
string
Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page. |
getName
Required. The name of the deployment to list revisions for.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the deployment to list revisions for.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. The maximum number of revisions to return per page.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. The maximum number of revisions to return per page.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the deployment to list revisions for. Please see TelcoAutomationClient::deploymentName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentRevisionsRequest |
|