Class: Google::Cloud::Deploy::V1::DeployJobRunMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::DeployJobRunMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
DeployJobRunMetadata surfaces information associated with a DeployJobRun
to
the user.
Instance Attribute Summary collapse
-
#cloud_run ⇒ ::Google::Cloud::Deploy::V1::CloudRunMetadata
readonly
Output only.
-
#custom ⇒ ::Google::Cloud::Deploy::V1::CustomMetadata
readonly
Output only.
-
#custom_target ⇒ ::Google::Cloud::Deploy::V1::CustomTargetDeployMetadata
readonly
Output only.
Instance Attribute Details
#cloud_run ⇒ ::Google::Cloud::Deploy::V1::CloudRunMetadata (readonly)
Returns Output only. The name of the Cloud Run Service that is associated with a
DeployJobRun
.
2164 2165 2166 2167 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2164 class DeployJobRunMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom ⇒ ::Google::Cloud::Deploy::V1::CustomMetadata (readonly)
Returns Output only. Custom metadata provided by user-defined deploy operation.
2164 2165 2166 2167 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2164 class DeployJobRunMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_target ⇒ ::Google::Cloud::Deploy::V1::CustomTargetDeployMetadata (readonly)
Returns Output only. Custom Target metadata associated with a DeployJobRun
.
2164 2165 2166 2167 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2164 class DeployJobRunMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |