public static class SslPolicySettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<SslPolicySettings,SslPolicySettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(SslPolicySettings settings) |
protected |
Builder(SslPolicyStubSettings.Builder stubSettings) |
Modifier and Type | Method and Description |
---|---|
SslPolicySettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
SslPolicySettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSslPolicyHttpRequest,Operation> |
deleteSslPolicySettings()
Returns the builder for the settings used for calls to deleteSslPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSslPolicyHttpRequest,SslPolicy> |
getSslPolicySettings()
Returns the builder for the settings used for calls to getSslPolicy.
|
SslPolicyStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertSslPolicyHttpRequest,Operation> |
insertSslPolicySettings()
Returns the builder for the settings used for calls to insertSslPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListAvailableFeaturesSslPoliciesHttpRequest,SslPoliciesListAvailableFeaturesResponse> |
listAvailableFeaturesSslPoliciesSettings()
Returns the builder for the settings used for calls to listAvailableFeaturesSslPolicies.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSslPoliciesHttpRequest,SslPoliciesList,SslPolicyClient.ListSslPoliciesPagedResponse> |
listSslPoliciesSettings()
Returns the builder for the settings used for calls to listSslPolicies.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchSslPolicyHttpRequest,Operation> |
patchSslPolicySettings()
Returns the builder for the settings used for calls to patchSslPolicy.
|
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(SslPolicySettings settings)
protected Builder(SslPolicyStubSettings.Builder stubSettings)
public SslPolicyStubSettings.Builder getStubSettingsBuilder()
public SslPolicySettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exception
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSslPolicyHttpRequest,Operation> deleteSslPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSslPolicyHttpRequest,SslPolicy> getSslPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertSslPolicyHttpRequest,Operation> insertSslPolicySettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListSslPoliciesHttpRequest,SslPoliciesList,SslPolicyClient.ListSslPoliciesPagedResponse> listSslPoliciesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListAvailableFeaturesSslPoliciesHttpRequest,SslPoliciesListAvailableFeaturesResponse> listAvailableFeaturesSslPoliciesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<PatchSslPolicyHttpRequest,Operation> patchSslPolicySettings()
public SslPolicySettings build() throws IOException
build
in class com.google.api.gax.rpc.ClientSettings.Builder<SslPolicySettings,SslPolicySettings.Builder>
IOException
Copyright © 2019 Google LLC. All rights reserved.