Class ArtifactRegistryGrpc.ArtifactRegistryImplBase (0.5.0)

public abstract static class ArtifactRegistryGrpc.ArtifactRegistryImplBase implements BindableService

The Artifact Registry API service. Artifact Registry is an artifact management system for storing artifacts from different package management systems. The resources managed by this API are:

  • Repositories, which group packages and their data.
  • Packages, which group versions and their tags.
  • Versions, which are specific forms of a package.
  • Tags, which represent alternative names for versions.
  • Files, which contain content and are optionally associated with a Package or Version.

Inheritance

java.lang.Object > ArtifactRegistryGrpc.ArtifactRegistryImplBase

Implements

io.grpc.BindableService

Constructors

ArtifactRegistryImplBase()

public ArtifactRegistryImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
Type Description
io.grpc.ServerServiceDefinition

getRepository(GetRepositoryRequest request, StreamObserver<Repository> responseObserver)

public void getRepository(GetRepositoryRequest request, StreamObserver<Repository> responseObserver)

Gets a repository.

Parameters
Name Description
request GetRepositoryRequest
responseObserver io.grpc.stub.StreamObserver<Repository>

listDockerImages(ListDockerImagesRequest request, StreamObserver<ListDockerImagesResponse> responseObserver)

public void listDockerImages(ListDockerImagesRequest request, StreamObserver<ListDockerImagesResponse> responseObserver)

Lists docker images.

Parameters
Name Description
request ListDockerImagesRequest
responseObserver io.grpc.stub.StreamObserver<ListDockerImagesResponse>

listRepositories(ListRepositoriesRequest request, StreamObserver<ListRepositoriesResponse> responseObserver)

public void listRepositories(ListRepositoriesRequest request, StreamObserver<ListRepositoriesResponse> responseObserver)

Lists repositories.

Parameters
Name Description
request ListRepositoriesRequest
responseObserver io.grpc.stub.StreamObserver<ListRepositoriesResponse>