Interface Model.ServingConfigListOrBuilder (2.43.0)

public static interface Model.ServingConfigListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
List<String>

A list containing the servingConfigIds.