Class ArtifactRegistryGrpc.ArtifactRegistryBlockingStub

  • Enclosing class:
    ArtifactRegistryGrpc

    public static final class ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<ArtifactRegistryGrpc.ArtifactRegistryBlockingStub>
    A stub to allow clients to do synchronous rpc calls to service ArtifactRegistry.
     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

      • importAptArtifacts

        public com.google.longrunning.Operation importAptArtifacts​(ImportAptArtifactsRequest request)
         Imports Apt artifacts. The returned Operation will complete once the
         resources are imported. Package, Version, and File resources are created
         based on the imported artifacts. Imported artifacts that conflict with
         existing resources are ignored.
         
      • importYumArtifacts

        public com.google.longrunning.Operation importYumArtifacts​(ImportYumArtifactsRequest request)
         Imports Yum (RPM) artifacts. The returned Operation will complete once the
         resources are imported. Package, Version, and File resources are created
         based on the imported artifacts. Imported artifacts that conflict with
         existing resources are ignored.
         
      • createRepository

        public com.google.longrunning.Operation createRepository​(CreateRepositoryRequest request)
         Creates a repository. The returned Operation will finish once the
         repository has been created. Its response will be the created Repository.
         
      • deleteRepository

        public com.google.longrunning.Operation deleteRepository​(DeleteRepositoryRequest request)
         Deletes a repository and all of its contents. The returned Operation will
         finish once the repository has been deleted. It will not have any Operation
         metadata and will return a google.protobuf.Empty response.
         
      • deletePackage

        public com.google.longrunning.Operation deletePackage​(DeletePackageRequest request)
         Deletes a package and all of its versions and tags. The returned operation
         will complete once the package has been deleted.
         
      • deleteVersion

        public com.google.longrunning.Operation deleteVersion​(DeleteVersionRequest request)
         Deletes a version and all of its content. The returned operation will
         complete once the version has been deleted.
         
      • deleteTag

        public com.google.protobuf.Empty deleteTag​(DeleteTagRequest request)
         Deletes a tag.
         
      • setIamPolicy

        public com.google.iam.v1.Policy setIamPolicy​(com.google.iam.v1.SetIamPolicyRequest request)
         Updates the IAM policy for a given resource.
         
      • getIamPolicy

        public com.google.iam.v1.Policy getIamPolicy​(com.google.iam.v1.GetIamPolicyRequest request)
         Gets the IAM policy for a given resource.
         
      • testIamPermissions

        public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions​(com.google.iam.v1.TestIamPermissionsRequest request)
         Tests if the caller has a list of permissions on a resource.