public static interface Model.ServingConfigListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServingConfigIds(int index)
public abstract 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];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The servingConfigIds at the given index. |
getServingConfigIdsBytes(int index)
public abstract 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];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the servingConfigIds at the given index. |
getServingConfigIdsCount()
public abstract 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];
| Type | Description |
| int | The count of servingConfigIds. |
getServingConfigIdsList()
public abstract List<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];
| Type | Description |
| List<String> | A list containing the servingConfigIds. |