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 |
Google\Cloud\Config\V1\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 |
setStep
The current step the deployment operation is running.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getApplyResults
Outputs and artifacts from applying a deployment.
Returns | |
---|---|
Type | Description |
Google\Cloud\Config\V1\ApplyResults|null |
hasApplyResults
clearApplyResults
setApplyResults
Outputs and artifacts from applying a deployment.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Config\V1\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 |