public interface AddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
string address = 2; |
com.google.protobuf.ByteString |
getAddressBytes()
string address = 2; |
int |
getIpPort()
only for TYPE_IPV4 and TYPE_IPV6
|
Address.Type |
getType()
.grpc.binarylog.v1.Address.Type type = 1; |
int |
getTypeValue()
.grpc.binarylog.v1.Address.Type type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
.grpc.binarylog.v1.Address.Type type = 1;Address.Type getType()
.grpc.binarylog.v1.Address.Type type = 1;String getAddress()
string address = 2;com.google.protobuf.ByteString getAddressBytes()
string address = 2;int getIpPort()
only for TYPE_IPV4 and TYPE_IPV6
uint32 ip_port = 3;