Uses of Class
com.google.devtools.artifactregistry.v1.PackageName
-
Packages that use PackageName Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry API -
-
Uses of PackageName in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return PackageName Modifier and Type Method Description PackageNamePackageName.Builder. build()static PackageNamePackageName. of(String project, String location, String repository, String package_)static PackageNamePackageName. parse(String formattedString)Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type PackageName Modifier and Type Method Description static List<PackageName>PackageName. parseList(List<String> formattedStrings)Methods in com.google.devtools.artifactregistry.v1 with parameters of type PackageName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>ArtifactRegistryClient. deletePackageAsync(PackageName name)Deletes a package and all of its versions and tags.PackageArtifactRegistryClient. getPackage(PackageName name)Gets a package.Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type PackageName Modifier and Type Method Description static List<String>PackageName. toStringList(List<PackageName> values)
-