Uses of Class
com.google.cloud.notebooks.v1.ListSchedulesResponse
-
Packages that use ListSchedulesResponse Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of ListSchedulesResponse in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ListSchedulesResponse Modifier and Type Method Description ListSchedulesResponseListSchedulesResponse.Builder. build()ListSchedulesResponseListSchedulesResponse.Builder. buildPartial()static ListSchedulesResponseListSchedulesResponse. getDefaultInstance()ListSchedulesResponseListSchedulesResponse.Builder. getDefaultInstanceForType()ListSchedulesResponseListSchedulesResponse. getDefaultInstanceForType()ListSchedulesResponseNotebookServiceGrpc.NotebookServiceBlockingStub. listSchedules(ListSchedulesRequest request)Lists schedules in a given project and location.static ListSchedulesResponseListSchedulesResponse. parseDelimitedFrom(InputStream input)static ListSchedulesResponseListSchedulesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSchedulesResponseListSchedulesResponse. parseFrom(byte[] data)static ListSchedulesResponseListSchedulesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSchedulesResponseListSchedulesResponse. parseFrom(com.google.protobuf.ByteString data)static ListSchedulesResponseListSchedulesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSchedulesResponseListSchedulesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListSchedulesResponseListSchedulesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSchedulesResponseListSchedulesResponse. parseFrom(InputStream input)static ListSchedulesResponseListSchedulesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSchedulesResponseListSchedulesResponse. parseFrom(ByteBuffer data)static ListSchedulesResponseListSchedulesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ListSchedulesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSchedulesRequest,ListSchedulesResponse>NotebookServiceGrpc. getListSchedulesMethod()com.google.protobuf.Parser<ListSchedulesResponse>ListSchedulesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListSchedulesResponse>NotebookServiceGrpc.NotebookServiceFutureStub. listSchedules(ListSchedulesRequest request)Lists schedules in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListSchedulesRequest,ListSchedulesResponse>NotebookServiceClient. listSchedulesCallable()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.static com.google.protobuf.Parser<ListSchedulesResponse>ListSchedulesResponse. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type ListSchedulesResponse Modifier and Type Method Description protected NotebookServiceClient.ListSchedulesPageNotebookServiceClient.ListSchedulesPage. createPage(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, ListSchedulesResponse response)ListSchedulesResponse.BuilderListSchedulesResponse.Builder. mergeFrom(ListSchedulesResponse other)static ListSchedulesResponse.BuilderListSchedulesResponse. newBuilder(ListSchedulesResponse prototype)Method parameters in com.google.cloud.notebooks.v1 with type arguments of type ListSchedulesResponse 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)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)protected NotebookServiceClient.ListSchedulesPageNotebookServiceClient.ListSchedulesPage. createPage(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, ListSchedulesResponse response)com.google.api.core.ApiFuture<NotebookServiceClient.ListSchedulesPage>NotebookServiceClient.ListSchedulesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, com.google.api.core.ApiFuture<ListSchedulesResponse> futureResponse)com.google.api.core.ApiFuture<NotebookServiceClient.ListSchedulesPage>NotebookServiceClient.ListSchedulesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, com.google.api.core.ApiFuture<ListSchedulesResponse> futureResponse)default voidNotebookServiceGrpc.AsyncService. listSchedules(ListSchedulesRequest request, io.grpc.stub.StreamObserver<ListSchedulesResponse> responseObserver)Lists schedules in a given project and location.voidNotebookServiceGrpc.NotebookServiceStub. listSchedules(ListSchedulesRequest request, io.grpc.stub.StreamObserver<ListSchedulesResponse> responseObserver)Lists schedules in a given project and location. -
Uses of ListSchedulesResponse in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type ListSchedulesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSchedulesRequest,ListSchedulesResponse>GrpcNotebookServiceStub. listSchedulesCallable()com.google.api.gax.rpc.UnaryCallable<ListSchedulesRequest,ListSchedulesResponse>NotebookServiceStub. listSchedulesCallable()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.
-