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