@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,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTargetPoolStub, using the given settings.
|
protected |
HttpJsonTargetPoolStub(TargetPoolStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTargetPoolStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AddHealthCheckTargetPoolHttpRequest,Operation> addHealthCheckTargetPoolMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AddInstanceTargetPoolHttpRequest,Operation> addInstanceTargetPoolMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListTargetPoolsHttpRequest,TargetPoolAggregatedList> aggregatedListTargetPoolsMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteTargetPoolHttpRequest,Operation> deleteTargetPoolMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetTargetPoolHttpRequest,TargetPool> getTargetPoolMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetHealthTargetPoolHttpRequest,TargetPoolInstanceHealth> getHealthTargetPoolMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertTargetPoolHttpRequest,Operation> insertTargetPoolMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListTargetPoolsHttpRequest,TargetPoolList> listTargetPoolsMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<RemoveHealthCheckTargetPoolHttpRequest,Operation> removeHealthCheckTargetPoolMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<RemoveInstanceTargetPoolHttpRequest,Operation> removeInstanceTargetPoolMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<SetBackupTargetPoolHttpRequest,Operation> setBackupTargetPoolMethodDescriptor
protected HttpJsonTargetPoolStub(TargetPoolStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonTargetPoolStub(TargetPoolStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonTargetPoolStub create(TargetPoolStubSettings settings) throws IOException
IOException
public static final HttpJsonTargetPoolStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonTargetPoolStub 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<AddHealthCheckTargetPoolHttpRequest,Operation> addHealthCheckTargetPoolCallable()
addHealthCheckTargetPoolCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AddInstanceTargetPoolHttpRequest,Operation> addInstanceTargetPoolCallable()
addInstanceTargetPoolCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetPoolsHttpRequest,TargetPoolClient.AggregatedListTargetPoolsPagedResponse> aggregatedListTargetPoolsPagedCallable()
aggregatedListTargetPoolsPagedCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetPoolsHttpRequest,TargetPoolAggregatedList> aggregatedListTargetPoolsCallable()
aggregatedListTargetPoolsCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<DeleteTargetPoolHttpRequest,Operation> deleteTargetPoolCallable()
deleteTargetPoolCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetTargetPoolHttpRequest,TargetPool> getTargetPoolCallable()
getTargetPoolCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetHealthTargetPoolHttpRequest,TargetPoolInstanceHealth> getHealthTargetPoolCallable()
getHealthTargetPoolCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertTargetPoolHttpRequest,Operation> insertTargetPoolCallable()
insertTargetPoolCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListTargetPoolsHttpRequest,TargetPoolClient.ListTargetPoolsPagedResponse> listTargetPoolsPagedCallable()
listTargetPoolsPagedCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListTargetPoolsHttpRequest,TargetPoolList> listTargetPoolsCallable()
listTargetPoolsCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<RemoveHealthCheckTargetPoolHttpRequest,Operation> removeHealthCheckTargetPoolCallable()
removeHealthCheckTargetPoolCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<RemoveInstanceTargetPoolHttpRequest,Operation> removeInstanceTargetPoolCallable()
removeInstanceTargetPoolCallable
in class TargetPoolStub
@BetaApi public com.google.api.gax.rpc.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.