Package io.grpc.binarylog.v1
Interface AddressOrBuilder
- 
- All Superinterfaces:
- MessageLiteOrBuilder,- MessageOrBuilder
 - All Known Implementing Classes:
- Address,- Address.Builder
 
 public interface AddressOrBuilder extends MessageOrBuilder 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAddress()string address = 2;ByteStringgetAddressBytes()string address = 2;intgetIpPort()only for TYPE_IPV4 and TYPE_IPV6Address.TypegetType().grpc.binarylog.v1.Address.Type type = 1;intgetTypeValue().grpc.binarylog.v1.Address.Type type = 1;- 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getTypeValueint getTypeValue() .grpc.binarylog.v1.Address.Type type = 1;- Returns:
- The enum numeric value on the wire for type.
 
 - 
getTypeAddress.Type getType() .grpc.binarylog.v1.Address.Type type = 1;- Returns:
- The type.
 
 - 
getAddressString getAddress() string address = 2;- Returns:
- The address.
 
 - 
getAddressBytesByteString getAddressBytes() string address = 2;- Returns:
- The bytes for address.
 
 - 
getIpPortint getIpPort() only for TYPE_IPV4 and TYPE_IPV6 uint32 ip_port = 3;- Returns:
- The ipPort.
 
 
- 
 
-