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 classContainerA single application container.static classContainer.BuilderA single application container.Methods in com.google.cloud.run.v2 that return ContainerOrBuilder Modifier and Type Method Description ContainerOrBuilderRevision.Builder. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilderRevision. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilderRevisionOrBuilder. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilderRevisionTemplate.Builder. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilderRevisionTemplate. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilderRevisionTemplateOrBuilder. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this Revision.ContainerOrBuilderTask.Builder. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this task.ContainerOrBuilderTask. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this task.ContainerOrBuilderTaskOrBuilder. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this task.ContainerOrBuilderTaskTemplate.Builder. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this task.ContainerOrBuilderTaskTemplate. getContainersOrBuilder(int index)Holds the single container that defines the unit of execution for this task.ContainerOrBuilderTaskTemplateOrBuilder. 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.
-