Uses of Interface
com.google.cloud.run.v2.ContainerOrBuilder
-
Packages that use ContainerOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of ContainerOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement ContainerOrBuilder Modifier and Type Class Description class
Container
A single application container.static class
Container.Builder
A single application container.Methods in com.google.cloud.run.v2 that return ContainerOrBuilder Modifier and Type Method Description ContainerOrBuilder
Revision.Builder. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilder
Revision. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilder
RevisionOrBuilder. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilder
RevisionTemplate.Builder. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilder
RevisionTemplate. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilder
RevisionTemplateOrBuilder. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilder
Task.Builder. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this task.ContainerOrBuilder
Task. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this task.ContainerOrBuilder
TaskOrBuilder. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this task.ContainerOrBuilder
TaskTemplate.Builder. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this task.ContainerOrBuilder
TaskTemplate. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this task.ContainerOrBuilder
TaskTemplateOrBuilder. getContainersOrBuilder(int index)
Holds the single container that defines the unit of execution for this task.Methods in com.google.cloud.run.v2 that return types with arguments of type ContainerOrBuilder Modifier and Type Method Description List<? extends ContainerOrBuilder>
Revision.Builder. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this Revision.List<? extends ContainerOrBuilder>
Revision. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this Revision.List<? extends ContainerOrBuilder>
RevisionOrBuilder. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this Revision.List<? extends ContainerOrBuilder>
RevisionTemplate.Builder. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this Revision.List<? extends ContainerOrBuilder>
RevisionTemplate. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this Revision.List<? extends ContainerOrBuilder>
RevisionTemplateOrBuilder. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this Revision.List<? extends ContainerOrBuilder>
Task.Builder. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this task.List<? extends ContainerOrBuilder>
Task. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this task.List<? extends ContainerOrBuilder>
TaskOrBuilder. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this task.List<? extends ContainerOrBuilder>
TaskTemplate.Builder. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this task.List<? extends ContainerOrBuilder>
TaskTemplate. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this task.List<? extends ContainerOrBuilder>
TaskTemplateOrBuilder. getContainersOrBuilderList()
Holds the single container that defines the unit of execution for this task.
-