Class: Google::Cloud::ArtifactRegistry::V1::DeleteFileRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/file.rb

Overview

The request to delete a file.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the file to delete.

Returns:

  • (::String)

    Required. The name of the file to delete.



187
188
189
190
# File 'proto_docs/google/devtools/artifactregistry/v1/file.rb', line 187

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