Class ArtifactRegistryGrpc


  • @Generated(value="by gRPC proto compiler",
               comments="Source: google/devtools/artifactregistry/v1beta2/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.
     
    • Method Detail

      • getImportAptArtifactsMethod

        public static io.grpc.MethodDescriptor<ImportAptArtifactsRequest,​com.google.longrunning.Operation> getImportAptArtifactsMethod()
      • getImportYumArtifactsMethod

        public static io.grpc.MethodDescriptor<ImportYumArtifactsRequest,​com.google.longrunning.Operation> getImportYumArtifactsMethod()
      • getCreateRepositoryMethod

        public static io.grpc.MethodDescriptor<CreateRepositoryRequest,​com.google.longrunning.Operation> getCreateRepositoryMethod()
      • getDeleteRepositoryMethod

        public static io.grpc.MethodDescriptor<DeleteRepositoryRequest,​com.google.longrunning.Operation> getDeleteRepositoryMethod()
      • getDeletePackageMethod

        public static io.grpc.MethodDescriptor<DeletePackageRequest,​com.google.longrunning.Operation> getDeletePackageMethod()
      • getDeleteVersionMethod

        public static io.grpc.MethodDescriptor<DeleteVersionRequest,​com.google.longrunning.Operation> getDeleteVersionMethod()
      • getGetFileMethod

        public static io.grpc.MethodDescriptor<GetFileRequest,​File> getGetFileMethod()
      • 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()
      • getServiceDescriptor

        public static io.grpc.ServiceDescriptor getServiceDescriptor()