Class RegionAutoscalersStub (1.68.0)

public abstract class RegionAutoscalersStub implements BackgroundResource

Base stub class for the RegionAutoscalers service API.

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

Inheritance

java.lang.Object > RegionAutoscalersStub

Implements

BackgroundResource

Constructors

RegionAutoscalersStub()

public RegionAutoscalersStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteRegionAutoscalerRequest,Operation> deleteCallable()

deleteOperationCallable()

public OperationCallable<DeleteRegionAutoscalerRequest,Operation,Operation> deleteOperationCallable()

getCallable()

public UnaryCallable<GetRegionAutoscalerRequest,Autoscaler> getCallable()

insertCallable()

public UnaryCallable<InsertRegionAutoscalerRequest,Operation> insertCallable()

insertOperationCallable()

public OperationCallable<InsertRegionAutoscalerRequest,Operation,Operation> insertOperationCallable()

listCallable()

public UnaryCallable<ListRegionAutoscalersRequest,RegionAutoscalerList> listCallable()

listPagedCallable()

public UnaryCallable<ListRegionAutoscalersRequest,RegionAutoscalersClient.ListPagedResponse> listPagedCallable()

patchCallable()

public UnaryCallable<PatchRegionAutoscalerRequest,Operation> patchCallable()

patchOperationCallable()

public OperationCallable<PatchRegionAutoscalerRequest,Operation,Operation> patchOperationCallable()

updateCallable()

public UnaryCallable<UpdateRegionAutoscalerRequest,Operation> updateCallable()

updateOperationCallable()

public OperationCallable<UpdateRegionAutoscalerRequest,Operation,Operation> updateOperationCallable()