Uses of Class
com.google.devtools.artifactregistry.v1.RepositoryName
-
Packages that use RepositoryName Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry API -
-
Uses of RepositoryName in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return RepositoryName Modifier and Type Method Description RepositoryName
RepositoryName.Builder. build()
static RepositoryName
RepositoryName. of(String project, String location, String repository)
static RepositoryName
RepositoryName. parse(String formattedString)
Methods in com.google.devtools.artifactregistry.v1 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.v1 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.Repository
ArtifactRegistryClient. getRepository(RepositoryName name)
Gets a repository.ArtifactRegistryClient.ListFilesPagedResponse
ArtifactRegistryClient. listFiles(RepositoryName parent)
Lists files.ArtifactRegistryClient.ListMavenArtifactsPagedResponse
ArtifactRegistryClient. listMavenArtifacts(RepositoryName parent)
Lists maven artifacts.ArtifactRegistryClient.ListNpmPackagesPagedResponse
ArtifactRegistryClient. listNpmPackages(RepositoryName parent)
Lists npm packages.ArtifactRegistryClient.ListPackagesPagedResponse
ArtifactRegistryClient. listPackages(RepositoryName parent)
Lists packages.ArtifactRegistryClient.ListPythonPackagesPagedResponse
ArtifactRegistryClient. listPythonPackages(RepositoryName parent)
Lists python packages.Method parameters in com.google.devtools.artifactregistry.v1 with type arguments of type RepositoryName Modifier and Type Method Description static List<String>
RepositoryName. toStringList(List<RepositoryName> values)
-