Uses of Class
com.google.devtools.artifactregistry.v1.MavenArtifactName
-
Packages that use MavenArtifactName Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry API -
-
Uses of MavenArtifactName in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return MavenArtifactName Modifier and Type Method Description MavenArtifactName
MavenArtifactName.Builder. build()
static MavenArtifactName
MavenArtifactName. of(String project, String location, String repository, String mavenArtifact)
static MavenArtifactName
MavenArtifactName. parse(String formattedString)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type MavenArtifactName Modifier and Type Method Description static List<MavenArtifactName>
MavenArtifactName. parseList(List<String> formattedStrings)
Methods in com.google.devtools.artifactregistry.v1 with parameters of type MavenArtifactName Modifier and Type Method Description MavenArtifact
ArtifactRegistryClient. getMavenArtifact(MavenArtifactName name)
Gets a maven artifact.Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type MavenArtifactName Modifier and Type Method Description static List<String>
MavenArtifactName. toStringList(List<MavenArtifactName> values)
-