All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(CertificateAuthorityServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<ActivateCertificateAuthorityRequest,com.google.longrunning.Operation> |
getActivateCertificateAuthorityMethod() |
|
static io.grpc.MethodDescriptor<CreateCertificateAuthorityRequest,com.google.longrunning.Operation> |
getCreateCertificateAuthorityMethod() |
|
static io.grpc.MethodDescriptor<CreateCertificateRequest,Certificate> |
getCreateCertificateMethod() |
|
static io.grpc.MethodDescriptor<DisableCertificateAuthorityRequest,com.google.longrunning.Operation> |
getDisableCertificateAuthorityMethod() |
|
static io.grpc.MethodDescriptor<EnableCertificateAuthorityRequest,com.google.longrunning.Operation> |
getEnableCertificateAuthorityMethod() |
|
static io.grpc.MethodDescriptor<FetchCertificateAuthorityCsrRequest,FetchCertificateAuthorityCsrResponse> |
getFetchCertificateAuthorityCsrMethod() |
|
static io.grpc.MethodDescriptor<GetCertificateAuthorityRequest,CertificateAuthority> |
getGetCertificateAuthorityMethod() |
|
static io.grpc.MethodDescriptor<GetCertificateRequest,Certificate> |
getGetCertificateMethod() |
|
static io.grpc.MethodDescriptor<GetCertificateRevocationListRequest,CertificateRevocationList> |
getGetCertificateRevocationListMethod() |
|
static io.grpc.MethodDescriptor<GetReusableConfigRequest,ReusableConfig> |
getGetReusableConfigMethod() |
|
static io.grpc.MethodDescriptor<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse> |
getListCertificateAuthoritiesMethod() |
|
static io.grpc.MethodDescriptor<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse> |
getListCertificateRevocationListsMethod() |
|
static io.grpc.MethodDescriptor<ListCertificatesRequest,ListCertificatesResponse> |
getListCertificatesMethod() |
|
static io.grpc.MethodDescriptor<ListReusableConfigsRequest,ListReusableConfigsResponse> |
getListReusableConfigsMethod() |
|
static io.grpc.MethodDescriptor<RestoreCertificateAuthorityRequest,com.google.longrunning.Operation> |
getRestoreCertificateAuthorityMethod() |
|
static io.grpc.MethodDescriptor<RevokeCertificateRequest,Certificate> |
getRevokeCertificateMethod() |
|
static io.grpc.MethodDescriptor<ScheduleDeleteCertificateAuthorityRequest,com.google.longrunning.Operation> |
getScheduleDeleteCertificateAuthorityMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateCertificateAuthorityRequest,com.google.longrunning.Operation> |
getUpdateCertificateAuthorityMethod() |
|
static io.grpc.MethodDescriptor<UpdateCertificateRequest,Certificate> |
getUpdateCertificateMethod() |
|
static io.grpc.MethodDescriptor<UpdateCertificateRevocationListRequest,com.google.longrunning.Operation> |
getUpdateCertificateRevocationListMethod() |
|
static CertificateAuthorityServiceGrpc.CertificateAuthorityServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static CertificateAuthorityServiceGrpc.CertificateAuthorityServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static CertificateAuthorityServiceGrpc.CertificateAuthorityServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|