Class AutoscalersStub (1.51.0)

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
TypeDescription
UnaryCallable<AggregatedListAutoscalersRequest,AutoscalerAggregatedList>

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteAutoscalerRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteAutoscalerRequest,Operation>

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetAutoscalerRequest,Autoscaler> getCallable()
Returns
TypeDescription
UnaryCallable<GetAutoscalerRequest,Autoscaler>

insertCallable()

public UnaryCallable<InsertAutoscalerRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertAutoscalerRequest,Operation>

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListAutoscalersRequest,AutoscalerList> listCallable()
Returns
TypeDescription
UnaryCallable<ListAutoscalersRequest,AutoscalerList>

listPagedCallable()

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

patchCallable()

public UnaryCallable<PatchAutoscalerRequest,Operation> patchCallable()
Returns
TypeDescription
UnaryCallable<PatchAutoscalerRequest,Operation>

patchOperationCallable()

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

updateCallable()

public UnaryCallable<UpdateAutoscalerRequest,Operation> updateCallable()
Returns
TypeDescription
UnaryCallable<UpdateAutoscalerRequest,Operation>

updateOperationCallable()

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