Interface IpBlockInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IpBlockInfo,IpBlockInfo.Builder
public interface IpBlockInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIpAddress()The IP address of this IP block.com.google.protobuf.ByteStringgetIpAddressBytes()The IP address of this IP block.booleanhasIpAddress()The IP address of this IP block.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIpAddress
boolean hasIpAddress()
The IP address of this IP block.
optional string ip_address = 2;- Returns:
- Whether the ipAddress field is set.
-
getIpAddress
java.lang.String getIpAddress()
The IP address of this IP block.
optional string ip_address = 2;- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()
The IP address of this IP block.
optional string ip_address = 2;- Returns:
- The bytes for ipAddress.
-
-