Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::PreviewOperationMetadata.
Ephemeral metadata content describing the state of a preview operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#build
def build() -> ::String
Returns
- (::String) — Output only. Cloud Build instance UUID associated with this preview.
#logs
def logs() -> ::String
Returns
-
(::String) — Output only. Location of preview logs in
gs://{bucket}/{object}
format.
#preview_artifacts
def preview_artifacts() -> ::Google::Cloud::ConfigService::V1::PreviewArtifacts
Returns
- (::Google::Cloud::ConfigService::V1::PreviewArtifacts) — Artifacts from preview.
#preview_artifacts=
def preview_artifacts=(value) -> ::Google::Cloud::ConfigService::V1::PreviewArtifacts
Parameter
- value (::Google::Cloud::ConfigService::V1::PreviewArtifacts) — Artifacts from preview.
Returns
- (::Google::Cloud::ConfigService::V1::PreviewArtifacts) — Artifacts from preview.
#step
def step() -> ::Google::Cloud::ConfigService::V1::PreviewOperationMetadata::PreviewStep
Returns
- (::Google::Cloud::ConfigService::V1::PreviewOperationMetadata::PreviewStep) — The current step the preview operation is running.
#step=
def step=(value) -> ::Google::Cloud::ConfigService::V1::PreviewOperationMetadata::PreviewStep
Parameter
- value (::Google::Cloud::ConfigService::V1::PreviewOperationMetadata::PreviewStep) — The current step the preview operation is running.
Returns
- (::Google::Cloud::ConfigService::V1::PreviewOperationMetadata::PreviewStep) — The current step the preview operation is running.