@Generated(value="by gapic-generator") @BetaApi public class TargetSslProxySettings extends ClientSettings<TargetSslProxySettings>
TargetSslProxyClient
.
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 deleteTargetSslProxy to 30 seconds:
TargetSslProxySettings.Builder targetSslProxySettingsBuilder =
TargetSslProxySettings.newBuilder();
targetSslProxySettingsBuilder.deleteTargetSslProxySettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
TargetSslProxySettings targetSslProxySettings = targetSslProxySettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
TargetSslProxySettings.Builder
Builder for TargetSslProxySettings.
|
Modifier | Constructor and Description |
---|---|
protected |
TargetSslProxySettings(TargetSslProxySettings.Builder settingsBuilder) |
getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected TargetSslProxySettings(TargetSslProxySettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<DeleteTargetSslProxyHttpRequest,Operation> deleteTargetSslProxySettings()
public UnaryCallSettings<GetTargetSslProxyHttpRequest,TargetSslProxy> getTargetSslProxySettings()
public UnaryCallSettings<InsertTargetSslProxyHttpRequest,Operation> insertTargetSslProxySettings()
public PagedCallSettings<ListTargetSslProxiesHttpRequest,TargetSslProxyList,TargetSslProxyClient.ListTargetSslProxiesPagedResponse> listTargetSslProxiesSettings()
public UnaryCallSettings<SetBackendServiceTargetSslProxyHttpRequest,Operation> setBackendServiceTargetSslProxySettings()
public UnaryCallSettings<SetProxyHeaderTargetSslProxyHttpRequest,Operation> setProxyHeaderTargetSslProxySettings()
public UnaryCallSettings<SetSslCertificatesTargetSslProxyHttpRequest,Operation> setSslCertificatesTargetSslProxySettings()
public UnaryCallSettings<SetSslPolicyTargetSslProxyHttpRequest,Operation> setSslPolicyTargetSslProxySettings()
public static final TargetSslProxySettings create(TargetSslProxyStubSettings 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 TargetSslProxySettings.Builder newBuilder()
public static TargetSslProxySettings.Builder newBuilder(ClientContext clientContext)
public TargetSslProxySettings.Builder toBuilder()
toBuilder
in class ClientSettings<TargetSslProxySettings>
Copyright © 2019 Google LLC. All rights reserved.