public static interface RequestMetadata.AddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getInternal()
Flag to indicate if the address is internal IP address.
|
String |
getIp()
IPv4 or IPv6 address.
|
com.google.protobuf.ByteString |
getIpBytes()
IPv4 or IPv6 address.
|
int |
getPort()
Port number, if known.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getIp()
IPv4 or IPv6 address.
string ip = 1;
com.google.protobuf.ByteString getIpBytes()
IPv4 or IPv6 address.
string ip = 1;
int getPort()
Port number, if known. May be omitted if, to reduce volume, the system combines multiple events that are otherwise similar except for this field.
int32 port = 2 [(.confluent.protobuf.field_meta) = { ... }
boolean getInternal()
Flag to indicate if the address is internal IP address.
bool internal = 4 [(.confluent.protobuf.field_meta) = { ... }