Package com.google.appengine.v1
Class AuthorizedCertificatesGrpc
- java.lang.Object
-
- com.google.appengine.v1.AuthorizedCertificatesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/appengine/v1/appengine.proto") public final class AuthorizedCertificatesGrpc extends Object
Manages SSL certificates a user is authorized to administer. A user can administer any SSL certificates applicable to their authorized domains.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AuthorizedCertificatesGrpc.AsyncService
Manages SSL certificates a user is authorized to administer.static class
AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub
A stub to allow clients to do synchronous rpc calls to service AuthorizedCertificates.static class
AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AuthorizedCertificates.static class
AuthorizedCertificatesGrpc.AuthorizedCertificatesImplBase
Base class for the server implementation of the service AuthorizedCertificates.static class
AuthorizedCertificatesGrpc.AuthorizedCertificatesStub
A stub to allow clients to do asynchronous rpc calls to service AuthorizedCertificates.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListAuthorizedCertificatesMethod
public static io.grpc.MethodDescriptor<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse> getListAuthorizedCertificatesMethod()
-
getGetAuthorizedCertificateMethod
public static io.grpc.MethodDescriptor<GetAuthorizedCertificateRequest,AuthorizedCertificate> getGetAuthorizedCertificateMethod()
-
getCreateAuthorizedCertificateMethod
public static io.grpc.MethodDescriptor<CreateAuthorizedCertificateRequest,AuthorizedCertificate> getCreateAuthorizedCertificateMethod()
-
getUpdateAuthorizedCertificateMethod
public static io.grpc.MethodDescriptor<UpdateAuthorizedCertificateRequest,AuthorizedCertificate> getUpdateAuthorizedCertificateMethod()
-
getDeleteAuthorizedCertificateMethod
public static io.grpc.MethodDescriptor<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty> getDeleteAuthorizedCertificateMethod()
-
newStub
public static AuthorizedCertificatesGrpc.AuthorizedCertificatesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(AuthorizedCertificatesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-