public static interface Service.Spec.PortOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
int |
getNodePort()
int32 node_port = 5; |
int |
getPort()
int32 port = 3; |
java.lang.String |
getProtocol()
string protocol = 2; |
com.google.protobuf.ByteString |
getProtocolBytes()
string protocol = 2; |
java.lang.String |
getTargetPort()
string target_port = 4; |
com.google.protobuf.ByteString |
getTargetPortBytes()
string target_port = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;java.lang.String getProtocol()
string protocol = 2;com.google.protobuf.ByteString getProtocolBytes()
string protocol = 2;int getPort()
int32 port = 3;java.lang.String getTargetPort()
string target_port = 4;com.google.protobuf.ByteString getTargetPortBytes()
string target_port = 4;int getNodePort()
int32 node_port = 5;