Package com.google.cloud.compute.v1.stub
Class AutoscalersStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.AutoscalersStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonAutoscalersStub
@Generated("by gapic-generator-java") public abstract class AutoscalersStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Autoscalers service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description AutoscalersStub()
-
Method Summary
-
-
-
Method Detail
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListAutoscalersRequest,AutoscalersClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListAutoscalersRequest,AutoscalerAggregatedList> aggregatedListCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteAutoscalerRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteAutoscalerRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetAutoscalerRequest,Autoscaler> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertAutoscalerRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertAutoscalerRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListAutoscalersRequest,AutoscalersClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListAutoscalersRequest,AutoscalerList> listCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchAutoscalerRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchAutoscalerRequest,Operation> patchCallable()
-
updateOperationCallable
public com.google.api.gax.rpc.OperationCallable<UpdateAutoscalerRequest,Operation,Operation> updateOperationCallable()
-
updateCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateAutoscalerRequest,Operation> updateCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-