Class: Google::Cloud::ConfigService::V1::DeploymentOperationSummary
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::DeploymentOperationSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
The summary of the deployment operation.
Instance Attribute Summary collapse
-
#artifacts ⇒ ::String
readonly
Output only.
-
#build ⇒ ::String
readonly
Output only.
-
#content ⇒ ::String
readonly
Output only.
-
#deployment_step ⇒ ::Google::Cloud::ConfigService::V1::DeploymentOperationMetadata::DeploymentStep
readonly
Output only.
-
#logs ⇒ ::String
readonly
Output only.
Instance Attribute Details
#artifacts ⇒ ::String (readonly)
Returns Output only. Location of Deployment operations artifacts in
gs://{bucket}/{object} format.
2482 2483 2484 2485 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482 class DeploymentOperationSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#build ⇒ ::String (readonly)
Returns Output only. Cloud Build instance UUID associated with this operation.
2482 2483 2484 2485 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482 class DeploymentOperationSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#content ⇒ ::String (readonly)
Returns Output only. Location of Deployment operations content in
gs://{bucket}/{object} format.
2482 2483 2484 2485 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482 class DeploymentOperationSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deployment_step ⇒ ::Google::Cloud::ConfigService::V1::DeploymentOperationMetadata::DeploymentStep (readonly)
Returns Output only. The current step the deployment operation is running.
2482 2483 2484 2485 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482 class DeploymentOperationSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#logs ⇒ ::String (readonly)
Returns Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
2482 2483 2484 2485 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482 class DeploymentOperationSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |