Interface ListExampleStoresResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListExampleStoresResponse,ListExampleStoresResponse.Builder
@Generated
public interface ListExampleStoresResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExampleStores(int index) List of ExampleStore in the requested page.intList of ExampleStore in the requested page.List of ExampleStore in the requested page.getExampleStoresOrBuilder(int index) List of ExampleStore in the requested page.List<? extends ExampleStoreOrBuilder>List of ExampleStore in the requested page.A token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getExampleStoresList
List<ExampleStore> getExampleStoresList()List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1; -
getExampleStores
List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1; -
getExampleStoresCount
int getExampleStoresCount()List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1; -
getExampleStoresOrBuilderList
List<? extends ExampleStoreOrBuilder> getExampleStoresOrBuilderList()List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1; -
getExampleStoresOrBuilder
List of ExampleStore in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-