Uses of Class
com.google.cloud.notebooks.v1.DeleteScheduleRequest
-
Packages that use DeleteScheduleRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of DeleteScheduleRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return DeleteScheduleRequest Modifier and Type Method Description DeleteScheduleRequestDeleteScheduleRequest.Builder. build()DeleteScheduleRequestDeleteScheduleRequest.Builder. buildPartial()static DeleteScheduleRequestDeleteScheduleRequest. getDefaultInstance()DeleteScheduleRequestDeleteScheduleRequest.Builder. getDefaultInstanceForType()DeleteScheduleRequestDeleteScheduleRequest. getDefaultInstanceForType()static DeleteScheduleRequestDeleteScheduleRequest. parseDelimitedFrom(InputStream input)static DeleteScheduleRequestDeleteScheduleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(byte[] data)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(InputStream input)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(ByteBuffer data)static DeleteScheduleRequestDeleteScheduleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type DeleteScheduleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteScheduleRequest,com.google.longrunning.Operation>NotebookServiceClient. deleteScheduleCallable()Deletes schedule and all underlying jobscom.google.api.gax.rpc.OperationCallable<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceClient. deleteScheduleOperationCallable()Deletes schedule and all underlying jobscom.google.api.gax.rpc.OperationCallSettings.Builder<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceSettings.Builder. deleteScheduleOperationSettings()Returns the builder for the settings used for calls to deleteSchedule.com.google.api.gax.rpc.OperationCallSettings<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceSettings. deleteScheduleOperationSettings()Returns the object with the settings used for calls to deleteSchedule.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteScheduleRequest,com.google.longrunning.Operation>NotebookServiceSettings.Builder. deleteScheduleSettings()Returns the builder for the settings used for calls to deleteSchedule.com.google.api.gax.rpc.UnaryCallSettings<DeleteScheduleRequest,com.google.longrunning.Operation>NotebookServiceSettings. deleteScheduleSettings()Returns the object with the settings used for calls to deleteSchedule.static io.grpc.MethodDescriptor<DeleteScheduleRequest,com.google.longrunning.Operation>NotebookServiceGrpc. getDeleteScheduleMethod()com.google.protobuf.Parser<DeleteScheduleRequest>DeleteScheduleRequest. getParserForType()static com.google.protobuf.Parser<DeleteScheduleRequest>DeleteScheduleRequest. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type DeleteScheduleRequest Modifier and Type Method Description default voidNotebookServiceGrpc.AsyncService. deleteSchedule(DeleteScheduleRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes schedule and all underlying jobscom.google.longrunning.OperationNotebookServiceGrpc.NotebookServiceBlockingStub. deleteSchedule(DeleteScheduleRequest request)Deletes schedule and all underlying jobscom.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>NotebookServiceGrpc.NotebookServiceFutureStub. deleteSchedule(DeleteScheduleRequest request)Deletes schedule and all underlying jobsvoidNotebookServiceGrpc.NotebookServiceStub. deleteSchedule(DeleteScheduleRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes schedule and all underlying jobscom.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>NotebookServiceClient. deleteScheduleAsync(DeleteScheduleRequest request)Deletes schedule and all underlying jobsDeleteScheduleRequest.BuilderDeleteScheduleRequest.Builder. mergeFrom(DeleteScheduleRequest other)static DeleteScheduleRequest.BuilderDeleteScheduleRequest. newBuilder(DeleteScheduleRequest prototype) -
Uses of DeleteScheduleRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type DeleteScheduleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteScheduleRequest,com.google.longrunning.Operation>GrpcNotebookServiceStub. deleteScheduleCallable()com.google.api.gax.rpc.UnaryCallable<DeleteScheduleRequest,com.google.longrunning.Operation>NotebookServiceStub. deleteScheduleCallable()com.google.api.gax.rpc.OperationCallable<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata>GrpcNotebookServiceStub. deleteScheduleOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceStub. deleteScheduleOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceStubSettings.Builder. deleteScheduleOperationSettings()Returns the builder for the settings used for calls to deleteSchedule.com.google.api.gax.rpc.OperationCallSettings<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata>NotebookServiceStubSettings. deleteScheduleOperationSettings()Returns the object with the settings used for calls to deleteSchedule.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteScheduleRequest,com.google.longrunning.Operation>NotebookServiceStubSettings.Builder. deleteScheduleSettings()Returns the builder for the settings used for calls to deleteSchedule.com.google.api.gax.rpc.UnaryCallSettings<DeleteScheduleRequest,com.google.longrunning.Operation>NotebookServiceStubSettings. deleteScheduleSettings()Returns the object with the settings used for calls to deleteSchedule.
-