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 Execution
Execution.Builder. build()
Execution
Execution.Builder. buildPartial()
static Execution
Execution. getDefaultInstance()
Execution
Execution.Builder. getDefaultInstanceForType()
Execution
Execution. getDefaultInstanceForType()
Execution
CreateExecutionRequest.Builder. getExecution()
Required.Execution
CreateExecutionRequest. getExecution()
Required.Execution
CreateExecutionRequestOrBuilder. getExecution()
Required.Execution
NotebookServiceClient. getExecution(ExecutionName name)
Gets details of executionsExecution
NotebookServiceClient. getExecution(GetExecutionRequest request)
Gets details of executionsExecution
NotebookServiceClient. getExecution(String name)
Gets details of executionsExecution
NotebookServiceGrpc.NotebookServiceBlockingStub. getExecution(GetExecutionRequest request)
Gets details of executionsExecution
ListExecutionsResponse.Builder. getExecutions(int index)
A list of returned instances.Execution
ListExecutionsResponse. getExecutions(int index)
A list of returned instances.Execution
ListExecutionsResponseOrBuilder. getExecutions(int index)
A list of returned instances.Execution
Schedule.Builder. getRecentExecutions(int index)
Output only.Execution
Schedule. getRecentExecutions(int index)
Output only.Execution
ScheduleOrBuilder. getRecentExecutions(int index)
Output only.static Execution
Execution. parseDelimitedFrom(InputStream input)
static Execution
Execution. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(byte[] data)
static Execution
Execution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(com.google.protobuf.ByteString data)
static Execution
Execution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(com.google.protobuf.CodedInputStream input)
static Execution
Execution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(InputStream input)
static Execution
Execution. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(ByteBuffer data)
static Execution
Execution. 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.Builder
ListExecutionsResponse.Builder. addExecutions(int index, Execution value)
A list of returned instances.ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. addExecutions(Execution value)
A list of returned instances.Schedule.Builder
Schedule.Builder. addRecentExecutions(int index, Execution value)
Output only.Schedule.Builder
Schedule.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.Builder
CreateExecutionRequest.Builder. mergeExecution(Execution value)
Required.Execution.Builder
Execution.Builder. mergeFrom(Execution other)
static Execution.Builder
Execution. newBuilder(Execution prototype)
CreateExecutionRequest.Builder
CreateExecutionRequest.Builder. setExecution(Execution value)
Required.ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. setExecutions(int index, Execution value)
A list of returned instances.Schedule.Builder
Schedule.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.Builder
ListExecutionsResponse.Builder. addAllExecutions(Iterable<? extends Execution> values)
A list of returned instances.Schedule.Builder
Schedule.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.ListExecutionsPage
NotebookServiceClient.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 void
NotebookServiceGrpc.AsyncService. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Gets details of executionsvoid
NotebookServiceGrpc.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.
-