Package com.google.appengine.v1
Class AuthorizedCertificatesGrpc.AuthorizedCertificatesStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesStub>
-
- com.google.appengine.v1.AuthorizedCertificatesGrpc.AuthorizedCertificatesStub
-
- Enclosing class:
- AuthorizedCertificatesGrpc
public static final class AuthorizedCertificatesGrpc.AuthorizedCertificatesStub extends io.grpc.stub.AbstractAsyncStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesStub>
A stub to allow clients to do asynchronous 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.AuthorizedCertificatesStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
createAuthorizedCertificate(CreateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Uploads the specified SSL certificate.void
deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified SSL certificate.void
getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.void
listAuthorizedCertificates(ListAuthorizedCertificatesRequest request, io.grpc.stub.StreamObserver<ListAuthorizedCertificatesResponse> responseObserver)
Lists all SSL certificates the user is authorized to administer.void
updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Updates the specified SSL certificate.
-
-
-
Method Detail
-
build
protected AuthorizedCertificatesGrpc.AuthorizedCertificatesStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesStub>
-
listAuthorizedCertificates
public void listAuthorizedCertificates(ListAuthorizedCertificatesRequest request, io.grpc.stub.StreamObserver<ListAuthorizedCertificatesResponse> responseObserver)
Lists all SSL certificates the user is authorized to administer.
-
getAuthorizedCertificate
public void getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.
-
createAuthorizedCertificate
public void createAuthorizedCertificate(CreateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Uploads the specified SSL certificate.
-
updateAuthorizedCertificate
public void updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
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 void deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified SSL certificate.
-
-