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 ListSchedulesResponse
ListSchedulesResponse.Builder. build()
ListSchedulesResponse
ListSchedulesResponse.Builder. buildPartial()
static ListSchedulesResponse
ListSchedulesResponse. getDefaultInstance()
ListSchedulesResponse
ListSchedulesResponse.Builder. getDefaultInstanceForType()
ListSchedulesResponse
ListSchedulesResponse. getDefaultInstanceForType()
ListSchedulesResponse
NotebookServiceGrpc.NotebookServiceBlockingStub. listSchedules(ListSchedulesRequest request)
Lists schedules in a given project and location.static ListSchedulesResponse
ListSchedulesResponse. parseDelimitedFrom(InputStream input)
static ListSchedulesResponse
ListSchedulesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchedulesResponse
ListSchedulesResponse. parseFrom(byte[] data)
static ListSchedulesResponse
ListSchedulesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchedulesResponse
ListSchedulesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListSchedulesResponse
ListSchedulesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchedulesResponse
ListSchedulesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSchedulesResponse
ListSchedulesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchedulesResponse
ListSchedulesResponse. parseFrom(InputStream input)
static ListSchedulesResponse
ListSchedulesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchedulesResponse
ListSchedulesResponse. parseFrom(ByteBuffer data)
static ListSchedulesResponse
ListSchedulesResponse. 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.ListSchedulesPage
NotebookServiceClient.ListSchedulesPage. createPage(com.google.api.gax.rpc.PageContext<ListSchedulesRequest,ListSchedulesResponse,Schedule> context, ListSchedulesResponse response)
ListSchedulesResponse.Builder
ListSchedulesResponse.Builder. mergeFrom(ListSchedulesResponse other)
static ListSchedulesResponse.Builder
ListSchedulesResponse. 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.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)
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 void
NotebookServiceGrpc.AsyncService. listSchedules(ListSchedulesRequest request, io.grpc.stub.StreamObserver<ListSchedulesResponse> responseObserver)
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. -
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.
-