Interface ListServingConfigsResponseOrBuilder (0.37.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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Pagination token, if not returned indicates the last page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getServingConfigs(int index)

public abstract ServingConfig getServingConfigs(int index)

All the ServingConfigs for a given dataStore.

repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServingConfig

getServingConfigsCount()

public abstract int getServingConfigsCount()

All the ServingConfigs for a given dataStore.

repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;

Returns
TypeDescription
int

getServingConfigsList()

public abstract List<ServingConfig> getServingConfigsList()

All the ServingConfigs for a given dataStore.

repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;

Returns
TypeDescription
List<ServingConfig>

getServingConfigsOrBuilder(int index)

public abstract ServingConfigOrBuilder getServingConfigsOrBuilder(int index)

All the ServingConfigs for a given dataStore.

repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServingConfigOrBuilder

getServingConfigsOrBuilderList()

public abstract List<? extends ServingConfigOrBuilder> getServingConfigsOrBuilderList()

All the ServingConfigs for a given dataStore.

repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.discoveryengine.v1beta.ServingConfigOrBuilder>