Class CertificateAuthorityServiceGrpc.CertificateAuthorityServiceImplBase
- java.lang.Object
-
- com.google.cloud.security.privateca.v1beta1.CertificateAuthorityServiceGrpc.CertificateAuthorityServiceImplBase
-
- All Implemented Interfaces:
CertificateAuthorityServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CertificateAuthorityServiceGrpc
public abstract static class CertificateAuthorityServiceGrpc.CertificateAuthorityServiceImplBase extends Object implements io.grpc.BindableService, CertificateAuthorityServiceGrpc.AsyncService
Base class for the server implementation of the service CertificateAuthorityService.[Certificate Authority Service][google.cloud.security.privateca.v1beta1.CertificateAuthorityService] manages private certificate authorities and issued certificates.
-
-
Constructor Summary
Constructors Constructor Description CertificateAuthorityServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.security.privateca.v1beta1.CertificateAuthorityServiceGrpc.AsyncService
activateCertificateAuthority, createCertificate, createCertificateAuthority, disableCertificateAuthority, enableCertificateAuthority, fetchCertificateAuthorityCsr, getCertificate, getCertificateAuthority, getCertificateRevocationList, getReusableConfig, listCertificateAuthorities, listCertificateRevocationLists, listCertificates, listReusableConfigs, restoreCertificateAuthority, revokeCertificate, scheduleDeleteCertificateAuthority, updateCertificate, updateCertificateAuthority, updateCertificateRevocationList
-
-