@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonTargetTcpProxyStub extends TargetTcpProxyStub
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<DeleteTargetTcpProxyHttpRequest,Operation> |
deleteTargetTcpProxyMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetTargetTcpProxyHttpRequest,TargetTcpProxy> |
getTargetTcpProxyMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<InsertTargetTcpProxyHttpRequest,Operation> |
insertTargetTcpProxyMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListTargetTcpProxiesHttpRequest,TargetTcpProxyList> |
listTargetTcpProxiesMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<SetBackendServiceTargetTcpProxyHttpRequest,Operation> |
setBackendServiceTargetTcpProxyMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<SetProxyHeaderTargetTcpProxyHttpRequest,Operation> |
setProxyHeaderTargetTcpProxyMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonTargetTcpProxyStub(TargetTcpProxyStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTargetTcpProxyStub, using the given settings.
|
protected |
HttpJsonTargetTcpProxyStub(TargetTcpProxyStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTargetTcpProxyStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteTargetTcpProxyHttpRequest,Operation> deleteTargetTcpProxyMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetTargetTcpProxyHttpRequest,TargetTcpProxy> getTargetTcpProxyMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertTargetTcpProxyHttpRequest,Operation> insertTargetTcpProxyMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListTargetTcpProxiesHttpRequest,TargetTcpProxyList> listTargetTcpProxiesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<SetBackendServiceTargetTcpProxyHttpRequest,Operation> setBackendServiceTargetTcpProxyMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<SetProxyHeaderTargetTcpProxyHttpRequest,Operation> setProxyHeaderTargetTcpProxyMethodDescriptor
protected HttpJsonTargetTcpProxyStub(TargetTcpProxyStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonTargetTcpProxyStub(TargetTcpProxyStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonTargetTcpProxyStub create(TargetTcpProxyStubSettings settings) throws IOException
IOException
public static final HttpJsonTargetTcpProxyStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonTargetTcpProxyStub 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<DeleteTargetTcpProxyHttpRequest,Operation> deleteTargetTcpProxyCallable()
deleteTargetTcpProxyCallable
in class TargetTcpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetTargetTcpProxyHttpRequest,TargetTcpProxy> getTargetTcpProxyCallable()
getTargetTcpProxyCallable
in class TargetTcpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertTargetTcpProxyHttpRequest,Operation> insertTargetTcpProxyCallable()
insertTargetTcpProxyCallable
in class TargetTcpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListTargetTcpProxiesHttpRequest,TargetTcpProxyClient.ListTargetTcpProxiesPagedResponse> listTargetTcpProxiesPagedCallable()
listTargetTcpProxiesPagedCallable
in class TargetTcpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListTargetTcpProxiesHttpRequest,TargetTcpProxyList> listTargetTcpProxiesCallable()
listTargetTcpProxiesCallable
in class TargetTcpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<SetBackendServiceTargetTcpProxyHttpRequest,Operation> setBackendServiceTargetTcpProxyCallable()
setBackendServiceTargetTcpProxyCallable
in class TargetTcpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<SetProxyHeaderTargetTcpProxyHttpRequest,Operation> setProxyHeaderTargetTcpProxyCallable()
setProxyHeaderTargetTcpProxyCallable
in class TargetTcpProxyStub
public final void close()
close
in interface AutoCloseable
close
in class TargetTcpProxyStub
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.