@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonRegionAutoscalerStub extends RegionAutoscalerStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonRegionAutoscalerStub(RegionAutoscalerStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonRegionAutoscalerStub, using the given settings.
|
protected |
HttpJsonRegionAutoscalerStub(RegionAutoscalerStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRegionAutoscalerStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<DeleteRegionAutoscalerHttpRequest,Operation> deleteRegionAutoscalerMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetRegionAutoscalerHttpRequest,Autoscaler> getRegionAutoscalerMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertRegionAutoscalerHttpRequest,Operation> insertRegionAutoscalerMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListRegionAutoscalersHttpRequest,RegionAutoscalerList> listRegionAutoscalersMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<PatchRegionAutoscalerHttpRequest,Operation> patchRegionAutoscalerMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<UpdateRegionAutoscalerHttpRequest,Operation> updateRegionAutoscalerMethodDescriptor
protected HttpJsonRegionAutoscalerStub(RegionAutoscalerStubSettings settings, ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonRegionAutoscalerStub(RegionAutoscalerStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonRegionAutoscalerStub create(RegionAutoscalerStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonRegionAutoscalerStub create(ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonRegionAutoscalerStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@BetaApi public UnaryCallable<DeleteRegionAutoscalerHttpRequest,Operation> deleteRegionAutoscalerCallable()
deleteRegionAutoscalerCallable in class RegionAutoscalerStub@BetaApi public UnaryCallable<GetRegionAutoscalerHttpRequest,Autoscaler> getRegionAutoscalerCallable()
getRegionAutoscalerCallable in class RegionAutoscalerStub@BetaApi public UnaryCallable<InsertRegionAutoscalerHttpRequest,Operation> insertRegionAutoscalerCallable()
insertRegionAutoscalerCallable in class RegionAutoscalerStub@BetaApi public UnaryCallable<ListRegionAutoscalersHttpRequest,RegionAutoscalerClient.ListRegionAutoscalersPagedResponse> listRegionAutoscalersPagedCallable()
listRegionAutoscalersPagedCallable in class RegionAutoscalerStub@BetaApi public UnaryCallable<ListRegionAutoscalersHttpRequest,RegionAutoscalerList> listRegionAutoscalersCallable()
listRegionAutoscalersCallable in class RegionAutoscalerStub@BetaApi public UnaryCallable<PatchRegionAutoscalerHttpRequest,Operation> patchRegionAutoscalerCallable()
patchRegionAutoscalerCallable in class RegionAutoscalerStub@BetaApi public UnaryCallable<UpdateRegionAutoscalerHttpRequest,Operation> updateRegionAutoscalerCallable()
updateRegionAutoscalerCallable in class RegionAutoscalerStubpublic final void close()
close in interface AutoCloseableclose in class RegionAutoscalerStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2019 Google LLC. All rights reserved.