程序包 istio.v1.auth
类 IstioCertificateServiceGrpc
- java.lang.Object
-
- istio.v1.auth.IstioCertificateServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.14.0)", comments="Source: ca.proto") public final class IstioCertificateServiceGrpc extends Object
Service for managing certificates issued by the CA.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classIstioCertificateServiceGrpc.IstioCertificateServiceBlockingStubService for managing certificates issued by the CA.static classIstioCertificateServiceGrpc.IstioCertificateServiceFutureStubService for managing certificates issued by the CA.static classIstioCertificateServiceGrpc.IstioCertificateServiceImplBaseService for managing certificates issued by the CA.static classIstioCertificateServiceGrpc.IstioCertificateServiceStubService for managing certificates issued by the CA.
-
字段概要
字段 修饰符和类型 字段 说明 static StringSERVICE_NAME
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static io.grpc.MethodDescriptor<Ca.IstioCertificateRequest,Ca.IstioCertificateResponse>getCreateCertificateMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static IstioCertificateServiceGrpc.IstioCertificateServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic IstioCertificateServiceGrpc.IstioCertificateServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic IstioCertificateServiceGrpc.IstioCertificateServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
方法详细资料
-
getCreateCertificateMethod
public static io.grpc.MethodDescriptor<Ca.IstioCertificateRequest,Ca.IstioCertificateResponse> getCreateCertificateMethod()
-
newStub
public static IstioCertificateServiceGrpc.IstioCertificateServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static IstioCertificateServiceGrpc.IstioCertificateServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static IstioCertificateServiceGrpc.IstioCertificateServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-