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 MavenArtifactNameMavenArtifactName.Builder. build()static MavenArtifactNameMavenArtifactName. of(String project, String location, String repository, String mavenArtifact)static MavenArtifactNameMavenArtifactName. 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 MavenArtifactArtifactRegistryClient. 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)
-