Class CertificateManagerGrpc.CertificateManagerFutureStub

  • Enclosing class:
    CertificateManagerGrpc

    public static final class CertificateManagerGrpc.CertificateManagerFutureStub
    extends io.grpc.stub.AbstractFutureStub<CertificateManagerGrpc.CertificateManagerFutureStub>
    A stub to allow clients to do ListenableFuture-style rpc calls to service CertificateManager.
     API Overview
     Certificates Manager API allows customers to see and manage all their TLS
     certificates.
     Certificates Manager API service provides methods to manage certificates,
     group them into collections, and create serving configuration that can be
     easily applied to other Cloud resources e.g. Target Proxies.
     Data Model
     The Certificates Manager service exposes the following resources:
     * `Certificate` that describes a single TLS certificate.
     * `CertificateMap` that describes a collection of certificates that can be
     attached to a target resource.
     * `CertificateMapEntry` that describes a single configuration entry that
     consists of a SNI and a group of certificates. It's a subresource of
     CertificateMap.
     Certificate, CertificateMap and CertificateMapEntry IDs
     have to fully match the regexp `[a-z0-9-]{1,63}`. In other words,
     - only lower case letters, digits, and hyphen are allowed
     - length of the resource ID has to be in [1,63] range.
     Provides methods to manage Cloud Certificate Manager entities.
     
    • Method Detail

      • getCertificate

        public com.google.common.util.concurrent.ListenableFuture<Certificate> getCertificate​(GetCertificateRequest request)
         Gets details of a single Certificate.
         
      • createCertificate

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createCertificate​(CreateCertificateRequest request)
         Creates a new Certificate in a given project and location.
         
      • updateCertificate

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateCertificate​(UpdateCertificateRequest request)
         Updates a Certificate.
         
      • deleteCertificate

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteCertificate​(DeleteCertificateRequest request)
         Deletes a single Certificate.
         
      • getCertificateMap

        public com.google.common.util.concurrent.ListenableFuture<CertificateMap> getCertificateMap​(GetCertificateMapRequest request)
         Gets details of a single CertificateMap.
         
      • createCertificateMap

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createCertificateMap​(CreateCertificateMapRequest request)
         Creates a new CertificateMap in a given project and location.
         
      • updateCertificateMap

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateCertificateMap​(UpdateCertificateMapRequest request)
         Updates a CertificateMap.
         
      • deleteCertificateMap

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteCertificateMap​(DeleteCertificateMapRequest request)
         Deletes a single CertificateMap. A Certificate Map can't be deleted
         if it contains Certificate Map Entries. Remove all the entries from
         the map before calling this method.
         
      • createCertificateMapEntry

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createCertificateMapEntry​(CreateCertificateMapEntryRequest request)
         Creates a new CertificateMapEntry in a given project and location.
         
      • updateCertificateMapEntry

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateCertificateMapEntry​(UpdateCertificateMapEntryRequest request)
         Updates a CertificateMapEntry.
         
      • deleteCertificateMapEntry

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteCertificateMapEntry​(DeleteCertificateMapEntryRequest request)
         Deletes a single CertificateMapEntry.
         
      • createDnsAuthorization

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createDnsAuthorization​(CreateDnsAuthorizationRequest request)
         Creates a new DnsAuthorization in a given project and location.
         
      • updateDnsAuthorization

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateDnsAuthorization​(UpdateDnsAuthorizationRequest request)
         Updates a DnsAuthorization.
         
      • deleteDnsAuthorization

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteDnsAuthorization​(DeleteDnsAuthorizationRequest request)
         Deletes a single DnsAuthorization.
         
      • createCertificateIssuanceConfig

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createCertificateIssuanceConfig​(CreateCertificateIssuanceConfigRequest request)
         Creates a new CertificateIssuanceConfig in a given project and location.
         
      • deleteCertificateIssuanceConfig

        public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteCertificateIssuanceConfig​(DeleteCertificateIssuanceConfigRequest request)
         Deletes a single CertificateIssuanceConfig.