public static interface Daemon.UnderlayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
The underlay address in standard IP:port notation (e.g., 192.0.2.1:10000
or [2001:db8::1]:10000).
|
com.google.protobuf.ByteString |
getAddressBytes()
The underlay address in standard IP:port notation (e.g., 192.0.2.1:10000
or [2001:db8::1]:10000).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAddress()
The underlay address in standard IP:port notation (e.g., 192.0.2.1:10000 or [2001:db8::1]:10000). The underlay is UDP/IP.
string address = 1;com.google.protobuf.ByteString getAddressBytes()
The underlay address in standard IP:port notation (e.g., 192.0.2.1:10000 or [2001:db8::1]:10000). The underlay is UDP/IP.
string address = 1;Copyright © 2024. All rights reserved.