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 FileNameFileName.Builder. build()static FileNameFileName. of(String project, String location, String repository, String file)static FileNameFileName. 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 FileArtifactRegistryClient. 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)
-