public interface NamedPortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name for this named port.
|
com.google.protobuf.ByteString |
getNameBytes()
The name for this named port.
|
int |
getPort()
The port number, which can be a value between 1 and 65535.
|
boolean |
hasName()
The name for this named port.
|
boolean |
hasPort()
The port number, which can be a value between 1 and 65535.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
optional string name = 3373707;String getName()
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
optional string name = 3373707;boolean hasPort()
The port number, which can be a value between 1 and 65535.
optional int32 port = 3446913;int getPort()
The port number, which can be a value between 1 and 65535.
optional int32 port = 3446913;Copyright © 2023 Google LLC. All rights reserved.