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 DeleteScheduleRequest
DeleteScheduleRequest.Builder. build()
DeleteScheduleRequest
DeleteScheduleRequest.Builder. buildPartial()
static DeleteScheduleRequest
DeleteScheduleRequest. getDefaultInstance()
DeleteScheduleRequest
DeleteScheduleRequest.Builder. getDefaultInstanceForType()
DeleteScheduleRequest
DeleteScheduleRequest. getDefaultInstanceForType()
static DeleteScheduleRequest
DeleteScheduleRequest. parseDelimitedFrom(InputStream input)
static DeleteScheduleRequest
DeleteScheduleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteScheduleRequest
DeleteScheduleRequest. parseFrom(byte[] data)
static DeleteScheduleRequest
DeleteScheduleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteScheduleRequest
DeleteScheduleRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteScheduleRequest
DeleteScheduleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteScheduleRequest
DeleteScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteScheduleRequest
DeleteScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteScheduleRequest
DeleteScheduleRequest. parseFrom(InputStream input)
static DeleteScheduleRequest
DeleteScheduleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteScheduleRequest
DeleteScheduleRequest. parseFrom(ByteBuffer data)
static DeleteScheduleRequest
DeleteScheduleRequest. 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 void
NotebookServiceGrpc.AsyncService. deleteSchedule(DeleteScheduleRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes schedule and all underlying jobscom.google.longrunning.Operation
NotebookServiceGrpc.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 jobsvoid
NotebookServiceGrpc.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.Builder
DeleteScheduleRequest.Builder. mergeFrom(DeleteScheduleRequest other)
static DeleteScheduleRequest.Builder
DeleteScheduleRequest. 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.
-