Uses of Class
com.google.cloud.notebooks.v1.NotebookServiceClient.ListSchedulesPagedResponse
-
Packages that use NotebookServiceClient.ListSchedulesPagedResponse Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of NotebookServiceClient.ListSchedulesPagedResponse in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return NotebookServiceClient.ListSchedulesPagedResponse Modifier and Type Method Description NotebookServiceClient.ListSchedulesPagedResponse
NotebookServiceClient. listSchedules(ListSchedulesRequest request)
Lists schedules in a given project and location.NotebookServiceClient.ListSchedulesPagedResponse
NotebookServiceClient. listSchedules(ScheduleName parent)
Lists schedules in a given project and location.NotebookServiceClient.ListSchedulesPagedResponse
NotebookServiceClient. listSchedules(String parent)
Lists schedules in a given project and location.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type NotebookServiceClient.ListSchedulesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NotebookServiceClient.ListSchedulesPagedResponse>
NotebookServiceClient.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,NotebookServiceClient.ListSchedulesPagedResponse>
NotebookServiceClient. listSchedulesPagedCallable()
Lists schedules in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse>
NotebookServiceSettings.Builder. listSchedulesSettings()
Returns the builder for the settings used for calls to listSchedules.com.google.api.gax.rpc.PagedCallSettings<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse>
NotebookServiceSettings. listSchedulesSettings()
Returns the object with the settings used for calls to listSchedules. -
Uses of NotebookServiceClient.ListSchedulesPagedResponse in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type NotebookServiceClient.ListSchedulesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSchedulesRequest,NotebookServiceClient.ListSchedulesPagedResponse>
GrpcNotebookServiceStub. listSchedulesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSchedulesRequest,NotebookServiceClient.ListSchedulesPagedResponse>
NotebookServiceStub. listSchedulesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse>
NotebookServiceStubSettings.Builder. listSchedulesSettings()
Returns the builder for the settings used for calls to listSchedules.com.google.api.gax.rpc.PagedCallSettings<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse>
NotebookServiceStubSettings. listSchedulesSettings()
Returns the object with the settings used for calls to listSchedules.
-