Class MachineTypesStub (1.46.0)

public abstract class MachineTypesStub implements BackgroundResource

Base stub class for the MachineTypes service API.

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

Inheritance

java.lang.Object > MachineTypesStub

Implements

BackgroundResource

Constructors

MachineTypesStub()

public MachineTypesStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListMachineTypesRequest,MachineTypeAggregatedList> aggregatedListCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListMachineTypesRequest,MachineTypeAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListMachineTypesRequest,MachineTypesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListMachineTypesRequest,AggregatedListPagedResponse>

close()

public abstract void close()

getCallable()

public UnaryCallable<GetMachineTypeRequest,MachineType> getCallable()
Returns
TypeDescription
UnaryCallable<GetMachineTypeRequest,MachineType>

listCallable()

public UnaryCallable<ListMachineTypesRequest,MachineTypeList> listCallable()
Returns
TypeDescription
UnaryCallable<ListMachineTypesRequest,MachineTypeList>

listPagedCallable()

public UnaryCallable<ListMachineTypesRequest,MachineTypesClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListMachineTypesRequest,ListPagedResponse>