Uses of Class
com.google.api.generator.gapic.model.GapicBatchingSettings
-
Packages that use GapicBatchingSettings Package Description com.google.api.generator.gapic.composer.common com.google.api.generator.gapic.model com.google.api.generator.gapic.protoparser -
-
Uses of GapicBatchingSettings in com.google.api.generator.gapic.composer.common
Methods in com.google.api.generator.gapic.composer.common with parameters of type GapicBatchingSettings Modifier and Type Method Description static ExprRetrySettingsComposer. createBatchingBuilderSettingsExpr(String settingsGetterMethodName, GapicBatchingSettings batchingSettings, VariableExpr builderVarExpr)static ExprBatchingDescriptorComposer. createBatchingDescriptorFieldDeclExpr(Method method, GapicBatchingSettings batchingSettings, Map<String,Message> messageTypes) -
Uses of GapicBatchingSettings in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return GapicBatchingSettings Modifier and Type Method Description abstract GapicBatchingSettingsGapicBatchingSettings.Builder. build()Methods in com.google.api.generator.gapic.model that return types with arguments of type GapicBatchingSettings Modifier and Type Method Description Optional<GapicBatchingSettings>GapicServiceConfig. getBatchingSetting(Service service, Method method)Method parameters in com.google.api.generator.gapic.model with type arguments of type GapicBatchingSettings Modifier and Type Method Description voidGapicServiceConfig. setBatchingSettings(Optional<List<GapicBatchingSettings>> batchingSettingsOpt) -
Uses of GapicBatchingSettings in com.google.api.generator.gapic.protoparser
Methods in com.google.api.generator.gapic.protoparser that return types with arguments of type GapicBatchingSettings Modifier and Type Method Description static Optional<List<GapicBatchingSettings>>BatchingSettingsConfigParser. parse(Optional<String> gapicYamlConfigFilePathOpt)
-