Class: Google::Cloud::ArtifactRegistry::V1::GetMavenArtifactRequest

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

Overview

The request to get maven artifacts.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the maven artifact.

Returns:

  • (::String)

    Required. The name of the maven artifact.



191
192
193
194
# File 'proto_docs/google/devtools/artifactregistry/v1/artifact.rb', line 191

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