public abstract class IstioCertificateService extends Object implements com.google.protobuf.Service
Service for managing certificates issued by the CA.Protobuf service
istio.v1.auth.IstioCertificateService| 限定符和类型 | 类和说明 |
|---|---|
static interface |
IstioCertificateService.BlockingInterface |
static interface |
IstioCertificateService.Interface |
static class |
IstioCertificateService.Stub |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
abstract void |
createCertificate(com.google.protobuf.RpcController controller,
IstioCertificateRequest request,
com.google.protobuf.RpcCallback<IstioCertificateResponse> done)
Using provided CSR, returns a signed certificate.
|
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
static IstioCertificateService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(IstioCertificateService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(IstioCertificateService.Interface impl) |
static IstioCertificateService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
public static com.google.protobuf.Service newReflectiveService(IstioCertificateService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(IstioCertificateService.BlockingInterface impl)
public abstract void createCertificate(com.google.protobuf.RpcController controller,
IstioCertificateRequest request,
com.google.protobuf.RpcCallback<IstioCertificateResponse> done)
Using provided CSR, returns a signed certificate.
rpc CreateCertificate(.istio.v1.auth.IstioCertificateRequest) returns (.istio.v1.auth.IstioCertificateResponse);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Servicepublic final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod 在接口中 com.google.protobuf.Servicepublic final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype 在接口中 com.google.protobuf.Servicepublic final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype 在接口中 com.google.protobuf.Servicepublic static IstioCertificateService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static IstioCertificateService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2024 The Apache Software Foundation. All rights reserved.