All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(CertificateManagerGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<CreateCertificateIssuanceConfigRequest,com.google.longrunning.Operation> |
getCreateCertificateIssuanceConfigMethod() |
|
static io.grpc.MethodDescriptor<CreateCertificateMapEntryRequest,com.google.longrunning.Operation> |
getCreateCertificateMapEntryMethod() |
|
static io.grpc.MethodDescriptor<CreateCertificateMapRequest,com.google.longrunning.Operation> |
getCreateCertificateMapMethod() |
|
static io.grpc.MethodDescriptor<CreateCertificateRequest,com.google.longrunning.Operation> |
getCreateCertificateMethod() |
|
static io.grpc.MethodDescriptor<CreateDnsAuthorizationRequest,com.google.longrunning.Operation> |
getCreateDnsAuthorizationMethod() |
|
static io.grpc.MethodDescriptor<DeleteCertificateIssuanceConfigRequest,com.google.longrunning.Operation> |
getDeleteCertificateIssuanceConfigMethod() |
|
static io.grpc.MethodDescriptor<DeleteCertificateMapEntryRequest,com.google.longrunning.Operation> |
getDeleteCertificateMapEntryMethod() |
|
static io.grpc.MethodDescriptor<DeleteCertificateMapRequest,com.google.longrunning.Operation> |
getDeleteCertificateMapMethod() |
|
static io.grpc.MethodDescriptor<DeleteCertificateRequest,com.google.longrunning.Operation> |
getDeleteCertificateMethod() |
|
static io.grpc.MethodDescriptor<DeleteDnsAuthorizationRequest,com.google.longrunning.Operation> |
getDeleteDnsAuthorizationMethod() |
|
static io.grpc.MethodDescriptor<GetCertificateIssuanceConfigRequest,CertificateIssuanceConfig> |
getGetCertificateIssuanceConfigMethod() |
|
static io.grpc.MethodDescriptor<GetCertificateMapEntryRequest,CertificateMapEntry> |
getGetCertificateMapEntryMethod() |
|
static io.grpc.MethodDescriptor<GetCertificateMapRequest,CertificateMap> |
getGetCertificateMapMethod() |
|
static io.grpc.MethodDescriptor<GetCertificateRequest,Certificate> |
getGetCertificateMethod() |
|
static io.grpc.MethodDescriptor<GetDnsAuthorizationRequest,DnsAuthorization> |
getGetDnsAuthorizationMethod() |
|
static io.grpc.MethodDescriptor<ListCertificateIssuanceConfigsRequest,ListCertificateIssuanceConfigsResponse> |
getListCertificateIssuanceConfigsMethod() |
|
static io.grpc.MethodDescriptor<ListCertificateMapEntriesRequest,ListCertificateMapEntriesResponse> |
getListCertificateMapEntriesMethod() |
|
static io.grpc.MethodDescriptor<ListCertificateMapsRequest,ListCertificateMapsResponse> |
getListCertificateMapsMethod() |
|
static io.grpc.MethodDescriptor<ListCertificatesRequest,ListCertificatesResponse> |
getListCertificatesMethod() |
|
static io.grpc.MethodDescriptor<ListDnsAuthorizationsRequest,ListDnsAuthorizationsResponse> |
getListDnsAuthorizationsMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateCertificateMapEntryRequest,com.google.longrunning.Operation> |
getUpdateCertificateMapEntryMethod() |
|
static io.grpc.MethodDescriptor<UpdateCertificateMapRequest,com.google.longrunning.Operation> |
getUpdateCertificateMapMethod() |
|
static io.grpc.MethodDescriptor<UpdateCertificateRequest,com.google.longrunning.Operation> |
getUpdateCertificateMethod() |
|
static io.grpc.MethodDescriptor<UpdateDnsAuthorizationRequest,com.google.longrunning.Operation> |
getUpdateDnsAuthorizationMethod() |
|
static CertificateManagerGrpc.CertificateManagerBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static CertificateManagerGrpc.CertificateManagerFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static CertificateManagerGrpc.CertificateManagerStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|