public class GrpcAuthorizedCertificatesStub extends AuthorizedCertificatesStub
gRPC stub implementation for the AuthorizedCertificates service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcAuthorizedCertificatesStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcAuthorizedCertificatesStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(AuthorizedCertificatesStubSettings settings)
public static final GrpcAuthorizedCertificatesStub create(AuthorizedCertificatesStubSettings settings)
Constructors
GrpcAuthorizedCertificatesStub(AuthorizedCertificatesStubSettings settings, ClientContext clientContext)
protected GrpcAuthorizedCertificatesStub(AuthorizedCertificatesStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcAuthorizedCertificatesStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
GrpcAuthorizedCertificatesStub(AuthorizedCertificatesStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcAuthorizedCertificatesStub(AuthorizedCertificatesStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcAuthorizedCertificatesStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
createAuthorizedCertificateCallable()
public UnaryCallable<CreateAuthorizedCertificateRequest,AuthorizedCertificate> createAuthorizedCertificateCallable()
Overrides
deleteAuthorizedCertificateCallable()
public UnaryCallable<DeleteAuthorizedCertificateRequest,Empty> deleteAuthorizedCertificateCallable()
Overrides
getAuthorizedCertificateCallable()
public UnaryCallable<GetAuthorizedCertificateRequest,AuthorizedCertificate> getAuthorizedCertificateCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listAuthorizedCertificatesCallable()
public UnaryCallable<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse> listAuthorizedCertificatesCallable()
Overrides
listAuthorizedCertificatesPagedCallable()
public UnaryCallable<ListAuthorizedCertificatesRequest,AuthorizedCertificatesClient.ListAuthorizedCertificatesPagedResponse> listAuthorizedCertificatesPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateAuthorizedCertificateCallable()
public UnaryCallable<UpdateAuthorizedCertificateRequest,AuthorizedCertificate> updateAuthorizedCertificateCallable()
Overrides