Class DirectAccessServiceStub (0.2.0)

public abstract class DirectAccessServiceStub implements BackgroundResource

Base stub class for the DirectAccessService service API.

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

Inheritance

java.lang.Object > DirectAccessServiceStub

Implements

BackgroundResource

Constructors

DirectAccessServiceStub()

public DirectAccessServiceStub()

Methods

adbConnectCallable()

public BidiStreamingCallable<AdbMessage,DeviceMessage> adbConnectCallable()
Returns
Type Description
BidiStreamingCallable<AdbMessage,DeviceMessage>

cancelDeviceSessionCallable()

public UnaryCallable<CancelDeviceSessionRequest,Empty> cancelDeviceSessionCallable()
Returns
Type Description
UnaryCallable<CancelDeviceSessionRequest,Empty>

close()

public abstract void close()

createDeviceSessionCallable()

public UnaryCallable<CreateDeviceSessionRequest,DeviceSession> createDeviceSessionCallable()
Returns
Type Description
UnaryCallable<CreateDeviceSessionRequest,DeviceSession>

getDeviceSessionCallable()

public UnaryCallable<GetDeviceSessionRequest,DeviceSession> getDeviceSessionCallable()
Returns
Type Description
UnaryCallable<GetDeviceSessionRequest,DeviceSession>

listDeviceSessionsCallable()

public UnaryCallable<ListDeviceSessionsRequest,ListDeviceSessionsResponse> listDeviceSessionsCallable()
Returns
Type Description
UnaryCallable<ListDeviceSessionsRequest,ListDeviceSessionsResponse>

listDeviceSessionsPagedCallable()

public UnaryCallable<ListDeviceSessionsRequest,DirectAccessServiceClient.ListDeviceSessionsPagedResponse> listDeviceSessionsPagedCallable()
Returns
Type Description
UnaryCallable<ListDeviceSessionsRequest,ListDeviceSessionsPagedResponse>

updateDeviceSessionCallable()

public UnaryCallable<UpdateDeviceSessionRequest,DeviceSession> updateDeviceSessionCallable()
Returns
Type Description
UnaryCallable<UpdateDeviceSessionRequest,DeviceSession>