Reference documentation and code samples for the Google Cloud Config V1 Client class DeploymentOperationSummary.
The summary of the deployment operation.
Generated from protobuf message google.cloud.config.v1.DeploymentOperationSummary
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ deployment_step |
int
Output only. The current step the deployment operation is running. |
↳ build |
string
Output only. Cloud Build instance UUID associated with this operation. |
↳ logs |
string
Output only. Location of Deployment operations logs in |
↳ content |
string
Output only. Location of Deployment operations content in |
↳ artifacts |
string
Output only. Location of Deployment operations artifacts in |
getDeploymentStep
Output only. The current step the deployment operation is running.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentStep. |
setDeploymentStep
Output only. The current step the deployment operation is running.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentStep. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBuild
Output only. Cloud Build instance UUID associated with this operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBuild
Output only. Cloud Build instance UUID associated with this operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLogs
Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLogs
Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getContent
Output only. Location of Deployment operations content in
gs://{bucket}/{object} format.
| Returns | |
|---|---|
| Type | Description |
string |
|
setContent
Output only. Location of Deployment operations content in
gs://{bucket}/{object} format.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getArtifacts
Output only. Location of Deployment operations artifacts in
gs://{bucket}/{object} format.
| Returns | |
|---|---|
| Type | Description |
string |
|
setArtifacts
Output only. Location of Deployment operations artifacts in
gs://{bucket}/{object} format.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|