@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonTargetHttpProxyStub extends TargetHttpProxyStub
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<AggregatedListTargetHttpProxiesHttpRequest,TargetHttpProxyAggregatedList> |
aggregatedListTargetHttpProxiesMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteTargetHttpProxyHttpRequest,Operation> |
deleteTargetHttpProxyMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetTargetHttpProxyHttpRequest,TargetHttpProxy> |
getTargetHttpProxyMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<InsertTargetHttpProxyHttpRequest,Operation> |
insertTargetHttpProxyMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListTargetHttpProxiesHttpRequest,TargetHttpProxyList> |
listTargetHttpProxiesMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<SetUrlMapTargetHttpProxyHttpRequest,Operation> |
setUrlMapTargetHttpProxyMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonTargetHttpProxyStub(TargetHttpProxyStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTargetHttpProxyStub, using the given settings.
|
protected |
HttpJsonTargetHttpProxyStub(TargetHttpProxyStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTargetHttpProxyStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListTargetHttpProxiesHttpRequest,TargetHttpProxyAggregatedList> aggregatedListTargetHttpProxiesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteTargetHttpProxyHttpRequest,Operation> deleteTargetHttpProxyMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetTargetHttpProxyHttpRequest,TargetHttpProxy> getTargetHttpProxyMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertTargetHttpProxyHttpRequest,Operation> insertTargetHttpProxyMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListTargetHttpProxiesHttpRequest,TargetHttpProxyList> listTargetHttpProxiesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<SetUrlMapTargetHttpProxyHttpRequest,Operation> setUrlMapTargetHttpProxyMethodDescriptor
protected HttpJsonTargetHttpProxyStub(TargetHttpProxyStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonTargetHttpProxyStub(TargetHttpProxyStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonTargetHttpProxyStub create(TargetHttpProxyStubSettings settings) throws IOException
IOException
public static final HttpJsonTargetHttpProxyStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonTargetHttpProxyStub 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<AggregatedListTargetHttpProxiesHttpRequest,TargetHttpProxyClient.AggregatedListTargetHttpProxiesPagedResponse> aggregatedListTargetHttpProxiesPagedCallable()
aggregatedListTargetHttpProxiesPagedCallable
in class TargetHttpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetHttpProxiesHttpRequest,TargetHttpProxyAggregatedList> aggregatedListTargetHttpProxiesCallable()
aggregatedListTargetHttpProxiesCallable
in class TargetHttpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<DeleteTargetHttpProxyHttpRequest,Operation> deleteTargetHttpProxyCallable()
deleteTargetHttpProxyCallable
in class TargetHttpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetTargetHttpProxyHttpRequest,TargetHttpProxy> getTargetHttpProxyCallable()
getTargetHttpProxyCallable
in class TargetHttpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertTargetHttpProxyHttpRequest,Operation> insertTargetHttpProxyCallable()
insertTargetHttpProxyCallable
in class TargetHttpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesHttpRequest,TargetHttpProxyClient.ListTargetHttpProxiesPagedResponse> listTargetHttpProxiesPagedCallable()
listTargetHttpProxiesPagedCallable
in class TargetHttpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListTargetHttpProxiesHttpRequest,TargetHttpProxyList> listTargetHttpProxiesCallable()
listTargetHttpProxiesCallable
in class TargetHttpProxyStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<SetUrlMapTargetHttpProxyHttpRequest,Operation> setUrlMapTargetHttpProxyCallable()
setUrlMapTargetHttpProxyCallable
in class TargetHttpProxyStub
public final void close()
close
in interface AutoCloseable
close
in class TargetHttpProxyStub
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.