Uses of Class
com.google.devtools.artifactregistry.v1beta2.RepositoryName
-
Packages that use RepositoryName Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry API -
-
Uses of RepositoryName in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return RepositoryName Modifier and Type Method Description RepositoryNameRepositoryName.Builder. build()static RepositoryNameRepositoryName. of(String project, String location, String repository)static RepositoryNameRepositoryName. parse(String formattedString)Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type RepositoryName Modifier and Type Method Description static List<RepositoryName>RepositoryName. parseList(List<String> formattedStrings)Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type RepositoryName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>ArtifactRegistryClient. deleteRepositoryAsync(RepositoryName name)Deletes a repository and all of its contents.RepositoryArtifactRegistryClient. getRepository(RepositoryName name)Gets a repository.Method parameters in com.google.devtools.artifactregistry.v1beta2 with type arguments of type RepositoryName Modifier and Type Method Description static List<String>RepositoryName. toStringList(List<RepositoryName> values)
-