Skip navigation links
A B C D G I L N S T U 

A

ArtifactRegistryGrpc - Class in com.google.devtools.artifactregistry.v1
The Artifact Registry API service.
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub - Class in com.google.devtools.artifactregistry.v1
A stub to allow clients to do synchronous rpc calls to service ArtifactRegistry.
ArtifactRegistryGrpc.ArtifactRegistryFutureStub - Class in com.google.devtools.artifactregistry.v1
A stub to allow clients to do ListenableFuture-style rpc calls to service ArtifactRegistry.
ArtifactRegistryGrpc.ArtifactRegistryImplBase - Class in com.google.devtools.artifactregistry.v1
Base class for the server implementation of the service ArtifactRegistry.
ArtifactRegistryGrpc.ArtifactRegistryStub - Class in com.google.devtools.artifactregistry.v1
A stub to allow clients to do asynchronous rpc calls to service ArtifactRegistry.
ArtifactRegistryGrpc.AsyncService - Interface in com.google.devtools.artifactregistry.v1
The Artifact Registry API service.
ArtifactRegistryImplBase() - Constructor for class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryImplBase
 

B

batchDeleteVersions(BatchDeleteVersionsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Deletes multiple versions across a repository.
batchDeleteVersions(BatchDeleteVersionsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Deletes multiple versions across a repository.
batchDeleteVersions(BatchDeleteVersionsRequest, StreamObserver<Operation>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Deletes multiple versions across a repository.
batchDeleteVersions(BatchDeleteVersionsRequest, StreamObserver<Operation>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Deletes multiple versions across a repository.
bindService() - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryImplBase
 
bindService(ArtifactRegistryGrpc.AsyncService) - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
build(Channel, CallOptions) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
 
build(Channel, CallOptions) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
 

C

com.google.devtools.artifactregistry.v1 - package com.google.devtools.artifactregistry.v1
 
createRepository(CreateRepositoryRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Creates a repository.
createRepository(CreateRepositoryRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Creates a repository.
createRepository(CreateRepositoryRequest, StreamObserver<Operation>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Creates a repository.
createRepository(CreateRepositoryRequest, StreamObserver<Operation>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Creates a repository.
createTag(CreateTagRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Creates a tag.
createTag(CreateTagRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Creates a tag.
createTag(CreateTagRequest, StreamObserver<Tag>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Creates a tag.
createTag(CreateTagRequest, StreamObserver<Tag>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Creates a tag.

D

deletePackage(DeletePackageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Deletes a package and all of its versions and tags.
deletePackage(DeletePackageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Deletes a package and all of its versions and tags.
deletePackage(DeletePackageRequest, StreamObserver<Operation>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Deletes a package and all of its versions and tags.
deletePackage(DeletePackageRequest, StreamObserver<Operation>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Deletes a package and all of its versions and tags.
deleteRepository(DeleteRepositoryRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Deletes a repository and all of its contents.
deleteRepository(DeleteRepositoryRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Deletes a repository and all of its contents.
deleteRepository(DeleteRepositoryRequest, StreamObserver<Operation>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Deletes a repository and all of its contents.
deleteRepository(DeleteRepositoryRequest, StreamObserver<Operation>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Deletes a repository and all of its contents.
deleteTag(DeleteTagRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Deletes a tag.
deleteTag(DeleteTagRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Deletes a tag.
deleteTag(DeleteTagRequest, StreamObserver<Empty>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Deletes a tag.
deleteTag(DeleteTagRequest, StreamObserver<Empty>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Deletes a tag.
deleteVersion(DeleteVersionRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Deletes a version and all of its content.
deleteVersion(DeleteVersionRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Deletes a version and all of its content.
deleteVersion(DeleteVersionRequest, StreamObserver<Operation>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Deletes a version and all of its content.
deleteVersion(DeleteVersionRequest, StreamObserver<Operation>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Deletes a version and all of its content.

G

getBatchDeleteVersionsMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getCreateRepositoryMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getCreateTagMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getDeletePackageMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getDeleteRepositoryMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getDeleteTagMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getDeleteVersionMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getDockerImage(GetDockerImageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets a docker image.
getDockerImage(GetDockerImageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets a docker image.
getDockerImage(GetDockerImageRequest, StreamObserver<DockerImage>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets a docker image.
getDockerImage(GetDockerImageRequest, StreamObserver<DockerImage>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets a docker image.
getFile(GetFileRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets a file.
getFile(GetFileRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets a file.
getFile(GetFileRequest, StreamObserver<File>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets a file.
getFile(GetFileRequest, StreamObserver<File>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets a file.
getGetDockerImageMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetFileMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetIamPolicyMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetMavenArtifactMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetNpmPackageMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetPackageMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetProjectSettingsMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetPythonPackageMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetRepositoryMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetTagMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetVersionMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getGetVPCSCConfigMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets the IAM policy for a given resource.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets the IAM policy for a given resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets the IAM policy for a given resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets the IAM policy for a given resource.
getImportAptArtifactsMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getImportYumArtifactsMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getListDockerImagesMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getListFilesMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getListMavenArtifactsMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getListNpmPackagesMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getListPackagesMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getListPythonPackagesMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getListRepositoriesMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getListTagsMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getListVersionsMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getMavenArtifact(GetMavenArtifactRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets a maven artifact.
getMavenArtifact(GetMavenArtifactRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets a maven artifact.
getMavenArtifact(GetMavenArtifactRequest, StreamObserver<MavenArtifact>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets a maven artifact.
getMavenArtifact(GetMavenArtifactRequest, StreamObserver<MavenArtifact>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets a maven artifact.
getNpmPackage(GetNpmPackageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets a npm package.
getNpmPackage(GetNpmPackageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets a npm package.
getNpmPackage(GetNpmPackageRequest, StreamObserver<NpmPackage>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets a npm package.
getNpmPackage(GetNpmPackageRequest, StreamObserver<NpmPackage>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets a npm package.
getPackage(GetPackageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets a package.
getPackage(GetPackageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets a package.
getPackage(GetPackageRequest, StreamObserver<Package>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets a package.
getPackage(GetPackageRequest, StreamObserver<Package>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets a package.
getProjectSettings(GetProjectSettingsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Retrieves the Settings for the Project.
getProjectSettings(GetProjectSettingsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Retrieves the Settings for the Project.
getProjectSettings(GetProjectSettingsRequest, StreamObserver<ProjectSettings>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Retrieves the Settings for the Project.
getProjectSettings(GetProjectSettingsRequest, StreamObserver<ProjectSettings>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Retrieves the Settings for the Project.
getPythonPackage(GetPythonPackageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets a python package.
getPythonPackage(GetPythonPackageRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets a python package.
getPythonPackage(GetPythonPackageRequest, StreamObserver<PythonPackage>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets a python package.
getPythonPackage(GetPythonPackageRequest, StreamObserver<PythonPackage>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets a python package.
getRepository(GetRepositoryRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets a repository.
getRepository(GetRepositoryRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets a repository.
getRepository(GetRepositoryRequest, StreamObserver<Repository>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets a repository.
getRepository(GetRepositoryRequest, StreamObserver<Repository>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets a repository.
getServiceDescriptor() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getSetIamPolicyMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getTag(GetTagRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets a tag.
getTag(GetTagRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets a tag.
getTag(GetTagRequest, StreamObserver<Tag>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets a tag.
getTag(GetTagRequest, StreamObserver<Tag>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets a tag.
getTestIamPermissionsMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getUpdateProjectSettingsMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getUpdateRepositoryMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getUpdateTagMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getUpdateVPCSCConfigMethod() - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
getVersion(GetVersionRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Gets a version
getVersion(GetVersionRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Gets a version
getVersion(GetVersionRequest, StreamObserver<Version>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Gets a version
getVersion(GetVersionRequest, StreamObserver<Version>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Gets a version
getVPCSCConfig(GetVPCSCConfigRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Retrieves the VPCSC Config for the Project.
getVPCSCConfig(GetVPCSCConfigRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Retrieves the VPCSC Config for the Project.
getVPCSCConfig(GetVPCSCConfigRequest, StreamObserver<VPCSCConfig>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Retrieves the VPCSC Config for the Project.
getVPCSCConfig(GetVPCSCConfigRequest, StreamObserver<VPCSCConfig>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Retrieves the VPCSC Config for the Project.

I

importAptArtifacts(ImportAptArtifactsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Imports Apt artifacts.
importAptArtifacts(ImportAptArtifactsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Imports Apt artifacts.
importAptArtifacts(ImportAptArtifactsRequest, StreamObserver<Operation>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Imports Apt artifacts.
importAptArtifacts(ImportAptArtifactsRequest, StreamObserver<Operation>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Imports Apt artifacts.
importYumArtifacts(ImportYumArtifactsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Imports Yum (RPM) artifacts.
importYumArtifacts(ImportYumArtifactsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Imports Yum (RPM) artifacts.
importYumArtifacts(ImportYumArtifactsRequest, StreamObserver<Operation>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Imports Yum (RPM) artifacts.
importYumArtifacts(ImportYumArtifactsRequest, StreamObserver<Operation>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Imports Yum (RPM) artifacts.

L

listDockerImages(ListDockerImagesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Lists docker images.
listDockerImages(ListDockerImagesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Lists docker images.
listDockerImages(ListDockerImagesRequest, StreamObserver<ListDockerImagesResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Lists docker images.
listDockerImages(ListDockerImagesRequest, StreamObserver<ListDockerImagesResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Lists docker images.
listFiles(ListFilesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Lists files.
listFiles(ListFilesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Lists files.
listFiles(ListFilesRequest, StreamObserver<ListFilesResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Lists files.
listFiles(ListFilesRequest, StreamObserver<ListFilesResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Lists files.
listMavenArtifacts(ListMavenArtifactsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Lists maven artifacts.
listMavenArtifacts(ListMavenArtifactsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Lists maven artifacts.
listMavenArtifacts(ListMavenArtifactsRequest, StreamObserver<ListMavenArtifactsResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Lists maven artifacts.
listMavenArtifacts(ListMavenArtifactsRequest, StreamObserver<ListMavenArtifactsResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Lists maven artifacts.
listNpmPackages(ListNpmPackagesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Lists npm packages.
listNpmPackages(ListNpmPackagesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Lists npm packages.
listNpmPackages(ListNpmPackagesRequest, StreamObserver<ListNpmPackagesResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Lists npm packages.
listNpmPackages(ListNpmPackagesRequest, StreamObserver<ListNpmPackagesResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Lists npm packages.
listPackages(ListPackagesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Lists packages.
listPackages(ListPackagesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Lists packages.
listPackages(ListPackagesRequest, StreamObserver<ListPackagesResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Lists packages.
listPackages(ListPackagesRequest, StreamObserver<ListPackagesResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Lists packages.
listPythonPackages(ListPythonPackagesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Lists python packages.
listPythonPackages(ListPythonPackagesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Lists python packages.
listPythonPackages(ListPythonPackagesRequest, StreamObserver<ListPythonPackagesResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Lists python packages.
listPythonPackages(ListPythonPackagesRequest, StreamObserver<ListPythonPackagesResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Lists python packages.
listRepositories(ListRepositoriesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Lists repositories.
listRepositories(ListRepositoriesRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Lists repositories.
listRepositories(ListRepositoriesRequest, StreamObserver<ListRepositoriesResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Lists repositories.
listRepositories(ListRepositoriesRequest, StreamObserver<ListRepositoriesResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Lists repositories.
listTags(ListTagsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Lists tags.
listTags(ListTagsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Lists tags.
listTags(ListTagsRequest, StreamObserver<ListTagsResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Lists tags.
listTags(ListTagsRequest, StreamObserver<ListTagsResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Lists tags.
listVersions(ListVersionsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Lists versions.
listVersions(ListVersionsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Lists versions.
listVersions(ListVersionsRequest, StreamObserver<ListVersionsResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Lists versions.
listVersions(ListVersionsRequest, StreamObserver<ListVersionsResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Lists versions.

N

newBlockingStub(Channel) - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
Creates a new async stub that supports all call types for the service

S

SERVICE_NAME - Static variable in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
 
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Updates the IAM policy for a given resource.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Updates the IAM policy for a given resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Updates the IAM policy for a given resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Updates the IAM policy for a given resource.

T

testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Tests if the caller has a list of permissions on a resource.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Tests if the caller has a list of permissions on a resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Tests if the caller has a list of permissions on a resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Tests if the caller has a list of permissions on a resource.

U

updateProjectSettings(UpdateProjectSettingsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Updates the Settings for the Project.
updateProjectSettings(UpdateProjectSettingsRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Updates the Settings for the Project.
updateProjectSettings(UpdateProjectSettingsRequest, StreamObserver<ProjectSettings>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Updates the Settings for the Project.
updateProjectSettings(UpdateProjectSettingsRequest, StreamObserver<ProjectSettings>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Updates the Settings for the Project.
updateRepository(UpdateRepositoryRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Updates a repository.
updateRepository(UpdateRepositoryRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Updates a repository.
updateRepository(UpdateRepositoryRequest, StreamObserver<Repository>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Updates a repository.
updateRepository(UpdateRepositoryRequest, StreamObserver<Repository>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Updates a repository.
updateTag(UpdateTagRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Updates a tag.
updateTag(UpdateTagRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Updates a tag.
updateTag(UpdateTagRequest, StreamObserver<Tag>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Updates a tag.
updateTag(UpdateTagRequest, StreamObserver<Tag>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Updates a tag.
updateVPCSCConfig(UpdateVPCSCConfigRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Updates the VPCSC Config for the Project.
updateVPCSCConfig(UpdateVPCSCConfigRequest) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Updates the VPCSC Config for the Project.
updateVPCSCConfig(UpdateVPCSCConfigRequest, StreamObserver<VPCSCConfig>) - Method in class com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.ArtifactRegistryStub
Updates the VPCSC Config for the Project.
updateVPCSCConfig(UpdateVPCSCConfigRequest, StreamObserver<VPCSCConfig>) - Method in interface com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc.AsyncService
Updates the VPCSC Config for the Project.
A B C D G I L N S T U 
Skip navigation links

Copyright © 2024 Google LLC. All rights reserved.