public interface ListServingConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServingConfig |
|
getServingConfigsCount()
public abstract int getServingConfigsCount()All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getServingConfigsList()
public abstract List<ServingConfig> getServingConfigsList()All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.ServingConfigOrBuilder> |
|