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 Container
Container.Builder. build()
Container
Container.Builder. buildPartial()
Container
Revision.Builder. getContainers(int index)
Holds the single container that defines the unit of execution for this Revision.Container
Revision. getContainers(int index)
Holds the single container that defines the unit of execution for this Revision.Container
RevisionOrBuilder. getContainers(int index)
Holds the single container that defines the unit of execution for this Revision.Container
RevisionTemplate.Builder. getContainers(int index)
Holds the single container that defines the unit of execution for this Revision.Container
RevisionTemplate. getContainers(int index)
Holds the single container that defines the unit of execution for this Revision.Container
RevisionTemplateOrBuilder. getContainers(int index)
Holds the single container that defines the unit of execution for this Revision.Container
Task.Builder. getContainers(int index)
Holds the single container that defines the unit of execution for this task.Container
Task. getContainers(int index)
Holds the single container that defines the unit of execution for this task.Container
TaskOrBuilder. getContainers(int index)
Holds the single container that defines the unit of execution for this task.Container
TaskTemplate.Builder. getContainers(int index)
Holds the single container that defines the unit of execution for this task.Container
TaskTemplate. getContainers(int index)
Holds the single container that defines the unit of execution for this task.Container
TaskTemplateOrBuilder. getContainers(int index)
Holds the single container that defines the unit of execution for this task.static Container
Container. getDefaultInstance()
Container
Container.Builder. getDefaultInstanceForType()
Container
Container. getDefaultInstanceForType()
static Container
Container. parseDelimitedFrom(InputStream input)
static Container
Container. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(byte[] data)
static Container
Container. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(com.google.protobuf.ByteString data)
static Container
Container. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(com.google.protobuf.CodedInputStream input)
static Container
Container. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(InputStream input)
static Container
Container. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Container
Container. parseFrom(ByteBuffer data)
static Container
Container. 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.Builder
Revision.Builder. addContainers(int index, Container value)
Holds the single container that defines the unit of execution for this Revision.Revision.Builder
Revision.Builder. addContainers(Container value)
Holds the single container that defines the unit of execution for this Revision.RevisionTemplate.Builder
RevisionTemplate.Builder. addContainers(int index, Container value)
Holds the single container that defines the unit of execution for this Revision.RevisionTemplate.Builder
RevisionTemplate.Builder. addContainers(Container value)
Holds the single container that defines the unit of execution for this Revision.Task.Builder
Task.Builder. addContainers(int index, Container value)
Holds the single container that defines the unit of execution for this task.Task.Builder
Task.Builder. addContainers(Container value)
Holds the single container that defines the unit of execution for this task.TaskTemplate.Builder
TaskTemplate.Builder. addContainers(int index, Container value)
Holds the single container that defines the unit of execution for this task.TaskTemplate.Builder
TaskTemplate.Builder. addContainers(Container value)
Holds the single container that defines the unit of execution for this task.Container.Builder
Container.Builder. mergeFrom(Container other)
static Container.Builder
Container. newBuilder(Container prototype)
Revision.Builder
Revision.Builder. setContainers(int index, Container value)
Holds the single container that defines the unit of execution for this Revision.RevisionTemplate.Builder
RevisionTemplate.Builder. setContainers(int index, Container value)
Holds the single container that defines the unit of execution for this Revision.Task.Builder
Task.Builder. setContainers(int index, Container value)
Holds the single container that defines the unit of execution for this task.TaskTemplate.Builder
TaskTemplate.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.Builder
Revision.Builder. addAllContainers(Iterable<? extends Container> values)
Holds the single container that defines the unit of execution for this Revision.RevisionTemplate.Builder
RevisionTemplate.Builder. addAllContainers(Iterable<? extends Container> values)
Holds the single container that defines the unit of execution for this Revision.Task.Builder
Task.Builder. addAllContainers(Iterable<? extends Container> values)
Holds the single container that defines the unit of execution for this task.TaskTemplate.Builder
TaskTemplate.Builder. addAllContainers(Iterable<? extends Container> values)
Holds the single container that defines the unit of execution for this task.
-