public interface ListServingConfigsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Pagination token, if not returned indicates the last page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
|
ServingConfig |
getServingConfigs(int index)
All the ServingConfigs for a given dataStore.
|
int |
getServingConfigsCount()
All the ServingConfigs for a given dataStore.
|
List<ServingConfig> |
getServingConfigsList()
All the ServingConfigs for a given dataStore.
|
ServingConfigOrBuilder |
getServingConfigsOrBuilder(int index)
All the ServingConfigs for a given dataStore.
|
List<? extends ServingConfigOrBuilder> |
getServingConfigsOrBuilderList()
All the ServingConfigs for a given dataStore.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ServingConfig> getServingConfigsList()
All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1alpha.ServingConfig serving_configs = 1;ServingConfig getServingConfigs(int index)
All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1alpha.ServingConfig serving_configs = 1;int getServingConfigsCount()
All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1alpha.ServingConfig serving_configs = 1;List<? extends ServingConfigOrBuilder> getServingConfigsOrBuilderList()
All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1alpha.ServingConfig serving_configs = 1;ServingConfigOrBuilder getServingConfigsOrBuilder(int index)
All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1alpha.ServingConfig serving_configs = 1;String getNextPageToken()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.