Class AuthorizedCertificatesGrpc (2.1.10)

public final class AuthorizedCertificatesGrpc

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 > AuthorizedCertificatesGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateAuthorizedCertificateMethod()

public static MethodDescriptor<CreateAuthorizedCertificateRequest,AuthorizedCertificate> getCreateAuthorizedCertificateMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAuthorizedCertificateRequest,AuthorizedCertificate>

getDeleteAuthorizedCertificateMethod()

public static MethodDescriptor<DeleteAuthorizedCertificateRequest,Empty> getDeleteAuthorizedCertificateMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAuthorizedCertificateRequest,Empty>

getGetAuthorizedCertificateMethod()

public static MethodDescriptor<GetAuthorizedCertificateRequest,AuthorizedCertificate> getGetAuthorizedCertificateMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAuthorizedCertificateRequest,AuthorizedCertificate>

getListAuthorizedCertificatesMethod()

public static MethodDescriptor<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse> getListAuthorizedCertificatesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateAuthorizedCertificateMethod()

public static MethodDescriptor<UpdateAuthorizedCertificateRequest,AuthorizedCertificate> getUpdateAuthorizedCertificateMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAuthorizedCertificateRequest,AuthorizedCertificate>

newBlockingStub(Channel channel)

public static AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub

newFutureStub(Channel channel)

public static AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub

newStub(Channel channel)

public static AuthorizedCertificatesGrpc.AuthorizedCertificatesStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AuthorizedCertificatesGrpc.AuthorizedCertificatesStub