Uses of Class
com.google.cloud.notebooks.v1.GetScheduleRequest
-
Packages that use GetScheduleRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of GetScheduleRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return GetScheduleRequest Modifier and Type Method Description GetScheduleRequestGetScheduleRequest.Builder. build()GetScheduleRequestGetScheduleRequest.Builder. buildPartial()static GetScheduleRequestGetScheduleRequest. getDefaultInstance()GetScheduleRequestGetScheduleRequest.Builder. getDefaultInstanceForType()GetScheduleRequestGetScheduleRequest. getDefaultInstanceForType()static GetScheduleRequestGetScheduleRequest. parseDelimitedFrom(InputStream input)static GetScheduleRequestGetScheduleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScheduleRequestGetScheduleRequest. parseFrom(byte[] data)static GetScheduleRequestGetScheduleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScheduleRequestGetScheduleRequest. parseFrom(com.google.protobuf.ByteString data)static GetScheduleRequestGetScheduleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScheduleRequestGetScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetScheduleRequestGetScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScheduleRequestGetScheduleRequest. parseFrom(InputStream input)static GetScheduleRequestGetScheduleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetScheduleRequestGetScheduleRequest. parseFrom(ByteBuffer data)static GetScheduleRequestGetScheduleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type GetScheduleRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetScheduleRequest,Schedule>NotebookServiceGrpc. getGetScheduleMethod()com.google.protobuf.Parser<GetScheduleRequest>GetScheduleRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetScheduleRequest,Schedule>NotebookServiceClient. getScheduleCallable()Gets details of schedulecom.google.api.gax.rpc.UnaryCallSettings.Builder<GetScheduleRequest,Schedule>NotebookServiceSettings.Builder. getScheduleSettings()Returns the builder for the settings used for calls to getSchedule.com.google.api.gax.rpc.UnaryCallSettings<GetScheduleRequest,Schedule>NotebookServiceSettings. getScheduleSettings()Returns the object with the settings used for calls to getSchedule.static com.google.protobuf.Parser<GetScheduleRequest>GetScheduleRequest. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type GetScheduleRequest Modifier and Type Method Description ScheduleNotebookServiceClient. getSchedule(GetScheduleRequest request)Gets details of scheduledefault voidNotebookServiceGrpc.AsyncService. getSchedule(GetScheduleRequest request, io.grpc.stub.StreamObserver<Schedule> responseObserver)Gets details of scheduleScheduleNotebookServiceGrpc.NotebookServiceBlockingStub. getSchedule(GetScheduleRequest request)Gets details of schedulecom.google.common.util.concurrent.ListenableFuture<Schedule>NotebookServiceGrpc.NotebookServiceFutureStub. getSchedule(GetScheduleRequest request)Gets details of schedulevoidNotebookServiceGrpc.NotebookServiceStub. getSchedule(GetScheduleRequest request, io.grpc.stub.StreamObserver<Schedule> responseObserver)Gets details of scheduleGetScheduleRequest.BuilderGetScheduleRequest.Builder. mergeFrom(GetScheduleRequest other)static GetScheduleRequest.BuilderGetScheduleRequest. newBuilder(GetScheduleRequest prototype) -
Uses of GetScheduleRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type GetScheduleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetScheduleRequest,Schedule>GrpcNotebookServiceStub. getScheduleCallable()com.google.api.gax.rpc.UnaryCallable<GetScheduleRequest,Schedule>NotebookServiceStub. getScheduleCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetScheduleRequest,Schedule>NotebookServiceStubSettings.Builder. getScheduleSettings()Returns the builder for the settings used for calls to getSchedule.com.google.api.gax.rpc.UnaryCallSettings<GetScheduleRequest,Schedule>NotebookServiceStubSettings. getScheduleSettings()Returns the object with the settings used for calls to getSchedule.
-