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