@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonRegionHealthCheckStub extends RegionHealthCheckStub
This class is for advanced usage and reflects the underlying API directly.
Modifier and Type | Field and Description |
---|---|
static com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteRegionHealthCheckHttpRequest,Operation> |
deleteRegionHealthCheckMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetRegionHealthCheckHttpRequest,HealthCheck> |
getRegionHealthCheckMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<InsertRegionHealthCheckHttpRequest,Operation> |
insertRegionHealthCheckMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListRegionHealthChecksHttpRequest,HealthCheckList> |
listRegionHealthChecksMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<PatchRegionHealthCheckHttpRequest,Operation> |
patchRegionHealthCheckMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<UpdateRegionHealthCheckHttpRequest,Operation> |
updateRegionHealthCheckMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonRegionHealthCheckStub(RegionHealthCheckStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonRegionHealthCheckStub, using the given settings.
|
protected |
HttpJsonRegionHealthCheckStub(RegionHealthCheckStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRegionHealthCheckStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteRegionHealthCheckHttpRequest,Operation> deleteRegionHealthCheckMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetRegionHealthCheckHttpRequest,HealthCheck> getRegionHealthCheckMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertRegionHealthCheckHttpRequest,Operation> insertRegionHealthCheckMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListRegionHealthChecksHttpRequest,HealthCheckList> listRegionHealthChecksMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<PatchRegionHealthCheckHttpRequest,Operation> patchRegionHealthCheckMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<UpdateRegionHealthCheckHttpRequest,Operation> updateRegionHealthCheckMethodDescriptor
protected HttpJsonRegionHealthCheckStub(RegionHealthCheckStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonRegionHealthCheckStub(RegionHealthCheckStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonRegionHealthCheckStub create(RegionHealthCheckStubSettings settings) throws IOException
IOException
public static final HttpJsonRegionHealthCheckStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonRegionHealthCheckStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public com.google.api.gax.rpc.UnaryCallable<DeleteRegionHealthCheckHttpRequest,Operation> deleteRegionHealthCheckCallable()
deleteRegionHealthCheckCallable
in class RegionHealthCheckStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetRegionHealthCheckHttpRequest,HealthCheck> getRegionHealthCheckCallable()
getRegionHealthCheckCallable
in class RegionHealthCheckStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertRegionHealthCheckHttpRequest,Operation> insertRegionHealthCheckCallable()
insertRegionHealthCheckCallable
in class RegionHealthCheckStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListRegionHealthChecksHttpRequest,RegionHealthCheckClient.ListRegionHealthChecksPagedResponse> listRegionHealthChecksPagedCallable()
listRegionHealthChecksPagedCallable
in class RegionHealthCheckStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListRegionHealthChecksHttpRequest,HealthCheckList> listRegionHealthChecksCallable()
listRegionHealthChecksCallable
in class RegionHealthCheckStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<PatchRegionHealthCheckHttpRequest,Operation> patchRegionHealthCheckCallable()
patchRegionHealthCheckCallable
in class RegionHealthCheckStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<UpdateRegionHealthCheckHttpRequest,Operation> updateRegionHealthCheckCallable()
updateRegionHealthCheckCallable
in class RegionHealthCheckStub
public final void close()
close
in interface AutoCloseable
close
in class RegionHealthCheckStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.