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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| 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.v2alpha.ServingConfig serving_configs = 1;
| Name | Description |
| index | int |
| Type | Description |
| ServingConfig |
getServingConfigsCount()
public abstract int getServingConfigsCount()All the ServingConfigs for a given catalog.
repeated .google.cloud.retail.v2alpha.ServingConfig serving_configs = 1;
| Type | Description |
| int |
getServingConfigsList()
public abstract List<ServingConfig> getServingConfigsList()All the ServingConfigs for a given catalog.
repeated .google.cloud.retail.v2alpha.ServingConfig serving_configs = 1;
| Type | Description |
| List<ServingConfig> |
getServingConfigsOrBuilder(int index)
public abstract ServingConfigOrBuilder getServingConfigsOrBuilder(int index)All the ServingConfigs for a given catalog.
repeated .google.cloud.retail.v2alpha.ServingConfig serving_configs = 1;
| Name | Description |
| index | int |
| Type | Description |
| ServingConfigOrBuilder |
getServingConfigsOrBuilderList()
public abstract List<? extends ServingConfigOrBuilder> getServingConfigsOrBuilderList()All the ServingConfigs for a given catalog.
repeated .google.cloud.retail.v2alpha.ServingConfig serving_configs = 1;
| Type | Description |
| List<? extends com.google.cloud.retail.v2alpha.ServingConfigOrBuilder> |