Class: Google::Cloud::Deploy::V1::TargetsPresentCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TargetsPresentCondition
- 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 referenced in
the Delivery Pipeline that do not actually exist.
Instance Attribute Summary collapse
-
#missing_targets ⇒ ::Array<::String>
The list of Target names that do not exist.
-
#status ⇒ ::Boolean
True if there aren't any missing Targets.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Last time the condition was updated.
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}
.
425 426 427 428 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 425 class TargetsPresentCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Boolean
Returns True if there aren't any missing Targets.
425 426 427 428 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 425 class TargetsPresentCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Last time the condition was updated.
425 426 427 428 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 425 class TargetsPresentCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |