| Modifier and Type | Method and Description |
|---|---|
static AutotuningConfig.Scenario |
AutotuningConfig.Scenario.forNumber(int value) |
AutotuningConfig.Scenario |
AutotuningConfig.getScenarios(int index)
Optional.
|
AutotuningConfig.Scenario |
AutotuningConfig.Builder.getScenarios(int index)
Optional.
|
AutotuningConfig.Scenario |
AutotuningConfigOrBuilder.getScenarios(int index)
Optional.
|
static AutotuningConfig.Scenario |
AutotuningConfig.Scenario.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AutotuningConfig.Scenario |
AutotuningConfig.Scenario.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AutotuningConfig.Scenario |
AutotuningConfig.Scenario.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutotuningConfig.Scenario[] |
AutotuningConfig.Scenario.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutotuningConfig.Scenario> |
AutotuningConfig.getScenariosList()
Optional.
|
List<AutotuningConfig.Scenario> |
AutotuningConfig.Builder.getScenariosList()
Optional.
|
List<AutotuningConfig.Scenario> |
AutotuningConfigOrBuilder.getScenariosList()
Optional.
|
static com.google.protobuf.Internal.EnumLiteMap<AutotuningConfig.Scenario> |
AutotuningConfig.Scenario.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AutotuningConfig.Builder |
AutotuningConfig.Builder.addScenarios(AutotuningConfig.Scenario value)
Optional.
|
AutotuningConfig.Builder |
AutotuningConfig.Builder.setScenarios(int index,
AutotuningConfig.Scenario value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
AutotuningConfig.Builder |
AutotuningConfig.Builder.addAllScenarios(Iterable<? extends AutotuningConfig.Scenario> values)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.