Uses of Class
com.google.cloud.aiplatform.v1.ScheduleServiceClient.ListSchedulesPage
-
Packages that use ScheduleServiceClient.ListSchedulesPage Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of ScheduleServiceClient.ListSchedulesPage in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ScheduleServiceClient.ListSchedulesPage Modifier and Type Method Description protected ScheduleServiceClient.ListSchedulesPage
ScheduleServiceClient.ListSchedulesPage. createPage(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, ListSchedulesResponse response)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ScheduleServiceClient.ListSchedulesPage Modifier and Type Method Description com.google.api.core.ApiFuture<ScheduleServiceClient.ListSchedulesPage>
ScheduleServiceClient.ListSchedulesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, com.google.api.core.ApiFuture<ListSchedulesResponse> futureResponse)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ScheduleServiceClient.ListSchedulesPage Modifier and Type Method Description protected ScheduleServiceClient.ListSchedulesFixedSizeCollection
ScheduleServiceClient.ListSchedulesFixedSizeCollection. createCollection(List<ScheduleServiceClient.ListSchedulesPage> pages, int collectionSize)
-