Class CarrierConstantServiceSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<CarrierConstantServiceSettings,CarrierConstantServiceSettings.Builder>
-
- com.google.ads.googleads.v9.services.CarrierConstantServiceSettings.Builder
-
- Enclosing class:
- CarrierConstantServiceSettings
public static class CarrierConstantServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<CarrierConstantServiceSettings,CarrierConstantServiceSettings.Builder>
Builder for CarrierConstantServiceSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()protectedBuilder(CarrierConstantServiceSettings settings)protectedBuilder(CarrierConstantServiceStubSettings.Builder stubSettings)protectedBuilder(com.google.api.gax.rpc.ClientContext clientContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CarrierConstantServiceSettings.BuilderapplyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,java.lang.Void> settingsUpdater)Applies the given settings updater function to all of the unary API methods in this service.CarrierConstantServiceSettingsbuild()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCarrierConstantRequest,CarrierConstant>getCarrierConstantSettings()Returns the builder for the settings used for calls to getCarrierConstant.CarrierConstantServiceStubSettings.BuildergetStubSettingsBuilder()-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws java.io.IOException- Throws:
java.io.IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(CarrierConstantServiceSettings settings)
-
Builder
protected Builder(CarrierConstantServiceStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public CarrierConstantServiceStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public CarrierConstantServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,java.lang.Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
getCarrierConstantSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCarrierConstantRequest,CarrierConstant> getCarrierConstantSettings()
Returns the builder for the settings used for calls to getCarrierConstant.
-
build
public CarrierConstantServiceSettings build() throws java.io.IOException
- Specified by:
buildin classcom.google.api.gax.rpc.ClientSettings.Builder<CarrierConstantServiceSettings,CarrierConstantServiceSettings.Builder>- Throws:
java.io.IOException
-
-