public interface ContainerPortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getContainerPort()
Port number the container listens on.
|
String |
getName()
If specified, used to specify which protocol to use.
|
com.google.protobuf.ByteString |
getNameBytes()
If specified, used to specify which protocol to use.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
string name = 1;com.google.protobuf.ByteString getNameBytes()
If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
string name = 1;int getContainerPort()
Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
int32 container_port = 3;Copyright © 2025 Google LLC. All rights reserved.