| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.addAllArgs(Iterable<String> values)
Arguments to the entrypoint.
|
Container.Builder |
Container.Builder.addAllCommand(Iterable<String> values)
Entrypoint array.
|
Container.Builder |
Container.Builder.addAllDependsOn(Iterable<String> values)
Names of the containers that must start before this container.
|
Container.Builder |
Container.Builder.addAllEnv(Iterable<? extends EnvVar> values)
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.addAllPorts(Iterable<? extends ContainerPort> values)
List of ports to expose from the container.
|
Container.Builder |
Container.Builder.addAllVolumeMounts(Iterable<? extends VolumeMount> values)
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.addArgs(String value)
Arguments to the entrypoint.
|
Container.Builder |
Container.Builder.addArgsBytes(com.google.protobuf.ByteString value)
Arguments to the entrypoint.
|
Container.Builder |
Container.Builder.addCommand(String value)
Entrypoint array.
|
Container.Builder |
Container.Builder.addCommandBytes(com.google.protobuf.ByteString value)
Entrypoint array.
|
Container.Builder |
Task.Builder.addContainersBuilder()
Holds the single container that defines the unit of execution for this
task.
|
Container.Builder |
TaskTemplate.Builder.addContainersBuilder()
Holds the single container that defines the unit of execution for this
task.
|
Container.Builder |
RevisionTemplate.Builder.addContainersBuilder()
Holds the single container that defines the unit of execution for this
Revision.
|
Container.Builder |
Revision.Builder.addContainersBuilder()
Holds the single container that defines the unit of execution for this
Revision.
|
Container.Builder |
Task.Builder.addContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
task.
|
Container.Builder |
TaskTemplate.Builder.addContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
task.
|
Container.Builder |
RevisionTemplate.Builder.addContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
Revision.
|
Container.Builder |
Revision.Builder.addContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
Revision.
|
Container.Builder |
Container.Builder.addDependsOn(String value)
Names of the containers that must start before this container.
|
Container.Builder |
Container.Builder.addDependsOnBytes(com.google.protobuf.ByteString value)
Names of the containers that must start before this container.
|
Container.Builder |
Container.Builder.addEnv(EnvVar.Builder builderForValue)
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.addEnv(EnvVar value)
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.addEnv(int index,
EnvVar.Builder builderForValue)
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.addEnv(int index,
EnvVar value)
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.addPorts(ContainerPort.Builder builderForValue)
List of ports to expose from the container.
|
Container.Builder |
Container.Builder.addPorts(ContainerPort value)
List of ports to expose from the container.
|
Container.Builder |
Container.Builder.addPorts(int index,
ContainerPort.Builder builderForValue)
List of ports to expose from the container.
|
Container.Builder |
Container.Builder.addPorts(int index,
ContainerPort value)
List of ports to expose from the container.
|
Container.Builder |
Container.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Container.Builder |
Container.Builder.addVolumeMounts(int index,
VolumeMount.Builder builderForValue)
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.addVolumeMounts(int index,
VolumeMount value)
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.addVolumeMounts(VolumeMount.Builder builderForValue)
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.addVolumeMounts(VolumeMount value)
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.clear() |
Container.Builder |
Container.Builder.clearArgs()
Arguments to the entrypoint.
|
Container.Builder |
Container.Builder.clearBaseImageUri()
Base image for this container.
|
Container.Builder |
Container.Builder.clearBuildInfo()
Output only.
|
Container.Builder |
Container.Builder.clearCommand()
Entrypoint array.
|
Container.Builder |
Container.Builder.clearDependsOn()
Names of the containers that must start before this container.
|
Container.Builder |
Container.Builder.clearEnv()
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Container.Builder |
Container.Builder.clearImage()
Required.
|
Container.Builder |
Container.Builder.clearLivenessProbe()
Periodic probe of container liveness.
|
Container.Builder |
Container.Builder.clearName()
Name of the container specified as a DNS_LABEL (RFC 1123).
|
Container.Builder |
Container.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Container.Builder |
Container.Builder.clearPorts()
List of ports to expose from the container.
|
Container.Builder |
Container.Builder.clearResources()
Compute Resource requirements by this container.
|
Container.Builder |
Container.Builder.clearStartupProbe()
Startup probe of application within the container.
|
Container.Builder |
Container.Builder.clearVolumeMounts()
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.clearWorkingDir()
Container's working directory.
|
Container.Builder |
Container.Builder.clone() |
Container.Builder |
Task.Builder.getContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
task.
|
Container.Builder |
TaskTemplate.Builder.getContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
task.
|
Container.Builder |
RevisionTemplate.Builder.getContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
Revision.
|
Container.Builder |
Revision.Builder.getContainersBuilder(int index)
Holds the single container that defines the unit of execution for this
Revision.
|
Container.Builder |
Container.Builder.mergeBuildInfo(BuildInfo value)
Output only.
|
Container.Builder |
Container.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Container.Builder |
Container.Builder.mergeFrom(Container other) |
Container.Builder |
Container.Builder.mergeFrom(com.google.protobuf.Message other) |
Container.Builder |
Container.Builder.mergeLivenessProbe(Probe value)
Periodic probe of container liveness.
|
Container.Builder |
Container.Builder.mergeResources(ResourceRequirements value)
Compute Resource requirements by this container.
|
Container.Builder |
Container.Builder.mergeStartupProbe(Probe value)
Startup probe of application within the container.
|
Container.Builder |
Container.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Container.Builder |
Container.newBuilder() |
static Container.Builder |
Container.newBuilder(Container prototype) |
Container.Builder |
Container.newBuilderForType() |
protected Container.Builder |
Container.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Container.Builder |
Container.Builder.removeEnv(int index)
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.removePorts(int index)
List of ports to expose from the container.
|
Container.Builder |
Container.Builder.removeVolumeMounts(int index)
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.setArgs(int index,
String value)
Arguments to the entrypoint.
|
Container.Builder |
Container.Builder.setBaseImageUri(String value)
Base image for this container.
|
Container.Builder |
Container.Builder.setBaseImageUriBytes(com.google.protobuf.ByteString value)
Base image for this container.
|
Container.Builder |
Container.Builder.setBuildInfo(BuildInfo.Builder builderForValue)
Output only.
|
Container.Builder |
Container.Builder.setBuildInfo(BuildInfo value)
Output only.
|
Container.Builder |
Container.Builder.setCommand(int index,
String value)
Entrypoint array.
|
Container.Builder |
Container.Builder.setDependsOn(int index,
String value)
Names of the containers that must start before this container.
|
Container.Builder |
Container.Builder.setEnv(int index,
EnvVar.Builder builderForValue)
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.setEnv(int index,
EnvVar value)
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Container.Builder |
Container.Builder.setImage(String value)
Required.
|
Container.Builder |
Container.Builder.setImageBytes(com.google.protobuf.ByteString value)
Required.
|
Container.Builder |
Container.Builder.setLivenessProbe(Probe.Builder builderForValue)
Periodic probe of container liveness.
|
Container.Builder |
Container.Builder.setLivenessProbe(Probe value)
Periodic probe of container liveness.
|
Container.Builder |
Container.Builder.setName(String value)
Name of the container specified as a DNS_LABEL (RFC 1123).
|
Container.Builder |
Container.Builder.setNameBytes(com.google.protobuf.ByteString value)
Name of the container specified as a DNS_LABEL (RFC 1123).
|
Container.Builder |
Container.Builder.setPorts(int index,
ContainerPort.Builder builderForValue)
List of ports to expose from the container.
|
Container.Builder |
Container.Builder.setPorts(int index,
ContainerPort value)
List of ports to expose from the container.
|
Container.Builder |
Container.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Container.Builder |
Container.Builder.setResources(ResourceRequirements.Builder builderForValue)
Compute Resource requirements by this container.
|
Container.Builder |
Container.Builder.setResources(ResourceRequirements value)
Compute Resource requirements by this container.
|
Container.Builder |
Container.Builder.setStartupProbe(Probe.Builder builderForValue)
Startup probe of application within the container.
|
Container.Builder |
Container.Builder.setStartupProbe(Probe value)
Startup probe of application within the container.
|
Container.Builder |
Container.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Container.Builder |
Container.Builder.setVolumeMounts(int index,
VolumeMount.Builder builderForValue)
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.setVolumeMounts(int index,
VolumeMount value)
Volume to mount into the container's filesystem.
|
Container.Builder |
Container.Builder.setWorkingDir(String value)
Container's working directory.
|
Container.Builder |
Container.Builder.setWorkingDirBytes(com.google.protobuf.ByteString value)
Container's working directory.
|
Container.Builder |
Container.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Container.Builder> |
Task.Builder.getContainersBuilderList()
Holds the single container that defines the unit of execution for this
task.
|
List<Container.Builder> |
TaskTemplate.Builder.getContainersBuilderList()
Holds the single container that defines the unit of execution for this
task.
|
List<Container.Builder> |
RevisionTemplate.Builder.getContainersBuilderList()
Holds the single container that defines the unit of execution for this
Revision.
|
List<Container.Builder> |
Revision.Builder.getContainersBuilderList()
Holds the single container that defines the unit of execution for this
Revision.
|
| Modifier and Type | Method and Description |
|---|---|
Task.Builder |
Task.Builder.addContainers(Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
task.
|
TaskTemplate.Builder |
TaskTemplate.Builder.addContainers(Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
task.
|
RevisionTemplate.Builder |
RevisionTemplate.Builder.addContainers(Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
Revision.Builder.addContainers(Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
Revision.
|
Task.Builder |
Task.Builder.addContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
task.
|
TaskTemplate.Builder |
TaskTemplate.Builder.addContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
task.
|
RevisionTemplate.Builder |
RevisionTemplate.Builder.addContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
Revision.Builder.addContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
Revision.
|
Task.Builder |
Task.Builder.setContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
task.
|
TaskTemplate.Builder |
TaskTemplate.Builder.setContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
task.
|
RevisionTemplate.Builder |
RevisionTemplate.Builder.setContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
Revision.
|
Revision.Builder |
Revision.Builder.setContainers(int index,
Container.Builder builderForValue)
Holds the single container that defines the unit of execution for this
Revision.
|
Copyright © 2025 Google LLC. All rights reserved.