Send feedback
Class ArtifactRegistryGrpc (1.38.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.38.0 keyboard_arrow_down
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<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<GetPackageRequest , Package > getGetPackageMethod ()
public static MethodDescriptor<GetProjectSettingsRequest , ProjectSettings > getGetProjectSettingsMethod ()
public static MethodDescriptor<GetRepositoryRequest , Repository > getGetRepositoryMethod ()
public static MethodDescriptor<GetTagRequest , Tag > getGetTagMethod ()
public static MethodDescriptor<GetVersionRequest , Version > getGetVersionMethod ()
public static MethodDescriptor<ImportAptArtifactsRequest , Operation > getImportAptArtifactsMethod ()
public static MethodDescriptor<ImportYumArtifactsRequest , Operation > getImportYumArtifactsMethod ()
public static MethodDescriptor<ListFilesRequest , ListFilesResponse > getListFilesMethod ()
public static MethodDescriptor<ListPackagesRequest , ListPackagesResponse > getListPackagesMethod ()
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 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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]