Interface PublicCertificateAuthorityServiceGrpc.AsyncService
-
- All Known Implementing Classes:
PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceImplBase
- Enclosing class:
- PublicCertificateAuthorityServiceGrpc
public 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.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
createExternalAccountKey(CreateExternalAccountKeyRequest request, io.grpc.stub.StreamObserver<ExternalAccountKey> responseObserver)
Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.
-
-
-
Method Detail
-
createExternalAccountKey
default void createExternalAccountKey(CreateExternalAccountKeyRequest request, io.grpc.stub.StreamObserver<ExternalAccountKey> responseObserver)
Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.
-
-