Class: Google::Cloud::Deploy::V1::TimedPromoteReleaseCondition::Targets
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TimedPromoteReleaseCondition::Targets
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The targets involved in a single timed promotion.
Instance Attribute Summary collapse
-
#destination_target_id ⇒ ::String
Optional.
-
#source_target_id ⇒ ::String
Optional.
Instance Attribute Details
#destination_target_id ⇒ ::String
Returns Optional. The destination target ID.
4105 4106 4107 4108 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4105 class Targets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_target_id ⇒ ::String
Returns Optional. The source target ID.
4105 4106 4107 4108 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4105 class Targets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |