Class AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub (2.3.3)

public static final class AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub extends AbstractBlockingStub<AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub>

Manages SSL certificates a user is authorized to administer. A user can administer any SSL certificates applicable to their authorized domains.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createAuthorizedCertificate(CreateAuthorizedCertificateRequest request)

public AuthorizedCertificate createAuthorizedCertificate(CreateAuthorizedCertificateRequest request)

Uploads the specified SSL certificate.

Parameter
NameDescription
requestCreateAuthorizedCertificateRequest
Returns
TypeDescription
AuthorizedCertificate

deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request)

public Empty deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request)

Deletes the specified SSL certificate.

Parameter
NameDescription
requestDeleteAuthorizedCertificateRequest
Returns
TypeDescription
Empty

getAuthorizedCertificate(GetAuthorizedCertificateRequest request)

public AuthorizedCertificate getAuthorizedCertificate(GetAuthorizedCertificateRequest request)

Gets the specified SSL certificate.

Parameter
NameDescription
requestGetAuthorizedCertificateRequest
Returns
TypeDescription
AuthorizedCertificate

listAuthorizedCertificates(ListAuthorizedCertificatesRequest request)

public ListAuthorizedCertificatesResponse listAuthorizedCertificates(ListAuthorizedCertificatesRequest request)

Lists all SSL certificates the user is authorized to administer.

Parameter
NameDescription
requestListAuthorizedCertificatesRequest
Returns
TypeDescription
ListAuthorizedCertificatesResponse

updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request)

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.

Parameter
NameDescription
requestUpdateAuthorizedCertificateRequest
Returns
TypeDescription
AuthorizedCertificate