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