Class: Google::Cloud::Deploy::V1::TargetsPresentCondition

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

TargetsPresentCondition contains information on any Targets defined in the Delivery Pipeline that do not actually exist.

Instance Attribute Summary collapse

Instance Attribute Details

#missing_targets::Array<::String>

Returns The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.

Returns:

  • (::Array<::String>)

    The list of Target names that do not exist. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.



324
325
326
327
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 324

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

#status::Boolean

Returns True if there aren't any missing Targets.

Returns:

  • (::Boolean)

    True if there aren't any missing Targets.



324
325
326
327
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 324

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

#update_time::Google::Protobuf::Timestamp

Returns Last time the condition was updated.

Returns:



324
325
326
327
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 324

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