Package k8s.io.api.core.v1
Interface Generated.HostIPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.HostIP,Generated.HostIP.Builder
- Enclosing class:
- Generated
public static interface Generated.HostIPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIp()IP is the IP address assigned to the host +requiredcom.google.protobuf.ByteStringgetIpBytes()IP is the IP address assigned to the host +requiredbooleanhasIp()IP is the IP address assigned to the host +required-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIp
boolean hasIp()
IP is the IP address assigned to the host +required
optional string ip = 1;- Returns:
- Whether the ip field is set.
-
getIp
String getIp()
IP is the IP address assigned to the host +required
optional string ip = 1;- Returns:
- The ip.
-
getIpBytes
com.google.protobuf.ByteString getIpBytes()
IP is the IP address assigned to the host +required
optional string ip = 1;- Returns:
- The bytes for ip.
-
-