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 CreateScheduleRequest
CreateScheduleRequest.Builder. build()
CreateScheduleRequest
CreateScheduleRequest.Builder. buildPartial()
static CreateScheduleRequest
CreateScheduleRequest. getDefaultInstance()
CreateScheduleRequest
CreateScheduleRequest.Builder. getDefaultInstanceForType()
CreateScheduleRequest
CreateScheduleRequest. getDefaultInstanceForType()
static CreateScheduleRequest
CreateScheduleRequest. parseDelimitedFrom(InputStream input)
static CreateScheduleRequest
CreateScheduleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateScheduleRequest
CreateScheduleRequest. parseFrom(byte[] data)
static CreateScheduleRequest
CreateScheduleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateScheduleRequest
CreateScheduleRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateScheduleRequest
CreateScheduleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateScheduleRequest
CreateScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateScheduleRequest
CreateScheduleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateScheduleRequest
CreateScheduleRequest. parseFrom(InputStream input)
static CreateScheduleRequest
CreateScheduleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateScheduleRequest
CreateScheduleRequest. parseFrom(ByteBuffer data)
static CreateScheduleRequest
CreateScheduleRequest. 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 void
NotebookServiceGrpc.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.Operation
NotebookServiceGrpc.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.void
NotebookServiceGrpc.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.Builder
CreateScheduleRequest.Builder. mergeFrom(CreateScheduleRequest other)
static CreateScheduleRequest.Builder
CreateScheduleRequest. 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.
-