Uses of Interface
com.google.cloud.notebooks.v1.ExecutionOrBuilder
-
Packages that use ExecutionOrBuilder Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of ExecutionOrBuilder in com.google.cloud.notebooks.v1
Classes in com.google.cloud.notebooks.v1 that implement ExecutionOrBuilder Modifier and Type Class Description class
Execution
The definition of a single executed notebook.static class
Execution.Builder
The definition of a single executed notebook.Methods in com.google.cloud.notebooks.v1 that return ExecutionOrBuilder Modifier and Type Method Description ExecutionOrBuilder
CreateExecutionRequest.Builder. getExecutionOrBuilder()
Required.ExecutionOrBuilder
CreateExecutionRequest. getExecutionOrBuilder()
Required.ExecutionOrBuilder
CreateExecutionRequestOrBuilder. getExecutionOrBuilder()
Required.ExecutionOrBuilder
ListExecutionsResponse.Builder. getExecutionsOrBuilder(int index)
A list of returned instances.ExecutionOrBuilder
ListExecutionsResponse. getExecutionsOrBuilder(int index)
A list of returned instances.ExecutionOrBuilder
ListExecutionsResponseOrBuilder. getExecutionsOrBuilder(int index)
A list of returned instances.ExecutionOrBuilder
Schedule.Builder. getRecentExecutionsOrBuilder(int index)
Output only.ExecutionOrBuilder
Schedule. getRecentExecutionsOrBuilder(int index)
Output only.ExecutionOrBuilder
ScheduleOrBuilder. getRecentExecutionsOrBuilder(int index)
Output only.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ExecutionOrBuilder Modifier and Type Method Description List<? extends ExecutionOrBuilder>
ListExecutionsResponse.Builder. getExecutionsOrBuilderList()
A list of returned instances.List<? extends ExecutionOrBuilder>
ListExecutionsResponse. getExecutionsOrBuilderList()
A list of returned instances.List<? extends ExecutionOrBuilder>
ListExecutionsResponseOrBuilder. getExecutionsOrBuilderList()
A list of returned instances.List<? extends ExecutionOrBuilder>
Schedule.Builder. getRecentExecutionsOrBuilderList()
Output only.List<? extends ExecutionOrBuilder>
Schedule. getRecentExecutionsOrBuilderList()
Output only.List<? extends ExecutionOrBuilder>
ScheduleOrBuilder. getRecentExecutionsOrBuilderList()
Output only.
-