@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonTargetPoolStub extends TargetPoolStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonTargetPoolStub(TargetPoolStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonTargetPoolStub, using the given settings.
|
protected |
HttpJsonTargetPoolStub(TargetPoolStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTargetPoolStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<AddHealthCheckTargetPoolHttpRequest,Operation> addHealthCheckTargetPoolMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<AddInstanceTargetPoolHttpRequest,Operation> addInstanceTargetPoolMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<AggregatedListTargetPoolsHttpRequest,TargetPoolAggregatedList> aggregatedListTargetPoolsMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<DeleteTargetPoolHttpRequest,Operation> deleteTargetPoolMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetTargetPoolHttpRequest,TargetPool> getTargetPoolMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetHealthTargetPoolHttpRequest,TargetPoolInstanceHealth> getHealthTargetPoolMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertTargetPoolHttpRequest,Operation> insertTargetPoolMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListTargetPoolsHttpRequest,TargetPoolList> listTargetPoolsMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<RemoveHealthCheckTargetPoolHttpRequest,Operation> removeHealthCheckTargetPoolMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<RemoveInstanceTargetPoolHttpRequest,Operation> removeInstanceTargetPoolMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<SetBackupTargetPoolHttpRequest,Operation> setBackupTargetPoolMethodDescriptor
protected HttpJsonTargetPoolStub(TargetPoolStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonTargetPoolStub(TargetPoolStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonTargetPoolStub create(TargetPoolStubSettings settings) throws IOException
IOException
public static final HttpJsonTargetPoolStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonTargetPoolStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<AddHealthCheckTargetPoolHttpRequest,Operation> addHealthCheckTargetPoolCallable()
addHealthCheckTargetPoolCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<AddInstanceTargetPoolHttpRequest,Operation> addInstanceTargetPoolCallable()
addInstanceTargetPoolCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<AggregatedListTargetPoolsHttpRequest,TargetPoolClient.AggregatedListTargetPoolsPagedResponse> aggregatedListTargetPoolsPagedCallable()
aggregatedListTargetPoolsPagedCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<AggregatedListTargetPoolsHttpRequest,TargetPoolAggregatedList> aggregatedListTargetPoolsCallable()
aggregatedListTargetPoolsCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<DeleteTargetPoolHttpRequest,Operation> deleteTargetPoolCallable()
deleteTargetPoolCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<GetTargetPoolHttpRequest,TargetPool> getTargetPoolCallable()
getTargetPoolCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<GetHealthTargetPoolHttpRequest,TargetPoolInstanceHealth> getHealthTargetPoolCallable()
getHealthTargetPoolCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<InsertTargetPoolHttpRequest,Operation> insertTargetPoolCallable()
insertTargetPoolCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<ListTargetPoolsHttpRequest,TargetPoolClient.ListTargetPoolsPagedResponse> listTargetPoolsPagedCallable()
listTargetPoolsPagedCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<ListTargetPoolsHttpRequest,TargetPoolList> listTargetPoolsCallable()
listTargetPoolsCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<RemoveHealthCheckTargetPoolHttpRequest,Operation> removeHealthCheckTargetPoolCallable()
removeHealthCheckTargetPoolCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<RemoveInstanceTargetPoolHttpRequest,Operation> removeInstanceTargetPoolCallable()
removeInstanceTargetPoolCallable
in class TargetPoolStub
@BetaApi public UnaryCallable<SetBackupTargetPoolHttpRequest,Operation> setBackupTargetPoolCallable()
setBackupTargetPoolCallable
in class TargetPoolStub
public final void close()
close
in interface AutoCloseable
close
in class TargetPoolStub
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.