public interface AutotuningConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AutotuningConfig.Scenario |
getScenarios(int index)
Optional.
|
int |
getScenariosCount()
Optional.
|
List<AutotuningConfig.Scenario> |
getScenariosList()
Optional.
|
int |
getScenariosValue(int index)
Optional.
|
List<Integer> |
getScenariosValueList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AutotuningConfig.Scenario> getScenariosList()
Optional. Scenarios for which tunings are applied.
repeated .google.cloud.dataproc.v1.AutotuningConfig.Scenario scenarios = 2 [(.google.api.field_behavior) = OPTIONAL];
int getScenariosCount()
Optional. Scenarios for which tunings are applied.
repeated .google.cloud.dataproc.v1.AutotuningConfig.Scenario scenarios = 2 [(.google.api.field_behavior) = OPTIONAL];
AutotuningConfig.Scenario getScenarios(int index)
Optional. Scenarios for which tunings are applied.
repeated .google.cloud.dataproc.v1.AutotuningConfig.Scenario scenarios = 2 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.List<Integer> getScenariosValueList()
Optional. Scenarios for which tunings are applied.
repeated .google.cloud.dataproc.v1.AutotuningConfig.Scenario scenarios = 2 [(.google.api.field_behavior) = OPTIONAL];
int getScenariosValue(int index)
Optional. Scenarios for which tunings are applied.
repeated .google.cloud.dataproc.v1.AutotuningConfig.Scenario scenarios = 2 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.