public static final class AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub extends io.grpc.stub.AbstractFutureStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub>
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.AuthorizedCertificatesFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate> |
createAuthorizedCertificate(CreateAuthorizedCertificateRequest request)
Uploads the specified SSL certificate.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request)
Deletes the specified SSL certificate.
|
com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate> |
getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.
|
com.google.common.util.concurrent.ListenableFuture<ListAuthorizedCertificatesResponse> |
listAuthorizedCertificates(ListAuthorizedCertificatesRequest request)
Lists all SSL certificates the user is authorized to administer.
|
com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate> |
updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request)
Updates the specified SSL certificate.
|
protected AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub>public com.google.common.util.concurrent.ListenableFuture<ListAuthorizedCertificatesResponse> listAuthorizedCertificates(ListAuthorizedCertificatesRequest request)
Lists all SSL certificates the user is authorized to administer.
public com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate> getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.
public com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate> createAuthorizedCertificate(CreateAuthorizedCertificateRequest request)
Uploads the specified SSL certificate.
public com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate> updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request)
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 com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request)
Deletes the specified SSL certificate.
Copyright © 2023 Google LLC. All rights reserved.