Package io.kubernetes.client.proto
Interface V1.NodeAddressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.NodeAddress
,V1.NodeAddress.Builder
- Enclosing class:
- V1
public static interface V1.NodeAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe node address.com.google.protobuf.ByteString
The node address.getType()
Node address type, one of Hostname, ExternalIP or InternalIP.com.google.protobuf.ByteString
Node address type, one of Hostname, ExternalIP or InternalIP.boolean
The node address.boolean
hasType()
Node address type, one of Hostname, ExternalIP or InternalIP.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasType
boolean hasType()Node address type, one of Hostname, ExternalIP or InternalIP.
optional string type = 1;
-
getType
String getType()Node address type, one of Hostname, ExternalIP or InternalIP.
optional string type = 1;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Node address type, one of Hostname, ExternalIP or InternalIP.
optional string type = 1;
-
hasAddress
boolean hasAddress()The node address.
optional string address = 2;
-
getAddress
String getAddress()The node address.
optional string address = 2;
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()The node address.
optional string address = 2;
-