Class SessionServiceStub (0.66.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

close()

public abstract void close()

createSessionCallable()

public UnaryCallable<CreateSessionRequest,Session> createSessionCallable()
Returns
Type Description
UnaryCallable<CreateSessionRequest,Session>

deleteSessionCallable()

public UnaryCallable<DeleteSessionRequest,Empty> deleteSessionCallable()
Returns
Type Description
UnaryCallable<DeleteSessionRequest,Empty>

getSessionCallable()

public UnaryCallable<GetSessionRequest,Session> getSessionCallable()
Returns
Type Description
UnaryCallable<GetSessionRequest,Session>

listFilesCallable()

public UnaryCallable<ListFilesRequest,ListFilesResponse> listFilesCallable()
Returns
Type Description
UnaryCallable<ListFilesRequest,ListFilesResponse>

listFilesPagedCallable()

public UnaryCallable<ListFilesRequest,SessionServiceClient.ListFilesPagedResponse> listFilesPagedCallable()
Returns
Type Description
UnaryCallable<ListFilesRequest,ListFilesPagedResponse>

listSessionsCallable()

public UnaryCallable<ListSessionsRequest,ListSessionsResponse> listSessionsCallable()
Returns
Type Description
UnaryCallable<ListSessionsRequest,ListSessionsResponse>

listSessionsPagedCallable()

public UnaryCallable<ListSessionsRequest,SessionServiceClient.ListSessionsPagedResponse> listSessionsPagedCallable()
Returns
Type Description
UnaryCallable<ListSessionsRequest,ListSessionsPagedResponse>

updateSessionCallable()

public UnaryCallable<UpdateSessionRequest,Session> updateSessionCallable()
Returns
Type Description
UnaryCallable<UpdateSessionRequest,Session>