Uses of Class
com.google.cloud.notebooks.v1.CreateScheduleRequest
-
Packages that use CreateScheduleRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of CreateScheduleRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return CreateScheduleRequest Modifier and Type Method Description CreateScheduleRequestCreateScheduleRequest.Builder. build()CreateScheduleRequestCreateScheduleRequest.Builder. buildPartial()static CreateScheduleRequestCreateScheduleRequest. getDefaultInstance()CreateScheduleRequestCreateScheduleRequest.Builder. getDefaultInstanceForType()CreateScheduleRequestCreateScheduleRequest. getDefaultInstanceForType()static CreateScheduleRequestCreateScheduleRequest. parseDelimitedFrom(InputStream input)static CreateScheduleRequestCreateScheduleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(byte[] data)static CreateScheduleRequestCreateScheduleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(com.google.protobuf.ByteString data)static CreateScheduleRequestCreateScheduleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateScheduleRequestCreateScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(InputStream input)static CreateScheduleRequestCreateScheduleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateScheduleRequestCreateScheduleRequest. parseFrom(ByteBuffer data)static CreateScheduleRequestCreateScheduleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type CreateScheduleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateScheduleRequest,com.google.longrunning.Operation>NotebookServiceClient. createScheduleCallable()Creates a new Scheduled Notebook in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateScheduleRequest,Schedule,OperationMetadata>NotebookServiceClient. createScheduleOperationCallable()Creates a new Scheduled Notebook in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateScheduleRequest,Schedule,OperationMetadata>NotebookServiceSettings.Builder. createScheduleOperationSettings()Returns the builder for the settings used for calls to createSchedule.com.google.api.gax.rpc.OperationCallSettings<CreateScheduleRequest,Schedule,OperationMetadata>NotebookServiceSettings. createScheduleOperationSettings()Returns the object with the settings used for calls to createSchedule.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScheduleRequest,com.google.longrunning.Operation>NotebookServiceSettings.Builder. createScheduleSettings()Returns the builder for the settings used for calls to createSchedule.com.google.api.gax.rpc.UnaryCallSettings<CreateScheduleRequest,com.google.longrunning.Operation>NotebookServiceSettings. createScheduleSettings()Returns the object with the settings used for calls to createSchedule.static io.grpc.MethodDescriptor<CreateScheduleRequest,com.google.longrunning.Operation>NotebookServiceGrpc. getCreateScheduleMethod()com.google.protobuf.Parser<CreateScheduleRequest>CreateScheduleRequest. getParserForType()static com.google.protobuf.Parser<CreateScheduleRequest>CreateScheduleRequest. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type CreateScheduleRequest Modifier and Type Method Description default voidNotebookServiceGrpc.AsyncService. createSchedule(CreateScheduleRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new Scheduled Notebook in a given project and location.com.google.longrunning.OperationNotebookServiceGrpc.NotebookServiceBlockingStub. createSchedule(CreateScheduleRequest request)Creates a new Scheduled Notebook in a given project and location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>NotebookServiceGrpc.NotebookServiceFutureStub. createSchedule(CreateScheduleRequest request)Creates a new Scheduled Notebook in a given project and location.voidNotebookServiceGrpc.NotebookServiceStub. createSchedule(CreateScheduleRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new Scheduled Notebook in a given project and location.com.google.api.gax.longrunning.OperationFuture<Schedule,OperationMetadata>NotebookServiceClient. createScheduleAsync(CreateScheduleRequest request)Creates a new Scheduled Notebook in a given project and location.CreateScheduleRequest.BuilderCreateScheduleRequest.Builder. mergeFrom(CreateScheduleRequest other)static CreateScheduleRequest.BuilderCreateScheduleRequest. newBuilder(CreateScheduleRequest prototype) -
Uses of CreateScheduleRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type CreateScheduleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateScheduleRequest,com.google.longrunning.Operation>GrpcNotebookServiceStub. createScheduleCallable()com.google.api.gax.rpc.UnaryCallable<CreateScheduleRequest,com.google.longrunning.Operation>NotebookServiceStub. createScheduleCallable()com.google.api.gax.rpc.OperationCallable<CreateScheduleRequest,Schedule,OperationMetadata>GrpcNotebookServiceStub. createScheduleOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateScheduleRequest,Schedule,OperationMetadata>NotebookServiceStub. createScheduleOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateScheduleRequest,Schedule,OperationMetadata>NotebookServiceStubSettings.Builder. createScheduleOperationSettings()Returns the builder for the settings used for calls to createSchedule.com.google.api.gax.rpc.OperationCallSettings<CreateScheduleRequest,Schedule,OperationMetadata>NotebookServiceStubSettings. createScheduleOperationSettings()Returns the object with the settings used for calls to createSchedule.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScheduleRequest,com.google.longrunning.Operation>NotebookServiceStubSettings.Builder. createScheduleSettings()Returns the builder for the settings used for calls to createSchedule.com.google.api.gax.rpc.UnaryCallSettings<CreateScheduleRequest,com.google.longrunning.Operation>NotebookServiceStubSettings. createScheduleSettings()Returns the object with the settings used for calls to createSchedule.
-