Class: Google::Cloud::Run::V2::DeleteRevisionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/run/v2/revision.rb

Overview

Request message for deleting a retired Revision. Revision lifecycle is usually managed by making changes to the parent Service. Only retired revisions can be deleted with this API.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.

Returns:

  • (::String)

    A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.



86
87
88
89
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 86

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

#name::String

Returns Required. The name of the Revision to delete. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}.

Returns:

  • (::String)

    Required. The name of the Revision to delete. Format: projects/{project}/locations/{location}/services/{service}/revisions/{revision}



86
87
88
89
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 86

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

#validate_only::Boolean

Returns Indicates that the request should be validated without actually deleting any resources.

Returns:

  • (::Boolean)

    Indicates that the request should be validated without actually deleting any resources.



86
87
88
89
# File 'proto_docs/google/cloud/run/v2/revision.rb', line 86

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