Class: Google::Cloud::Deploy::V1::AbandonReleaseRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AbandonReleaseRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object used by AbandonRelease
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the Release. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}
.
2657 2658 2659 2660 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2657 class AbandonReleaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |