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