public interface ListDataStoresResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataStores(int index)
public abstract DataStore getDataStores(int index)All the customer's DataStores.
repeated .google.cloud.discoveryengine.v1.DataStore data_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataStore |
|
getDataStoresCount()
public abstract int getDataStoresCount()All the customer's DataStores.
repeated .google.cloud.discoveryengine.v1.DataStore data_stores = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDataStoresList()
public abstract List<DataStore> getDataStoresList()All the customer's DataStores.
repeated .google.cloud.discoveryengine.v1.DataStore data_stores = 1;
| Returns | |
|---|---|
| Type | Description |
List<DataStore> |
|
getDataStoresOrBuilder(int index)
public abstract DataStoreOrBuilder getDataStoresOrBuilder(int index)All the customer's DataStores.
repeated .google.cloud.discoveryengine.v1.DataStore data_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataStoreOrBuilder |
|
getDataStoresOrBuilderList()
public abstract List<? extends DataStoreOrBuilder> getDataStoresOrBuilderList()All the customer's DataStores.
repeated .google.cloud.discoveryengine.v1.DataStore data_stores = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.DataStoreOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token that can be sent as ListDataStoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token that can be sent as ListDataStoresRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |