public class GrpcSpacesServiceStub extends SpacesServiceStub
gRPC stub implementation for the SpacesService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcSpacesServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcSpacesServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(SpacesServiceStubSettings settings)
public static final GrpcSpacesServiceStub create(SpacesServiceStubSettings settings)
Constructors
GrpcSpacesServiceStub(SpacesServiceStubSettings settings, ClientContext clientContext)
protected GrpcSpacesServiceStub(SpacesServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcSpacesServiceStub, 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.
GrpcSpacesServiceStub(SpacesServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcSpacesServiceStub(SpacesServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSpacesServiceStub, 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
createSpaceCallable()
public UnaryCallable<CreateSpaceRequest,Space> createSpaceCallable()
Overrides
endActiveConferenceCallable()
public UnaryCallable<EndActiveConferenceRequest,Empty> endActiveConferenceCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
getSpaceCallable()
public UnaryCallable<GetSpaceRequest,Space> getSpaceCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
shutdown()
shutdownNow()
public void shutdownNow()
updateSpaceCallable()
public UnaryCallable<UpdateSpaceRequest,Space> updateSpaceCallable()
Overrides