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