Uses of Class
com.google.api.generator.gapic.model.GapicBatchingSettings
Packages that use GapicBatchingSettings
Package
Description
-
Uses of GapicBatchingSettings in com.google.api.generator.gapic.composer.common
Methods in com.google.api.generator.gapic.composer.common with parameters of type GapicBatchingSettingsModifier and TypeMethodDescriptionstatic 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 GapicBatchingSettingsModifier and TypeMethodDescriptionabstract GapicBatchingSettingsGapicBatchingSettings.Builder.build()Methods in com.google.api.generator.gapic.model that return types with arguments of type GapicBatchingSettingsModifier and TypeMethodDescriptionGapicServiceConfig.getBatchingSetting(Service service, Method method) Method parameters in com.google.api.generator.gapic.model with type arguments of type GapicBatchingSettingsModifier and TypeMethodDescriptionvoidGapicServiceConfig.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