@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonHealthCheckStub extends HealthCheckStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonHealthCheckStub(HealthCheckStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonHealthCheckStub, using the given settings.
|
protected |
HttpJsonHealthCheckStub(HealthCheckStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonHealthCheckStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<DeleteHealthCheckHttpRequest,Operation> deleteHealthCheckMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetHealthCheckHttpRequest,HealthCheck> getHealthCheckMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertHealthCheckHttpRequest,Operation> insertHealthCheckMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListHealthChecksHttpRequest,HealthCheckList> listHealthChecksMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<PatchHealthCheckHttpRequest,Operation> patchHealthCheckMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<UpdateHealthCheckHttpRequest,Operation> updateHealthCheckMethodDescriptor
protected HttpJsonHealthCheckStub(HealthCheckStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonHealthCheckStub(HealthCheckStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonHealthCheckStub create(HealthCheckStubSettings settings) throws IOException
IOException
public static final HttpJsonHealthCheckStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonHealthCheckStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<DeleteHealthCheckHttpRequest,Operation> deleteHealthCheckCallable()
deleteHealthCheckCallable
in class HealthCheckStub
@BetaApi public UnaryCallable<GetHealthCheckHttpRequest,HealthCheck> getHealthCheckCallable()
getHealthCheckCallable
in class HealthCheckStub
@BetaApi public UnaryCallable<InsertHealthCheckHttpRequest,Operation> insertHealthCheckCallable()
insertHealthCheckCallable
in class HealthCheckStub
@BetaApi public UnaryCallable<ListHealthChecksHttpRequest,HealthCheckClient.ListHealthChecksPagedResponse> listHealthChecksPagedCallable()
listHealthChecksPagedCallable
in class HealthCheckStub
@BetaApi public UnaryCallable<ListHealthChecksHttpRequest,HealthCheckList> listHealthChecksCallable()
listHealthChecksCallable
in class HealthCheckStub
@BetaApi public UnaryCallable<PatchHealthCheckHttpRequest,Operation> patchHealthCheckCallable()
patchHealthCheckCallable
in class HealthCheckStub
@BetaApi public UnaryCallable<UpdateHealthCheckHttpRequest,Operation> updateHealthCheckCallable()
updateHealthCheckCallable
in class HealthCheckStub
public final void close()
close
in interface AutoCloseable
close
in class HealthCheckStub
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.