public static final class AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub extends io.grpc.stub.AbstractBlockingStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub>
Manages SSL certificates a user is authorized to administer. A user can administer any SSL certificates applicable to their authorized domains.
| Modifier and Type | Method and 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.
|
protected AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub>public ListAuthorizedCertificatesResponse listAuthorizedCertificates(ListAuthorizedCertificatesRequest request)
Lists all SSL certificates the user is authorized to administer.
public AuthorizedCertificate getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.
public AuthorizedCertificate createAuthorizedCertificate(CreateAuthorizedCertificateRequest request)
Uploads the specified SSL certificate.
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.
public com.google.protobuf.Empty deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request)
Deletes the specified SSL certificate.
Copyright © 2023 Google LLC. All rights reserved.