Uses of Class
com.google.api.gax.rpc.ClientSettings
Packages that use ClientSettings
-
Uses of ClientSettings in com.google.api.gax.rpc
Classes in com.google.api.gax.rpc with type parameters of type ClientSettingsModifier and TypeClassDescriptionclassClientSettings<SettingsT extends ClientSettings<SettingsT>>A base settings class to configure a client class.static classClientSettings.Builder<SettingsT extends ClientSettings<SettingsT>,B extends ClientSettings.Builder<SettingsT, B>> Methods in com.google.api.gax.rpc with parameters of type ClientSettingsModifier and TypeMethodDescriptionstatic ClientContextClientContext.create(ClientSettings settings) Instantiates the executor, credentials, and transport context based on the given client settings.Constructors in com.google.api.gax.rpc with parameters of type ClientSettingsModifierConstructorDescriptionprotectedBuilder(ClientSettings settings) Create a builder from a ClientSettings object.