Class: Google::Cloud::Deploy::V1::CustomTargetDeployMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CustomTargetDeployMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
CustomTargetDeployMetadata contains information from a Custom Target deploy operation.
Instance Attribute Summary collapse
-
#skip_message ⇒ ::String
readonly
Output only.
Instance Attribute Details
#skip_message ⇒ ::String (readonly)
Returns Output only. Skip message provided in the results of a custom deploy operation.
2198 2199 2200 2201 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2198 class CustomTargetDeployMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |