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