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