Class ExampleStoreServiceClient.FetchExamplesFixedSizeCollection
java.lang.Object
com.google.api.gax.paging.AbstractFixedSizeCollection<FetchExamplesRequest,FetchExamplesResponse,Example,ExampleStoreServiceClient.FetchExamplesPage,ExampleStoreServiceClient.FetchExamplesFixedSizeCollection>
com.google.cloud.aiplatform.v1beta1.ExampleStoreServiceClient.FetchExamplesFixedSizeCollection
- All Implemented Interfaces:
FixedSizeCollection<Example>
- Enclosing class:
- ExampleStoreServiceClient
public static class ExampleStoreServiceClient.FetchExamplesFixedSizeCollection
extends AbstractFixedSizeCollection<FetchExamplesRequest,FetchExamplesResponse,Example,ExampleStoreServiceClient.FetchExamplesPage,ExampleStoreServiceClient.FetchExamplesFixedSizeCollection>
-
Method Summary
Modifier and TypeMethodDescriptioncreateCollection(List<ExampleStoreServiceClient.FetchExamplesPage> pages, int collectionSize) Methods inherited from class com.google.api.gax.paging.AbstractFixedSizeCollection
getCollectionSize, getNextCollection, getNextPageToken, getValues, hasNextCollection
-
Method Details
-
createCollection
protected ExampleStoreServiceClient.FetchExamplesFixedSizeCollection createCollection(List<ExampleStoreServiceClient.FetchExamplesPage> pages, int collectionSize)
-