Package dev.sigstore.fulcio.v2
Class CAGrpc
- java.lang.Object
-
- dev.sigstore.fulcio.v2.CAGrpc
-
public final class CAGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCAGrpc.AsyncServicestatic classCAGrpc.CABlockingStubA stub to allow clients to do synchronous rpc calls to service CA.static classCAGrpc.CAFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CA.static classCAGrpc.CAImplBaseBase class for the server implementation of the service CA.static classCAGrpc.CAStubA stub to allow clients to do asynchronous rpc calls to service CA.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(CAGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateSigningCertificateRequest,SigningCertificate>getCreateSigningCertificateMethod()static io.grpc.MethodDescriptor<GetTrustBundleRequest,TrustBundle>getGetTrustBundleMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static CAGrpc.CABlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CAGrpc.CAFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CAGrpc.CAStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateSigningCertificateMethod
public static io.grpc.MethodDescriptor<CreateSigningCertificateRequest,SigningCertificate> getCreateSigningCertificateMethod()
-
getGetTrustBundleMethod
public static io.grpc.MethodDescriptor<GetTrustBundleRequest,TrustBundle> getGetTrustBundleMethod()
-
newStub
public static CAGrpc.CAStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CAGrpc.CABlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CAGrpc.CAFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CAGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-