| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.clone() |
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.set(String fieldName,
Object value) |
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setArgs(List<String> args)
Arguments to the entrypoint.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setBaseImageUri(String baseImageUri)
Base image for this container.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setBuildInfo(GoogleCloudRunV2BuildInfo buildInfo)
Output only.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setCommand(List<String> command)
Entrypoint array.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setDependsOn(List<String> dependsOn)
Names of the containers that must start before this container.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setEnv(List<GoogleCloudRunV2EnvVar> env)
List of environment variables to set in the container.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setImage(String image)
Required.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setLivenessProbe(GoogleCloudRunV2Probe livenessProbe)
Periodic probe of container liveness.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setName(String name)
Name of the container specified as a DNS_LABEL (RFC 1123).
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setPorts(List<GoogleCloudRunV2ContainerPort> ports)
List of ports to expose from the container.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setReadinessProbe(GoogleCloudRunV2Probe readinessProbe)
Readiness probe to be used for health checks.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setResources(GoogleCloudRunV2ResourceRequirements resources)
Compute Resource requirements by this container.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setSourceCode(GoogleCloudRunV2SourceCode sourceCode)
Optional.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setStartupProbe(GoogleCloudRunV2Probe startupProbe)
Startup probe of application within the container.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setVolumeMounts(List<GoogleCloudRunV2VolumeMount> volumeMounts)
Volume to mount into the container's filesystem.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setWorkingDir(String workingDir)
Container's working directory.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudRunV2Container> |
GoogleCloudRunV2WorkerPoolRevisionTemplate.getContainers()
Holds list of the containers that defines the unit of execution for this Revision.
|
List<GoogleCloudRunV2Container> |
GoogleCloudRunV2Task.getContainers()
Holds the single container that defines the unit of execution for this task.
|
List<GoogleCloudRunV2Container> |
GoogleCloudRunV2TaskTemplate.getContainers()
Holds the single container that defines the unit of execution for this task.
|
List<GoogleCloudRunV2Container> |
GoogleCloudRunV2Revision.getContainers()
Holds the list which define the units of execution for this Revision.
|
List<GoogleCloudRunV2Container> |
GoogleCloudRunV2Instance.getContainers()
Required.
|
List<GoogleCloudRunV2Container> |
GoogleCloudRunV2RevisionTemplate.getContainers()
Holds the list which define the units of execution for this Revision.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2WorkerPoolRevisionTemplate |
GoogleCloudRunV2WorkerPoolRevisionTemplate.setContainers(List<GoogleCloudRunV2Container> containers)
Holds list of the containers that defines the unit of execution for this Revision.
|
GoogleCloudRunV2Task |
GoogleCloudRunV2Task.setContainers(List<GoogleCloudRunV2Container> containers)
Holds the single container that defines the unit of execution for this task.
|
GoogleCloudRunV2TaskTemplate |
GoogleCloudRunV2TaskTemplate.setContainers(List<GoogleCloudRunV2Container> containers)
Holds the single container that defines the unit of execution for this task.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setContainers(List<GoogleCloudRunV2Container> containers)
Holds the list which define the units of execution for this Revision.
|
GoogleCloudRunV2Instance |
GoogleCloudRunV2Instance.setContainers(List<GoogleCloudRunV2Container> containers)
Required.
|
GoogleCloudRunV2RevisionTemplate |
GoogleCloudRunV2RevisionTemplate.setContainers(List<GoogleCloudRunV2Container> containers)
Holds the list which define the units of execution for this Revision.
|
Copyright © 2011–2026 Google. All rights reserved.