Uses of Class
com.google.cloud.aiplatform.v1beta1.ScheduleServiceClient.ListSchedulesPagedResponse
-
Packages that use ScheduleServiceClient.ListSchedulesPagedResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ScheduleServiceClient.ListSchedulesPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ScheduleServiceClient.ListSchedulesPagedResponse Modifier and Type Method Description ScheduleServiceClient.ListSchedulesPagedResponse
ScheduleServiceClient. listSchedules(ListSchedulesRequest request)
Lists Schedules in a Location.ScheduleServiceClient.ListSchedulesPagedResponse
ScheduleServiceClient. listSchedules(LocationName parent)
Lists Schedules in a Location.ScheduleServiceClient.ListSchedulesPagedResponse
ScheduleServiceClient. listSchedules(String parent)
Lists Schedules in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ScheduleServiceClient.ListSchedulesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ScheduleServiceClient.ListSchedulesPagedResponse>
ScheduleServiceClient.ListSchedulesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, com.google.api.core.ApiFuture<ListSchedulesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSchedulesRequest,ScheduleServiceClient.ListSchedulesPagedResponse>
ScheduleServiceClient. listSchedulesPagedCallable()
Lists Schedules in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse,ScheduleServiceClient.ListSchedulesPagedResponse>
ScheduleServiceSettings.Builder. listSchedulesSettings()
Returns the builder for the settings used for calls to listSchedules.com.google.api.gax.rpc.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.ListSchedulesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSchedulesRequest,ScheduleServiceClient.ListSchedulesPagedResponse>
GrpcScheduleServiceStub. listSchedulesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSchedulesRequest,ScheduleServiceClient.ListSchedulesPagedResponse>
ScheduleServiceStub. listSchedulesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse,ScheduleServiceClient.ListSchedulesPagedResponse>
ScheduleServiceStubSettings.Builder. listSchedulesSettings()
Returns the builder for the settings used for calls to listSchedules.com.google.api.gax.rpc.PagedCallSettings<ListSchedulesRequest,ListSchedulesResponse,ScheduleServiceClient.ListSchedulesPagedResponse>
ScheduleServiceStubSettings. listSchedulesSettings()
Returns the object with the settings used for calls to listSchedules.
-