Class OperatingSystemServiceStub (0.27.0)

public abstract class OperatingSystemServiceStub implements BackgroundResource

Base stub class for the OperatingSystemService service API.

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

Inheritance

java.lang.Object > OperatingSystemServiceStub

Implements

BackgroundResource

Constructors

OperatingSystemServiceStub()

public OperatingSystemServiceStub()

Methods

close()

public abstract void close()

getOperatingSystemCallable()

public UnaryCallable<GetOperatingSystemRequest,OperatingSystem> getOperatingSystemCallable()
Returns
Type Description
UnaryCallable<GetOperatingSystemRequest,OperatingSystem>

listOperatingSystemsCallable()

public UnaryCallable<ListOperatingSystemsRequest,ListOperatingSystemsResponse> listOperatingSystemsCallable()
Returns
Type Description
UnaryCallable<ListOperatingSystemsRequest,ListOperatingSystemsResponse>

listOperatingSystemsPagedCallable()

public UnaryCallable<ListOperatingSystemsRequest,OperatingSystemServiceClient.ListOperatingSystemsPagedResponse> listOperatingSystemsPagedCallable()
Returns
Type Description
UnaryCallable<ListOperatingSystemsRequest,ListOperatingSystemsPagedResponse>