Class PublicCertificateAuthorityServiceGrpc
- java.lang.Object
-
- com.google.cloud.security.publicca.v1beta1.PublicCertificateAuthorityServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/security/publicca/v1beta1/service.proto") public final class PublicCertificateAuthorityServiceGrpc extends Object
Manages the resources required for ACME [external account binding](https://tools.ietf.org/html/rfc8555#section-7.3.4) for the public certificate authority service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PublicCertificateAuthorityServiceGrpc.AsyncService
Manages the resources required for ACME [external account binding](https://tools.ietf.org/html/rfc8555#section-7.3.4) for the public certificate authority service.static class
PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service PublicCertificateAuthorityService.static class
PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service PublicCertificateAuthorityService.static class
PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceImplBase
Base class for the server implementation of the service PublicCertificateAuthorityService.static class
PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceStub
A stub to allow clients to do asynchronous rpc calls to service PublicCertificateAuthorityService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(PublicCertificateAuthorityServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateExternalAccountKeyRequest,ExternalAccountKey>
getCreateExternalAccountKeyMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateExternalAccountKeyMethod
public static io.grpc.MethodDescriptor<CreateExternalAccountKeyRequest,ExternalAccountKey> getCreateExternalAccountKeyMethod()
-
newStub
public static PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceFutureStub 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(PublicCertificateAuthorityServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-