Class: Google::Cloud::Deploy::V1::TimedPromoteReleaseOperation
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TimedPromoteReleaseOperation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Contains the information of an automated timed promote-release operation.
Instance Attribute Summary collapse
-
#phase ⇒ ::String
readonly
Output only.
-
#release ⇒ ::String
readonly
Output only.
-
#target_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#phase ⇒ ::String (readonly)
Returns Output only. The starting phase of the rollout created by this operation.
4373 4374 4375 4376 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4373 class TimedPromoteReleaseOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release ⇒ ::String (readonly)
Returns Output only. The name of the release to be promoted.
4373 4374 4375 4376 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4373 class TimedPromoteReleaseOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_id ⇒ ::String (readonly)
Returns Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.
4373 4374 4375 4376 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4373 class TimedPromoteReleaseOperation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |