Reference documentation and code samples for the Google Cloud Config V1 Client class PreviewOperationMetadata.
Ephemeral metadata content describing the state of a preview operation.
Generated from protobuf message google.cloud.config.v1.PreviewOperationMetadata
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ step
int
The current step the preview operation is running.
↳ preview_artifacts
↳ logs
string
Output only. Location of preview logs in gs://{bucket}/{object}
format.
↳ build
string
Output only. Cloud Build instance UUID associated with this preview.
getStep
The current step the preview operation is running.
setStep
The current step the preview operation is running.
$this
getPreviewArtifacts
Artifacts from preview.
hasPreviewArtifacts
clearPreviewArtifacts
setPreviewArtifacts
Artifacts from preview.
$this
getLogs
Output only. Location of preview logs in gs://{bucket}/{object}
format.
string
setLogs
Output only. Location of preview logs in gs://{bucket}/{object}
format.
var
string
$this
getBuild
Output only. Cloud Build instance UUID associated with this preview.
string
setBuild
Output only. Cloud Build instance UUID associated with this preview.
var
string
$this

