Uses of Interface
com.google.cloud.run.v2.ExecutionOrBuilder
-
Packages that use ExecutionOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of ExecutionOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement ExecutionOrBuilder Modifier and Type Class Description class
Execution
Execution represents the configuration of a single execution.static class
Execution.Builder
Execution represents the configuration of a single execution.Methods in com.google.cloud.run.v2 that return ExecutionOrBuilder Modifier and Type Method Description ExecutionOrBuilder
ListExecutionsResponse.Builder. getExecutionsOrBuilder(int index)
The resulting list of Executions.ExecutionOrBuilder
ListExecutionsResponse. getExecutionsOrBuilder(int index)
The resulting list of Executions.ExecutionOrBuilder
ListExecutionsResponseOrBuilder. getExecutionsOrBuilder(int index)
The resulting list of Executions.Methods in com.google.cloud.run.v2 that return types with arguments of type ExecutionOrBuilder Modifier and Type Method Description List<? extends ExecutionOrBuilder>
ListExecutionsResponse.Builder. getExecutionsOrBuilderList()
The resulting list of Executions.List<? extends ExecutionOrBuilder>
ListExecutionsResponse. getExecutionsOrBuilderList()
The resulting list of Executions.List<? extends ExecutionOrBuilder>
ListExecutionsResponseOrBuilder. getExecutionsOrBuilderList()
The resulting list of Executions.
-