| Modifier and Type | Method and Description |
|---|---|
ContainerPort |
ContainerPort.Builder.build() |
ContainerPort |
ContainerPort.Builder.buildPartial() |
static ContainerPort |
ContainerPort.getDefaultInstance() |
ContainerPort |
ContainerPort.getDefaultInstanceForType() |
ContainerPort |
ContainerPort.Builder.getDefaultInstanceForType() |
ContainerPort |
ContainerOrBuilder.getPorts(int index)
List of ports to expose from the container.
|
ContainerPort |
Container.getPorts(int index)
List of ports to expose from the container.
|
ContainerPort |
Container.Builder.getPorts(int index)
List of ports to expose from the container.
|
static ContainerPort |
ContainerPort.parseDelimitedFrom(InputStream input) |
static ContainerPort |
ContainerPort.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerPort |
ContainerPort.parseFrom(byte[] data) |
static ContainerPort |
ContainerPort.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerPort |
ContainerPort.parseFrom(ByteBuffer data) |
static ContainerPort |
ContainerPort.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerPort |
ContainerPort.parseFrom(com.google.protobuf.ByteString data) |
static ContainerPort |
ContainerPort.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerPort |
ContainerPort.parseFrom(com.google.protobuf.CodedInputStream input) |
static ContainerPort |
ContainerPort.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerPort |
ContainerPort.parseFrom(InputStream input) |
static ContainerPort |
ContainerPort.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ContainerPort> |
ContainerPort.getParserForType() |
List<ContainerPort> |
ContainerOrBuilder.getPortsList()
List of ports to expose from the container.
|
List<ContainerPort> |
Container.getPortsList()
List of ports to expose from the container.
|
List<ContainerPort> |
Container.Builder.getPortsList()
List of ports to expose from the container.
|
static com.google.protobuf.Parser<ContainerPort> |
ContainerPort.parser() |
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.addPorts(ContainerPort value)
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.
|
ContainerPort.Builder |
ContainerPort.Builder.mergeFrom(ContainerPort other) |
static ContainerPort.Builder |
ContainerPort.newBuilder(ContainerPort prototype) |
Container.Builder |
Container.Builder.setPorts(int index,
ContainerPort value)
List of ports to expose from the container.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.addAllPorts(Iterable<? extends ContainerPort> values)
List of ports to expose from the container.
|
Copyright © 2025 Google LLC. All rights reserved.