Class ArtifactRegistryGrpc
- java.lang.Object
-
- com.google.devtools.artifactregistry.v1.ArtifactRegistryGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ArtifactRegistryGrpc.AsyncService service)
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 servicestatic ArtifactRegistryGrpc.ArtifactRegistryFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ArtifactRegistryGrpc.ArtifactRegistryStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListDockerImagesMethod
public static io.grpc.MethodDescriptor<ListDockerImagesRequest,ListDockerImagesResponse> getListDockerImagesMethod()
-
getGetDockerImageMethod
public static io.grpc.MethodDescriptor<GetDockerImageRequest,DockerImage> getGetDockerImageMethod()
-
getListMavenArtifactsMethod
public static io.grpc.MethodDescriptor<ListMavenArtifactsRequest,ListMavenArtifactsResponse> getListMavenArtifactsMethod()
-
getGetMavenArtifactMethod
public static io.grpc.MethodDescriptor<GetMavenArtifactRequest,MavenArtifact> getGetMavenArtifactMethod()
-
getListNpmPackagesMethod
public static io.grpc.MethodDescriptor<ListNpmPackagesRequest,ListNpmPackagesResponse> getListNpmPackagesMethod()
-
getGetNpmPackageMethod
public static io.grpc.MethodDescriptor<GetNpmPackageRequest,NpmPackage> getGetNpmPackageMethod()
-
getListPythonPackagesMethod
public static io.grpc.MethodDescriptor<ListPythonPackagesRequest,ListPythonPackagesResponse> getListPythonPackagesMethod()
-
getGetPythonPackageMethod
public static io.grpc.MethodDescriptor<GetPythonPackageRequest,PythonPackage> getGetPythonPackageMethod()
-
getImportAptArtifactsMethod
public static io.grpc.MethodDescriptor<ImportAptArtifactsRequest,com.google.longrunning.Operation> getImportAptArtifactsMethod()
-
getImportYumArtifactsMethod
public static io.grpc.MethodDescriptor<ImportYumArtifactsRequest,com.google.longrunning.Operation> getImportYumArtifactsMethod()
-
getListRepositoriesMethod
public static io.grpc.MethodDescriptor<ListRepositoriesRequest,ListRepositoriesResponse> getListRepositoriesMethod()
-
getGetRepositoryMethod
public static io.grpc.MethodDescriptor<GetRepositoryRequest,Repository> getGetRepositoryMethod()
-
getCreateRepositoryMethod
public static io.grpc.MethodDescriptor<CreateRepositoryRequest,com.google.longrunning.Operation> getCreateRepositoryMethod()
-
getUpdateRepositoryMethod
public static io.grpc.MethodDescriptor<UpdateRepositoryRequest,Repository> getUpdateRepositoryMethod()
-
getDeleteRepositoryMethod
public static io.grpc.MethodDescriptor<DeleteRepositoryRequest,com.google.longrunning.Operation> getDeleteRepositoryMethod()
-
getListPackagesMethod
public static io.grpc.MethodDescriptor<ListPackagesRequest,ListPackagesResponse> getListPackagesMethod()
-
getGetPackageMethod
public static io.grpc.MethodDescriptor<GetPackageRequest,Package> getGetPackageMethod()
-
getDeletePackageMethod
public static io.grpc.MethodDescriptor<DeletePackageRequest,com.google.longrunning.Operation> getDeletePackageMethod()
-
getListVersionsMethod
public static io.grpc.MethodDescriptor<ListVersionsRequest,ListVersionsResponse> getListVersionsMethod()
-
getGetVersionMethod
public static io.grpc.MethodDescriptor<GetVersionRequest,Version> getGetVersionMethod()
-
getDeleteVersionMethod
public static io.grpc.MethodDescriptor<DeleteVersionRequest,com.google.longrunning.Operation> getDeleteVersionMethod()
-
getListFilesMethod
public static io.grpc.MethodDescriptor<ListFilesRequest,ListFilesResponse> getListFilesMethod()
-
getGetFileMethod
public static io.grpc.MethodDescriptor<GetFileRequest,File> getGetFileMethod()
-
getListTagsMethod
public static io.grpc.MethodDescriptor<ListTagsRequest,ListTagsResponse> getListTagsMethod()
-
getGetTagMethod
public static io.grpc.MethodDescriptor<GetTagRequest,Tag> getGetTagMethod()
-
getCreateTagMethod
public static io.grpc.MethodDescriptor<CreateTagRequest,Tag> getCreateTagMethod()
-
getUpdateTagMethod
public static io.grpc.MethodDescriptor<UpdateTagRequest,Tag> getUpdateTagMethod()
-
getDeleteTagMethod
public static io.grpc.MethodDescriptor<DeleteTagRequest,com.google.protobuf.Empty> getDeleteTagMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
getGetProjectSettingsMethod
public static io.grpc.MethodDescriptor<GetProjectSettingsRequest,ProjectSettings> getGetProjectSettingsMethod()
-
getUpdateProjectSettingsMethod
public static io.grpc.MethodDescriptor<UpdateProjectSettingsRequest,ProjectSettings> getUpdateProjectSettingsMethod()
-
getGetVPCSCConfigMethod
public static io.grpc.MethodDescriptor<GetVPCSCConfigRequest,VPCSCConfig> getGetVPCSCConfigMethod()
-
getUpdateVPCSCConfigMethod
public static io.grpc.MethodDescriptor<UpdateVPCSCConfigRequest,VPCSCConfig> getUpdateVPCSCConfigMethod()
-
newStub
public static ArtifactRegistryGrpc.ArtifactRegistryStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ArtifactRegistryGrpc.ArtifactRegistryBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ArtifactRegistryGrpc.ArtifactRegistryFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ArtifactRegistryGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-