public static interface V1.NodeAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
The node address.
|
com.google.protobuf.ByteString |
getAddressBytes()
The node address.
|
String |
getType()
Node address type, one of Hostname, ExternalIP or InternalIP.
|
com.google.protobuf.ByteString |
getTypeBytes()
Node address type, one of Hostname, ExternalIP or InternalIP.
|
boolean |
hasAddress()
The node address.
|
boolean |
hasType()
Node address type, one of Hostname, ExternalIP or InternalIP.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Node address type, one of Hostname, ExternalIP or InternalIP.
optional string type = 1;String getType()
Node address type, one of Hostname, ExternalIP or InternalIP.
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Node address type, one of Hostname, ExternalIP or InternalIP.
optional string type = 1;boolean hasAddress()
The node address.
optional string address = 2;String getAddress()
The node address.
optional string address = 2;com.google.protobuf.ByteString getAddressBytes()
The node address.
optional string address = 2;Copyright © 2023. All rights reserved.