Class: Google::Cloud::Deploy::V1::TimedPromoteReleaseCondition::Targets

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#destination_target_id::String

Returns Optional. The destination target ID.

Returns:

  • (::String)

    Optional. The destination target ID.



4107
4108
4109
4110
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4107

class Targets
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_target_id::String

Returns Optional. The source target ID.

Returns:

  • (::String)

    Optional. The source target ID.



4107
4108
4109
4110
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4107

class Targets
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end