| Package | Description |
|---|---|
| com.google.api.generator.gapic.composer.common | |
| com.google.api.generator.gapic.model | |
| com.google.api.generator.gapic.protoparser |
| Modifier and Type | Method and Description |
|---|---|
static Expr |
RetrySettingsComposer.createBatchingBuilderSettingsExpr(String settingsGetterMethodName,
GapicBatchingSettings batchingSettings,
VariableExpr builderVarExpr) |
static Expr |
BatchingDescriptorComposer.createBatchingDescriptorFieldDeclExpr(Method method,
GapicBatchingSettings batchingSettings,
Map<String,Message> messageTypes) |
| Modifier and Type | Method and Description |
|---|---|
abstract GapicBatchingSettings |
GapicBatchingSettings.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Optional<GapicBatchingSettings> |
GapicServiceConfig.getBatchingSetting(Service service,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
GapicServiceConfig.setBatchingSettings(Optional<List<GapicBatchingSettings>> batchingSettingsOpt) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<List<GapicBatchingSettings>> |
BatchingSettingsConfigParser.parse(Optional<String> gapicYamlConfigFilePathOpt) |
Copyright © 2022 Google LLC. All rights reserved.