@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 | Constructor and Description |
---|---|
protected |
HttpJsonTargetHttpProxyStub(TargetHttpProxyStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonTargetHttpProxyStub, using the given settings.
|
protected |
HttpJsonTargetHttpProxyStub(TargetHttpProxyStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTargetHttpProxyStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<DeleteTargetHttpProxyHttpRequest,Operation> deleteTargetHttpProxyMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetTargetHttpProxyHttpRequest,TargetHttpProxy> getTargetHttpProxyMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertTargetHttpProxyHttpRequest,Operation> insertTargetHttpProxyMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListTargetHttpProxiesHttpRequest,TargetHttpProxyList> listTargetHttpProxiesMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<SetUrlMapTargetHttpProxyHttpRequest,Operation> setUrlMapTargetHttpProxyMethodDescriptor
protected HttpJsonTargetHttpProxyStub(TargetHttpProxyStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonTargetHttpProxyStub(TargetHttpProxyStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonTargetHttpProxyStub create(TargetHttpProxyStubSettings settings) throws IOException
IOException
public static final HttpJsonTargetHttpProxyStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonTargetHttpProxyStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<DeleteTargetHttpProxyHttpRequest,Operation> deleteTargetHttpProxyCallable()
deleteTargetHttpProxyCallable
in class TargetHttpProxyStub
@BetaApi public UnaryCallable<GetTargetHttpProxyHttpRequest,TargetHttpProxy> getTargetHttpProxyCallable()
getTargetHttpProxyCallable
in class TargetHttpProxyStub
@BetaApi public UnaryCallable<InsertTargetHttpProxyHttpRequest,Operation> insertTargetHttpProxyCallable()
insertTargetHttpProxyCallable
in class TargetHttpProxyStub
@BetaApi public UnaryCallable<ListTargetHttpProxiesHttpRequest,TargetHttpProxyClient.ListTargetHttpProxiesPagedResponse> listTargetHttpProxiesPagedCallable()
listTargetHttpProxiesPagedCallable
in class TargetHttpProxyStub
@BetaApi public UnaryCallable<ListTargetHttpProxiesHttpRequest,TargetHttpProxyList> listTargetHttpProxiesCallable()
listTargetHttpProxiesCallable
in class TargetHttpProxyStub
@BetaApi public 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.