public static interface Model.ServingConfigListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getServingConfigIds(int index)
Optional.
|
com.google.protobuf.ByteString |
getServingConfigIdsBytes(int index)
Optional.
|
int |
getServingConfigIdsCount()
Optional.
|
List<String> |
getServingConfigIdsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getServingConfigIdsList()
Optional. A set of valid serving configs that may be used for `PAGE_OPTIMIZATION`.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
int getServingConfigIdsCount()
Optional. A set of valid serving configs that may be used for `PAGE_OPTIMIZATION`.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
String getServingConfigIds(int index)
Optional. A set of valid serving configs that may be used for `PAGE_OPTIMIZATION`.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.com.google.protobuf.ByteString getServingConfigIdsBytes(int index)
Optional. A set of valid serving configs that may be used for `PAGE_OPTIMIZATION`.
repeated string serving_config_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.