@Generated(value="by gapic-generator-java") public class HttpJsonAutoscalersStub extends AutoscalersStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonAutoscalersStub(AutoscalersStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonAutoscalersStub, using the given settings.
|
protected |
HttpJsonAutoscalersStub(AutoscalersStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonAutoscalersStub, using the given settings.
|
protected HttpJsonAutoscalersStub(AutoscalersStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonAutoscalersStub(AutoscalersStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonAutoscalersStub create(AutoscalersStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonAutoscalersStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonAutoscalersStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<AggregatedListAutoscalersRequest,AutoscalerAggregatedList> aggregatedListCallable()
aggregatedListCallable in class AutoscalersStubpublic com.google.api.gax.rpc.UnaryCallable<AggregatedListAutoscalersRequest,AutoscalersClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
aggregatedListPagedCallable in class AutoscalersStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteAutoscalerRequest,Operation> deleteCallable()
deleteCallable in class AutoscalersStubpublic com.google.api.gax.rpc.OperationCallable<DeleteAutoscalerRequest,Operation,Operation> deleteOperationCallable()
deleteOperationCallable in class AutoscalersStubpublic com.google.api.gax.rpc.UnaryCallable<GetAutoscalerRequest,Autoscaler> getCallable()
getCallable in class AutoscalersStubpublic com.google.api.gax.rpc.UnaryCallable<InsertAutoscalerRequest,Operation> insertCallable()
insertCallable in class AutoscalersStubpublic com.google.api.gax.rpc.OperationCallable<InsertAutoscalerRequest,Operation,Operation> insertOperationCallable()
insertOperationCallable in class AutoscalersStubpublic com.google.api.gax.rpc.UnaryCallable<ListAutoscalersRequest,AutoscalerList> listCallable()
listCallable in class AutoscalersStubpublic com.google.api.gax.rpc.UnaryCallable<ListAutoscalersRequest,AutoscalersClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class AutoscalersStubpublic com.google.api.gax.rpc.UnaryCallable<PatchAutoscalerRequest,Operation> patchCallable()
patchCallable in class AutoscalersStubpublic com.google.api.gax.rpc.OperationCallable<PatchAutoscalerRequest,Operation,Operation> patchOperationCallable()
patchOperationCallable in class AutoscalersStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateAutoscalerRequest,Operation> updateCallable()
updateCallable in class AutoscalersStubpublic com.google.api.gax.rpc.OperationCallable<UpdateAutoscalerRequest,Operation,Operation> updateOperationCallable()
updateOperationCallable in class AutoscalersStubpublic final void close()
close in interface AutoCloseableclose in class AutoscalersStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.