Uses of Class
com.google.cloud.notebooks.v1.Execution
-
Packages that use Execution Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of Execution in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return Execution Modifier and Type Method Description ExecutionExecution.Builder. build()ExecutionExecution.Builder. buildPartial()static ExecutionExecution. getDefaultInstance()ExecutionExecution.Builder. getDefaultInstanceForType()ExecutionExecution. getDefaultInstanceForType()ExecutionCreateExecutionRequest.Builder. getExecution()Required.ExecutionCreateExecutionRequest. getExecution()Required.ExecutionCreateExecutionRequestOrBuilder. getExecution()Required.ExecutionNotebookServiceClient. getExecution(ExecutionName name)Gets details of executionsExecutionNotebookServiceClient. getExecution(GetExecutionRequest request)Gets details of executionsExecutionNotebookServiceClient. getExecution(String name)Gets details of executionsExecutionNotebookServiceGrpc.NotebookServiceBlockingStub. getExecution(GetExecutionRequest request)Gets details of executionsExecutionListExecutionsResponse.Builder. getExecutions(int index)A list of returned instances.ExecutionListExecutionsResponse. getExecutions(int index)A list of returned instances.ExecutionListExecutionsResponseOrBuilder. getExecutions(int index)A list of returned instances.ExecutionSchedule.Builder. getRecentExecutions(int index)Output only.ExecutionSchedule. getRecentExecutions(int index)Output only.ExecutionScheduleOrBuilder. getRecentExecutions(int index)Output only.static ExecutionExecution. parseDelimitedFrom(InputStream input)static ExecutionExecution. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(byte[] data)static ExecutionExecution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(com.google.protobuf.ByteString data)static ExecutionExecution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionExecution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(InputStream input)static ExecutionExecution. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionExecution. parseFrom(ByteBuffer data)static ExecutionExecution. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type Execution Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Execution,OperationMetadata>NotebookServiceClient. createExecutionAsync(CreateExecutionRequest request)Creates a new Execution in a given project and location.com.google.api.gax.longrunning.OperationFuture<Execution,OperationMetadata>NotebookServiceClient. createExecutionAsync(ExecutionName parent, Execution execution, String executionId)Creates a new Execution in a given project and location.com.google.api.gax.longrunning.OperationFuture<Execution,OperationMetadata>NotebookServiceClient. createExecutionAsync(String parent, Execution execution, String executionId)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.common.util.concurrent.ListenableFuture<Execution>NotebookServiceGrpc.NotebookServiceFutureStub. getExecution(GetExecutionRequest request)Gets details of executionscom.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>NotebookServiceClient. getExecutionCallable()Gets details of executionscom.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>NotebookServiceSettings.Builder. getExecutionSettings()Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>NotebookServiceSettings. getExecutionSettings()Returns the object with the settings used for calls to getExecution.List<Execution>ListExecutionsResponse.Builder. getExecutionsList()A list of returned instances.List<Execution>ListExecutionsResponse. getExecutionsList()A list of returned instances.List<Execution>ListExecutionsResponseOrBuilder. getExecutionsList()A list of returned instances.static io.grpc.MethodDescriptor<GetExecutionRequest,Execution>NotebookServiceGrpc. getGetExecutionMethod()com.google.protobuf.Parser<Execution>Execution. getParserForType()List<Execution>Schedule.Builder. getRecentExecutionsList()Output only.List<Execution>Schedule. getRecentExecutionsList()Output only.List<Execution>ScheduleOrBuilder. getRecentExecutionsList()Output only.static com.google.protobuf.Parser<Execution>Execution. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type Execution Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. addExecutions(int index, Execution value)A list of returned instances.ListExecutionsResponse.BuilderListExecutionsResponse.Builder. addExecutions(Execution value)A list of returned instances.Schedule.BuilderSchedule.Builder. addRecentExecutions(int index, Execution value)Output only.Schedule.BuilderSchedule.Builder. addRecentExecutions(Execution value)Output only.com.google.api.gax.longrunning.OperationFuture<Execution,OperationMetadata>NotebookServiceClient. createExecutionAsync(ExecutionName parent, Execution execution, String executionId)Creates a new Execution in a given project and location.com.google.api.gax.longrunning.OperationFuture<Execution,OperationMetadata>NotebookServiceClient. createExecutionAsync(String parent, Execution execution, String executionId)Creates a new Execution in a given project and location.CreateExecutionRequest.BuilderCreateExecutionRequest.Builder. mergeExecution(Execution value)Required.Execution.BuilderExecution.Builder. mergeFrom(Execution other)static Execution.BuilderExecution. newBuilder(Execution prototype)CreateExecutionRequest.BuilderCreateExecutionRequest.Builder. setExecution(Execution value)Required.ListExecutionsResponse.BuilderListExecutionsResponse.Builder. setExecutions(int index, Execution value)A list of returned instances.Schedule.BuilderSchedule.Builder. setRecentExecutions(int index, Execution value)Output only.Method parameters in com.google.cloud.notebooks.v1 with type arguments of type Execution Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. addAllExecutions(Iterable<? extends Execution> values)A list of returned instances.Schedule.BuilderSchedule.Builder. addAllRecentExecutions(Iterable<? extends Execution> values)Output only.static com.google.api.core.ApiFuture<NotebookServiceClient.ListExecutionsPagedResponse>NotebookServiceClient.ListExecutionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse)protected NotebookServiceClient.ListExecutionsPageNotebookServiceClient.ListExecutionsPage. createPage(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)com.google.api.core.ApiFuture<NotebookServiceClient.ListExecutionsPage>NotebookServiceClient.ListExecutionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse)default voidNotebookServiceGrpc.AsyncService. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Gets details of executionsvoidNotebookServiceGrpc.NotebookServiceStub. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Gets details of executions -
Uses of Execution in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type Execution Modifier and Type Method Description 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.UnaryCallable<GetExecutionRequest,Execution>GrpcNotebookServiceStub. getExecutionCallable()com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>NotebookServiceStub. getExecutionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>NotebookServiceStubSettings.Builder. getExecutionSettings()Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>NotebookServiceStubSettings. getExecutionSettings()Returns the object with the settings used for calls to getExecution.
-