public static final class AuthorizedCertificatesGrpc.AuthorizedCertificatesStub extends io.grpc.stub.AbstractAsyncStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesStub>
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 |
|---|---|
protected AuthorizedCertificatesGrpc.AuthorizedCertificatesStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createAuthorizedCertificate(CreateAuthorizedCertificateRequest request,
io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Uploads the specified SSL certificate.
|
void |
deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified SSL certificate.
|
void |
getAuthorizedCertificate(GetAuthorizedCertificateRequest request,
io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.
|
void |
listAuthorizedCertificates(ListAuthorizedCertificatesRequest request,
io.grpc.stub.StreamObserver<ListAuthorizedCertificatesResponse> responseObserver)
Lists all SSL certificates the user is authorized to administer.
|
void |
updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request,
io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Updates the specified SSL certificate.
|
protected AuthorizedCertificatesGrpc.AuthorizedCertificatesStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesStub>public void listAuthorizedCertificates(ListAuthorizedCertificatesRequest request, io.grpc.stub.StreamObserver<ListAuthorizedCertificatesResponse> responseObserver)
Lists all SSL certificates the user is authorized to administer.
public void getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.
public void createAuthorizedCertificate(CreateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Uploads the specified SSL certificate.
public 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.
public 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.