Uses of Class
com.google.api.gax.batching.FlowControlSettings
-
Packages that use FlowControlSettings Package Description com.google.api.gax.batching -
-
Uses of FlowControlSettings in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return FlowControlSettings Modifier and Type Method Description FlowControlSettingsFlowControlSettings.Builder. build()static FlowControlSettingsFlowControlSettings. getDefaultInstance()abstract FlowControlSettingsBatchingSettings. getFlowControlSettings()Get the flow control settings to use.Methods in com.google.api.gax.batching with parameters of type FlowControlSettings Modifier and Type Method Description abstract BatchingSettings.BuilderBatchingSettings.Builder. setFlowControlSettings(FlowControlSettings flowControlSettings)Set the flow control settings to be used.Constructors in com.google.api.gax.batching with parameters of type FlowControlSettings Constructor Description FlowController(FlowControlSettings settings)
-