@Generated(value="by gRPC proto compiler", comments="Source: google/devtools/artifactregistry/v1/service.proto") public final class ArtifactRegistryGrpc extends Object
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
A stub to allow clients to do synchronous rpc calls to service ArtifactRegistry.
|
static class |
ArtifactRegistryGrpc.ArtifactRegistryFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ArtifactRegistry.
|
static class |
ArtifactRegistryGrpc.ArtifactRegistryImplBase
Base class for the server implementation of the service ArtifactRegistry.
|
static class |
ArtifactRegistryGrpc.ArtifactRegistryStub
A stub to allow clients to do asynchronous rpc calls to service ArtifactRegistry.
|
static interface |
ArtifactRegistryGrpc.AsyncService
The Artifact Registry API service.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(ArtifactRegistryGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<BatchDeleteVersionsRequest,com.google.longrunning.Operation> |
getBatchDeleteVersionsMethod() |
static io.grpc.MethodDescriptor<CreateRepositoryRequest,com.google.longrunning.Operation> |
getCreateRepositoryMethod() |
static io.grpc.MethodDescriptor<CreateTagRequest,Tag> |
getCreateTagMethod() |
static io.grpc.MethodDescriptor<DeletePackageRequest,com.google.longrunning.Operation> |
getDeletePackageMethod() |
static io.grpc.MethodDescriptor<DeleteRepositoryRequest,com.google.longrunning.Operation> |
getDeleteRepositoryMethod() |
static io.grpc.MethodDescriptor<DeleteTagRequest,com.google.protobuf.Empty> |
getDeleteTagMethod() |
static io.grpc.MethodDescriptor<DeleteVersionRequest,com.google.longrunning.Operation> |
getDeleteVersionMethod() |
static io.grpc.MethodDescriptor<GetDockerImageRequest,DockerImage> |
getGetDockerImageMethod() |
static io.grpc.MethodDescriptor<GetFileRequest,File> |
getGetFileMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getGetIamPolicyMethod() |
static io.grpc.MethodDescriptor<GetMavenArtifactRequest,MavenArtifact> |
getGetMavenArtifactMethod() |
static io.grpc.MethodDescriptor<GetNpmPackageRequest,NpmPackage> |
getGetNpmPackageMethod() |
static io.grpc.MethodDescriptor<GetPackageRequest,Package> |
getGetPackageMethod() |
static io.grpc.MethodDescriptor<GetProjectSettingsRequest,ProjectSettings> |
getGetProjectSettingsMethod() |
static io.grpc.MethodDescriptor<GetPythonPackageRequest,PythonPackage> |
getGetPythonPackageMethod() |
static io.grpc.MethodDescriptor<GetRepositoryRequest,Repository> |
getGetRepositoryMethod() |
static io.grpc.MethodDescriptor<GetTagRequest,Tag> |
getGetTagMethod() |
static io.grpc.MethodDescriptor<GetVersionRequest,Version> |
getGetVersionMethod() |
static io.grpc.MethodDescriptor<GetVPCSCConfigRequest,VPCSCConfig> |
getGetVPCSCConfigMethod() |
static io.grpc.MethodDescriptor<ImportAptArtifactsRequest,com.google.longrunning.Operation> |
getImportAptArtifactsMethod() |
static io.grpc.MethodDescriptor<ImportYumArtifactsRequest,com.google.longrunning.Operation> |
getImportYumArtifactsMethod() |
static io.grpc.MethodDescriptor<ListDockerImagesRequest,ListDockerImagesResponse> |
getListDockerImagesMethod() |
static io.grpc.MethodDescriptor<ListFilesRequest,ListFilesResponse> |
getListFilesMethod() |
static io.grpc.MethodDescriptor<ListMavenArtifactsRequest,ListMavenArtifactsResponse> |
getListMavenArtifactsMethod() |
static io.grpc.MethodDescriptor<ListNpmPackagesRequest,ListNpmPackagesResponse> |
getListNpmPackagesMethod() |
static io.grpc.MethodDescriptor<ListPackagesRequest,ListPackagesResponse> |
getListPackagesMethod() |
static io.grpc.MethodDescriptor<ListPythonPackagesRequest,ListPythonPackagesResponse> |
getListPythonPackagesMethod() |
static io.grpc.MethodDescriptor<ListRepositoriesRequest,ListRepositoriesResponse> |
getListRepositoriesMethod() |
static io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> |
getListTagsMethod() |
static io.grpc.MethodDescriptor<ListVersionsRequest,ListVersionsResponse> |
getListVersionsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
getSetIamPolicyMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
getTestIamPermissionsMethod() |
static io.grpc.MethodDescriptor<UpdateProjectSettingsRequest,ProjectSettings> |
getUpdateProjectSettingsMethod() |
static io.grpc.MethodDescriptor<UpdateRepositoryRequest,Repository> |
getUpdateRepositoryMethod() |
static io.grpc.MethodDescriptor<UpdateTagRequest,Tag> |
getUpdateTagMethod() |
static io.grpc.MethodDescriptor<UpdateVPCSCConfigRequest,VPCSCConfig> |
getUpdateVPCSCConfigMethod() |
static ArtifactRegistryGrpc.ArtifactRegistryBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ArtifactRegistryGrpc.ArtifactRegistryFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ArtifactRegistryGrpc.ArtifactRegistryStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListDockerImagesRequest,ListDockerImagesResponse> getListDockerImagesMethod()
public static io.grpc.MethodDescriptor<GetDockerImageRequest,DockerImage> getGetDockerImageMethod()
public static io.grpc.MethodDescriptor<ListMavenArtifactsRequest,ListMavenArtifactsResponse> getListMavenArtifactsMethod()
public static io.grpc.MethodDescriptor<GetMavenArtifactRequest,MavenArtifact> getGetMavenArtifactMethod()
public static io.grpc.MethodDescriptor<ListNpmPackagesRequest,ListNpmPackagesResponse> getListNpmPackagesMethod()
public static io.grpc.MethodDescriptor<GetNpmPackageRequest,NpmPackage> getGetNpmPackageMethod()
public static io.grpc.MethodDescriptor<ListPythonPackagesRequest,ListPythonPackagesResponse> getListPythonPackagesMethod()
public static io.grpc.MethodDescriptor<GetPythonPackageRequest,PythonPackage> getGetPythonPackageMethod()
public static io.grpc.MethodDescriptor<ImportAptArtifactsRequest,com.google.longrunning.Operation> getImportAptArtifactsMethod()
public static io.grpc.MethodDescriptor<ImportYumArtifactsRequest,com.google.longrunning.Operation> getImportYumArtifactsMethod()
public static io.grpc.MethodDescriptor<ListRepositoriesRequest,ListRepositoriesResponse> getListRepositoriesMethod()
public static io.grpc.MethodDescriptor<GetRepositoryRequest,Repository> getGetRepositoryMethod()
public static io.grpc.MethodDescriptor<CreateRepositoryRequest,com.google.longrunning.Operation> getCreateRepositoryMethod()
public static io.grpc.MethodDescriptor<UpdateRepositoryRequest,Repository> getUpdateRepositoryMethod()
public static io.grpc.MethodDescriptor<DeleteRepositoryRequest,com.google.longrunning.Operation> getDeleteRepositoryMethod()
public static io.grpc.MethodDescriptor<ListPackagesRequest,ListPackagesResponse> getListPackagesMethod()
public static io.grpc.MethodDescriptor<GetPackageRequest,Package> getGetPackageMethod()
public static io.grpc.MethodDescriptor<DeletePackageRequest,com.google.longrunning.Operation> getDeletePackageMethod()
public static io.grpc.MethodDescriptor<ListVersionsRequest,ListVersionsResponse> getListVersionsMethod()
public static io.grpc.MethodDescriptor<GetVersionRequest,Version> getGetVersionMethod()
public static io.grpc.MethodDescriptor<DeleteVersionRequest,com.google.longrunning.Operation> getDeleteVersionMethod()
public static io.grpc.MethodDescriptor<BatchDeleteVersionsRequest,com.google.longrunning.Operation> getBatchDeleteVersionsMethod()
public static io.grpc.MethodDescriptor<ListFilesRequest,ListFilesResponse> getListFilesMethod()
public static io.grpc.MethodDescriptor<GetFileRequest,File> getGetFileMethod()
public static io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> getListTagsMethod()
public static io.grpc.MethodDescriptor<GetTagRequest,Tag> getGetTagMethod()
public static io.grpc.MethodDescriptor<CreateTagRequest,Tag> getCreateTagMethod()
public static io.grpc.MethodDescriptor<UpdateTagRequest,Tag> getUpdateTagMethod()
public static io.grpc.MethodDescriptor<DeleteTagRequest,com.google.protobuf.Empty> getDeleteTagMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static io.grpc.MethodDescriptor<GetProjectSettingsRequest,ProjectSettings> getGetProjectSettingsMethod()
public static io.grpc.MethodDescriptor<UpdateProjectSettingsRequest,ProjectSettings> getUpdateProjectSettingsMethod()
public static io.grpc.MethodDescriptor<GetVPCSCConfigRequest,VPCSCConfig> getGetVPCSCConfigMethod()
public static io.grpc.MethodDescriptor<UpdateVPCSCConfigRequest,VPCSCConfig> getUpdateVPCSCConfigMethod()
public static ArtifactRegistryGrpc.ArtifactRegistryStub newStub(io.grpc.Channel channel)
public static ArtifactRegistryGrpc.ArtifactRegistryBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ArtifactRegistryGrpc.ArtifactRegistryFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ArtifactRegistryGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.