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 interfaceAuthorizedCertificatesGrpc.AsyncServiceManages SSL certificates a user is authorized to administer.static classAuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStubA stub to allow clients to do synchronous rpc calls to service AuthorizedCertificates.static classAuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service AuthorizedCertificates.static classAuthorizedCertificatesGrpc.AuthorizedCertificatesImplBaseBase class for the server implementation of the service AuthorizedCertificates.static classAuthorizedCertificatesGrpc.AuthorizedCertificatesStubA stub to allow clients to do asynchronous rpc calls to service AuthorizedCertificates.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_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()
-
-