Uses of Class
com.google.cloud.run.v2.Container
-
Packages that use Container Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of Container in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return Container Modifier and Type Method Description ContainerContainer.Builder. build()ContainerContainer.Builder. buildPartial()ContainerRevision.Builder. getContainers(int index)Holds the single container that defines the unit of execution for this Revision.ContainerRevision. getContainers(int index)Holds the single container that defines the unit of execution for this Revision.ContainerRevisionOrBuilder. getContainers(int index)Holds the single container that defines the unit of execution for this Revision.ContainerRevisionTemplate.Builder. getContainers(int index)Holds the single container that defines the unit of execution for this Revision.ContainerRevisionTemplate. getContainers(int index)Holds the single container that defines the unit of execution for this Revision.ContainerRevisionTemplateOrBuilder. getContainers(int index)Holds the single container that defines the unit of execution for this Revision.ContainerTask.Builder. getContainers(int index)Holds the single container that defines the unit of execution for this task.ContainerTask. getContainers(int index)Holds the single container that defines the unit of execution for this task.ContainerTaskOrBuilder. getContainers(int index)Holds the single container that defines the unit of execution for this task.ContainerTaskTemplate.Builder. getContainers(int index)Holds the single container that defines the unit of execution for this task.ContainerTaskTemplate. getContainers(int index)Holds the single container that defines the unit of execution for this task.ContainerTaskTemplateOrBuilder. getContainers(int index)Holds the single container that defines the unit of execution for this task.static ContainerContainer. getDefaultInstance()ContainerContainer.Builder. getDefaultInstanceForType()ContainerContainer. getDefaultInstanceForType()static ContainerContainer. parseDelimitedFrom(InputStream input)static ContainerContainer. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(byte[] data)static ContainerContainer. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(com.google.protobuf.ByteString data)static ContainerContainer. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(com.google.protobuf.CodedInputStream input)static ContainerContainer. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(InputStream input)static ContainerContainer. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerContainer. parseFrom(ByteBuffer data)static ContainerContainer. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type Container Modifier and Type Method Description List<Container>Revision.Builder. getContainersList()Holds the single container that defines the unit of execution for this Revision.List<Container>Revision. getContainersList()Holds the single container that defines the unit of execution for this Revision.List<Container>RevisionOrBuilder. getContainersList()Holds the single container that defines the unit of execution for this Revision.List<Container>RevisionTemplate.Builder. getContainersList()Holds the single container that defines the unit of execution for this Revision.List<Container>RevisionTemplate. getContainersList()Holds the single container that defines the unit of execution for this Revision.List<Container>RevisionTemplateOrBuilder. getContainersList()Holds the single container that defines the unit of execution for this Revision.List<Container>Task.Builder. getContainersList()Holds the single container that defines the unit of execution for this task.List<Container>Task. getContainersList()Holds the single container that defines the unit of execution for this task.List<Container>TaskOrBuilder. getContainersList()Holds the single container that defines the unit of execution for this task.List<Container>TaskTemplate.Builder. getContainersList()Holds the single container that defines the unit of execution for this task.List<Container>TaskTemplate. getContainersList()Holds the single container that defines the unit of execution for this task.List<Container>TaskTemplateOrBuilder. getContainersList()Holds the single container that defines the unit of execution for this task.com.google.protobuf.Parser<Container>Container. getParserForType()static com.google.protobuf.Parser<Container>Container. parser()Methods in com.google.cloud.run.v2 with parameters of type Container Modifier and Type Method Description Revision.BuilderRevision.Builder. addContainers(int index, Container value)Holds the single container that defines the unit of execution for this Revision.Revision.BuilderRevision.Builder. addContainers(Container value)Holds the single container that defines the unit of execution for this Revision.RevisionTemplate.BuilderRevisionTemplate.Builder. addContainers(int index, Container value)Holds the single container that defines the unit of execution for this Revision.RevisionTemplate.BuilderRevisionTemplate.Builder. addContainers(Container value)Holds the single container that defines the unit of execution for this Revision.Task.BuilderTask.Builder. addContainers(int index, Container value)Holds the single container that defines the unit of execution for this task.Task.BuilderTask.Builder. addContainers(Container value)Holds the single container that defines the unit of execution for this task.TaskTemplate.BuilderTaskTemplate.Builder. addContainers(int index, Container value)Holds the single container that defines the unit of execution for this task.TaskTemplate.BuilderTaskTemplate.Builder. addContainers(Container value)Holds the single container that defines the unit of execution for this task.Container.BuilderContainer.Builder. mergeFrom(Container other)static Container.BuilderContainer. newBuilder(Container prototype)Revision.BuilderRevision.Builder. setContainers(int index, Container value)Holds the single container that defines the unit of execution for this Revision.RevisionTemplate.BuilderRevisionTemplate.Builder. setContainers(int index, Container value)Holds the single container that defines the unit of execution for this Revision.Task.BuilderTask.Builder. setContainers(int index, Container value)Holds the single container that defines the unit of execution for this task.TaskTemplate.BuilderTaskTemplate.Builder. setContainers(int index, Container value)Holds the single container that defines the unit of execution for this task.Method parameters in com.google.cloud.run.v2 with type arguments of type Container Modifier and Type Method Description Revision.BuilderRevision.Builder. addAllContainers(Iterable<? extends Container> values)Holds the single container that defines the unit of execution for this Revision.RevisionTemplate.BuilderRevisionTemplate.Builder. addAllContainers(Iterable<? extends Container> values)Holds the single container that defines the unit of execution for this Revision.Task.BuilderTask.Builder. addAllContainers(Iterable<? extends Container> values)Holds the single container that defines the unit of execution for this task.TaskTemplate.BuilderTaskTemplate.Builder. addAllContainers(Iterable<? extends Container> values)Holds the single container that defines the unit of execution for this task.
-