| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2ContainerPort |
GoogleCloudRunV2ContainerPort.clone() |
GoogleCloudRunV2ContainerPort |
GoogleCloudRunV2ContainerPort.set(String fieldName,
Object value) |
GoogleCloudRunV2ContainerPort |
GoogleCloudRunV2ContainerPort.setContainerPort(Integer containerPort)
Port number the container listens on.
|
GoogleCloudRunV2ContainerPort |
GoogleCloudRunV2ContainerPort.setName(String name)
If specified, used to specify which protocol to use.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudRunV2ContainerPort> |
GoogleCloudRunV2Container.getPorts()
List of ports to expose from the container.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setPorts(List<GoogleCloudRunV2ContainerPort> ports)
List of ports to expose from the container.
|
Copyright © 2011–2026 Google. All rights reserved.