Class: Google::Cloud::ArtifactRegistry::V1::GetMavenArtifactRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::GetMavenArtifactRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |