Package com.google.cloud.dialogflow.v2
Class IntentsClient.ListIntentsFixedSizeCollection
- java.lang.Object
-
- com.google.api.gax.paging.AbstractFixedSizeCollection<ListIntentsRequest,ListIntentsResponse,Intent,IntentsClient.ListIntentsPage,IntentsClient.ListIntentsFixedSizeCollection>
-
- com.google.cloud.dialogflow.v2.IntentsClient.ListIntentsFixedSizeCollection
-
- All Implemented Interfaces:
com.google.api.gax.paging.FixedSizeCollection<Intent>
- Enclosing class:
- IntentsClient
public static class IntentsClient.ListIntentsFixedSizeCollection extends com.google.api.gax.paging.AbstractFixedSizeCollection<ListIntentsRequest,ListIntentsResponse,Intent,IntentsClient.ListIntentsPage,IntentsClient.ListIntentsFixedSizeCollection>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IntentsClient.ListIntentsFixedSizeCollection
createCollection(List<IntentsClient.ListIntentsPage> pages, int collectionSize)
-
-
-
Method Detail
-
createCollection
protected IntentsClient.ListIntentsFixedSizeCollection createCollection(List<IntentsClient.ListIntentsPage> pages, int collectionSize)
- Specified by:
createCollection
in classcom.google.api.gax.paging.AbstractFixedSizeCollection<ListIntentsRequest,ListIntentsResponse,Intent,IntentsClient.ListIntentsPage,IntentsClient.ListIntentsFixedSizeCollection>
-
-