Class AutoscalersStub (1.6.0-beta)

public abstract class AutoscalersStub implements BackgroundResource

Base stub class for the Autoscalers service API.

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

Inheritance

java.lang.Object > AutoscalersStub

Implements

BackgroundResource

Constructors

AutoscalersStub()

public AutoscalersStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListAutoscalersRequest,AutoscalerAggregatedList> aggregatedListCallable()
Returns

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListAutoscalersRequest,AutoscalersClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteAutoscalerRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

public OperationCallable<DeleteAutoscalerRequest,Operation,Operation> deleteOperationCallable()
Returns

getCallable()

public UnaryCallable<GetAutoscalerRequest,Autoscaler> getCallable()
Returns

insertCallable()

public UnaryCallable<InsertAutoscalerRequest,Operation> insertCallable()
Returns

insertOperationCallable()

public OperationCallable<InsertAutoscalerRequest,Operation,Operation> insertOperationCallable()
Returns

listCallable()

public UnaryCallable<ListAutoscalersRequest,AutoscalerList> listCallable()
Returns

listPagedCallable()

public UnaryCallable<ListAutoscalersRequest,AutoscalersClient.ListPagedResponse> listPagedCallable()
Returns

patchCallable()

public UnaryCallable<PatchAutoscalerRequest,Operation> patchCallable()
Returns

patchOperationCallable()

public OperationCallable<PatchAutoscalerRequest,Operation,Operation> patchOperationCallable()
Returns

updateCallable()

public UnaryCallable<UpdateAutoscalerRequest,Operation> updateCallable()
Returns

updateOperationCallable()

public OperationCallable<UpdateAutoscalerRequest,Operation,Operation> updateOperationCallable()
Returns