public interface ListExampleStoresResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExampleStore |
getExampleStores(int index)
List of ExampleStore in the requested page.
|
int |
getExampleStoresCount()
List of ExampleStore in the requested page.
|
List<ExampleStore> |
getExampleStoresList()
List of ExampleStore in the requested page.
|
ExampleStoreOrBuilder |
getExampleStoresOrBuilder(int index)
List of ExampleStore in the requested page.
|
List<? extends ExampleStoreOrBuilder> |
getExampleStoresOrBuilderList()
List of ExampleStore in the requested page.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ExampleStore> getExampleStoresList()
List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;ExampleStore getExampleStores(int index)
List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;int getExampleStoresCount()
List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;List<? extends ExampleStoreOrBuilder> getExampleStoresOrBuilderList()
List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;ExampleStoreOrBuilder getExampleStoresOrBuilder(int index)
List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListExampleStoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListExampleStoresRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListExampleStoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListExampleStoresRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.