Package com.google.appengine.v1
Class AuthorizedCertificatesGrpc.AuthorizedCertificatesImplBase
- java.lang.Object
-
- com.google.appengine.v1.AuthorizedCertificatesGrpc.AuthorizedCertificatesImplBase
-
- All Implemented Interfaces:
AuthorizedCertificatesGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AuthorizedCertificatesGrpc
public abstract static class AuthorizedCertificatesGrpc.AuthorizedCertificatesImplBase extends Object implements io.grpc.BindableService, AuthorizedCertificatesGrpc.AsyncService
Base class for the server implementation of the service AuthorizedCertificates.Manages SSL certificates a user is authorized to administer. A user can administer any SSL certificates applicable to their authorized domains.
-
-
Constructor Summary
Constructors Constructor Description AuthorizedCertificatesImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.appengine.v1.AuthorizedCertificatesGrpc.AsyncService
createAuthorizedCertificate, deleteAuthorizedCertificate, getAuthorizedCertificate, listAuthorizedCertificates, updateAuthorizedCertificate
-
-