Uses of Class
com.google.cloud.aiplatform.v1beta1.ScheduleServiceClient.ListSchedulesPagedResponse
Packages that use ScheduleServiceClient.ListSchedulesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of ScheduleServiceClient.ListSchedulesPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ScheduleServiceClient.ListSchedulesPagedResponseModifier and TypeMethodDescriptionScheduleServiceClient.listSchedules(ListSchedulesRequest request) Lists Schedules in a Location.ScheduleServiceClient.listSchedules(LocationName parent) Lists Schedules in a Location.ScheduleServiceClient.listSchedules(String parent) Lists Schedules in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ScheduleServiceClient.ListSchedulesPagedResponseModifier and TypeMethodDescriptionScheduleServiceClient.ListSchedulesPagedResponse.createAsync(PageContext<ListSchedulesRequest, ListSchedulesResponse, Schedule> context, ApiFuture<ListSchedulesResponse> futureResponse) ScheduleServiceClient.listSchedulesPagedCallable()Lists Schedules in a Location.PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse, ScheduleServiceClient.ListSchedulesPagedResponse> ScheduleServiceSettings.Builder.listSchedulesSettings()Returns the builder for the settings used for calls to listSchedules.PagedCallSettings<ListSchedulesRequest,ListSchedulesResponse, ScheduleServiceClient.ListSchedulesPagedResponse> ScheduleServiceSettings.listSchedulesSettings()Returns the object with the settings used for calls to listSchedules. -
Uses of ScheduleServiceClient.ListSchedulesPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ScheduleServiceClient.ListSchedulesPagedResponseModifier and TypeMethodDescriptionGrpcScheduleServiceStub.listSchedulesPagedCallable()ScheduleServiceStub.listSchedulesPagedCallable()PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse, ScheduleServiceClient.ListSchedulesPagedResponse> ScheduleServiceStubSettings.Builder.listSchedulesSettings()Returns the builder for the settings used for calls to listSchedules.PagedCallSettings<ListSchedulesRequest,ListSchedulesResponse, ScheduleServiceClient.ListSchedulesPagedResponse> ScheduleServiceStubSettings.listSchedulesSettings()Returns the object with the settings used for calls to listSchedules.