Interface ListServingConfigsResponseOrBuilder (2.44.0)

public interface ListServingConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Pagination token, if not returned indicates the last page.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Pagination token, if not returned indicates the last page.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getServingConfigs(int index)

public abstract ServingConfig getServingConfigs(int index)

All the ServingConfigs for a given catalog.

repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
ServingConfig

getServingConfigsCount()

public abstract int getServingConfigsCount()

All the ServingConfigs for a given catalog.

repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;

Returns
Type Description
int

getServingConfigsList()

public abstract List<ServingConfig> getServingConfigsList()

All the ServingConfigs for a given catalog.

repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;

Returns
Type Description
List<ServingConfig>

getServingConfigsOrBuilder(int index)

public abstract ServingConfigOrBuilder getServingConfigsOrBuilder(int index)

All the ServingConfigs for a given catalog.

repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
ServingConfigOrBuilder

getServingConfigsOrBuilderList()

public abstract List<? extends ServingConfigOrBuilder> getServingConfigsOrBuilderList()

All the ServingConfigs for a given catalog.

repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;

Returns
Type Description
List<? extends com.google.cloud.retail.v2.ServingConfigOrBuilder>