Class SessionServiceStub (0.1.0)

public abstract class SessionServiceStub implements BackgroundResource

Base stub class for the SessionService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SessionServiceStub

Implements

BackgroundResource

Constructors

SessionServiceStub()

public SessionServiceStub()

Methods

bidiRunSessionCallable()

public BidiStreamingCallable<BidiSessionClientMessage,BidiSessionServerMessage> bidiRunSessionCallable()
Returns
Type Description
BidiStreamingCallable<BidiSessionClientMessage,BidiSessionServerMessage>

close()

public abstract void close()

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,SessionServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

runSessionCallable()

public UnaryCallable<RunSessionRequest,RunSessionResponse> runSessionCallable()
Returns
Type Description
UnaryCallable<RunSessionRequest,RunSessionResponse>