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