public class GrpcSnoozeServiceStub extends SnoozeServiceStub
gRPC stub implementation for the SnoozeService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcSnoozeServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcSnoozeServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(SnoozeServiceStubSettings settings)
public static final GrpcSnoozeServiceStub create(SnoozeServiceStubSettings settings)
Constructors
GrpcSnoozeServiceStub(SnoozeServiceStubSettings settings, ClientContext clientContext)
protected GrpcSnoozeServiceStub(SnoozeServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcSnoozeServiceStub, 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.
GrpcSnoozeServiceStub(SnoozeServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcSnoozeServiceStub(SnoozeServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSnoozeServiceStub, 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
createSnoozeCallable()
public UnaryCallable<CreateSnoozeRequest,Snooze> createSnoozeCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
getSnoozeCallable()
public UnaryCallable<GetSnoozeRequest,Snooze> getSnoozeCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listSnoozesCallable()
public UnaryCallable<ListSnoozesRequest,ListSnoozesResponse> listSnoozesCallable()
Overrides
listSnoozesPagedCallable()
public UnaryCallable<ListSnoozesRequest,SnoozeServiceClient.ListSnoozesPagedResponse> listSnoozesPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateSnoozeCallable()
public UnaryCallable<UpdateSnoozeRequest,Snooze> updateSnoozeCallable()
Overrides