public static interface AuthorizedCertificatesGrpc.AsyncService
Manages SSL certificates a user is authorized to administer. A user can administer any SSL certificates applicable to their authorized domains.
| Modifier and Type | Method and Description |
|---|---|
default void |
createAuthorizedCertificate(CreateAuthorizedCertificateRequest request,
io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Uploads the specified SSL certificate.
|
default void |
deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified SSL certificate.
|
default void |
getAuthorizedCertificate(GetAuthorizedCertificateRequest request,
io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.
|
default void |
listAuthorizedCertificates(ListAuthorizedCertificatesRequest request,
io.grpc.stub.StreamObserver<ListAuthorizedCertificatesResponse> responseObserver)
Lists all SSL certificates the user is authorized to administer.
|
default void |
updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request,
io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Updates the specified SSL certificate.
|
default void listAuthorizedCertificates(ListAuthorizedCertificatesRequest request, io.grpc.stub.StreamObserver<ListAuthorizedCertificatesResponse> responseObserver)
Lists all SSL certificates the user is authorized to administer.
default void getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.
default void createAuthorizedCertificate(CreateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Uploads the specified SSL certificate.
default void updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update `certificate_data` with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate `display_name` may also be updated.
default void deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified SSL certificate.
Copyright © 2023 Google LLC. All rights reserved.