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
Modifier and TypeMethodDescriptionThe IP address of this IP block.com.google.protobuf.ByteStringThe IP address of this IP block.booleanThe IP address of this IP block.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasIpAddress
boolean hasIpAddress()The IP address of this IP block.
optional string ip_address = 2;- Returns:
- Whether the ipAddress field is set.
-
getIpAddress
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.
-