@Generated(value="by gapic-generator") @BetaApi public class TargetTcpProxySettings extends ClientSettings<TargetTcpProxySettings>
TargetTcpProxyClient
.
The default instance has everything set to sensible defaults:
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object. For example, to set the total timeout of deleteTargetTcpProxy to 30 seconds:
TargetTcpProxySettings.Builder targetTcpProxySettingsBuilder =
TargetTcpProxySettings.newBuilder();
targetTcpProxySettingsBuilder.deleteTargetTcpProxySettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
TargetTcpProxySettings targetTcpProxySettings = targetTcpProxySettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
TargetTcpProxySettings.Builder
Builder for TargetTcpProxySettings.
|
Modifier | Constructor and Description |
---|---|
protected |
TargetTcpProxySettings(TargetTcpProxySettings.Builder settingsBuilder) |
getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected TargetTcpProxySettings(TargetTcpProxySettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<DeleteTargetTcpProxyHttpRequest,Operation> deleteTargetTcpProxySettings()
public UnaryCallSettings<GetTargetTcpProxyHttpRequest,TargetTcpProxy> getTargetTcpProxySettings()
public UnaryCallSettings<InsertTargetTcpProxyHttpRequest,Operation> insertTargetTcpProxySettings()
public PagedCallSettings<ListTargetTcpProxiesHttpRequest,TargetTcpProxyList,TargetTcpProxyClient.ListTargetTcpProxiesPagedResponse> listTargetTcpProxiesSettings()
public UnaryCallSettings<SetBackendServiceTargetTcpProxyHttpRequest,Operation> setBackendServiceTargetTcpProxySettings()
public UnaryCallSettings<SetProxyHeaderTargetTcpProxyHttpRequest,Operation> setProxyHeaderTargetTcpProxySettings()
public static final TargetTcpProxySettings create(TargetTcpProxyStubSettings stub) throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static int getDefaultServicePort()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static TargetTcpProxySettings.Builder newBuilder()
public static TargetTcpProxySettings.Builder newBuilder(ClientContext clientContext)
public TargetTcpProxySettings.Builder toBuilder()
toBuilder
in class ClientSettings<TargetTcpProxySettings>
Copyright © 2019 Google LLC. All rights reserved.