Class: Google::Cloud::Deploy::V1::AbandonReleaseRequest

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 request object used by AbandonRelease.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the Release. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}.

Returns:

  • (::String)

    Required. Name of the Release. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}.



2689
2690
2691
2692
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2689

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