@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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse> getListAuthorizedCertificatesMethod()
public static io.grpc.MethodDescriptor<GetAuthorizedCertificateRequest,AuthorizedCertificate> getGetAuthorizedCertificateMethod()
public static io.grpc.MethodDescriptor<CreateAuthorizedCertificateRequest,AuthorizedCertificate> getCreateAuthorizedCertificateMethod()
public static io.grpc.MethodDescriptor<UpdateAuthorizedCertificateRequest,AuthorizedCertificate> getUpdateAuthorizedCertificateMethod()
public static io.grpc.MethodDescriptor<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty> getDeleteAuthorizedCertificateMethod()
public static AuthorizedCertificatesGrpc.AuthorizedCertificatesStub newStub(io.grpc.Channel channel)
public static AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(AuthorizedCertificatesGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.