Google Cloud Config V1 Client - Class DeploymentOperationMetadata (1.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Config V1 Client class DeploymentOperationMetadata.
Ephemeral metadata content describing the state of a deployment operation.
Generated from protobuf message google.cloud.config.v1.DeploymentOperationMetadata
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ step |
int
The current step the deployment operation is running. |
↳ apply_results |
ApplyResults
Outputs and artifacts from applying a deployment. |
↳ build |
string
Output only. Cloud Build instance UUID associated with this operation. |
↳ logs |
string
Output only. Location of Deployment operations logs in |
getStep
The current step the deployment operation is running.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DeploymentStep. |
setStep
The current step the deployment operation is running.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DeploymentStep. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getApplyResults
Outputs and artifacts from applying a deployment.
| Returns | |
|---|---|
| Type | Description |
ApplyResults|null |
|
hasApplyResults
clearApplyResults
setApplyResults
Outputs and artifacts from applying a deployment.
| Parameter | |
|---|---|
| Name | Description |
var |
ApplyResults
|
| 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 |
|