Package com.google.appengine.v1
Class AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub>
-
- com.google.appengine.v1.AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub
-
- Enclosing class:
- AuthorizedCertificatesGrpc
public static final class AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub extends io.grpc.stub.AbstractFutureStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service AuthorizedCertificates.Manages SSL certificates a user is authorized to administer. A user can administer any SSL certificates applicable to their authorized domains.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub>
-
listAuthorizedCertificates
public com.google.common.util.concurrent.ListenableFuture<ListAuthorizedCertificatesResponse> listAuthorizedCertificates(ListAuthorizedCertificatesRequest request)
Lists all SSL certificates the user is authorized to administer.
-
getAuthorizedCertificate
public com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate> getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.
-
createAuthorizedCertificate
public com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate> createAuthorizedCertificate(CreateAuthorizedCertificateRequest request)
Uploads the specified SSL certificate.
-
updateAuthorizedCertificate
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.
-
deleteAuthorizedCertificate
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request)
Deletes the specified SSL certificate.
-
-