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 or the CIDR block to be excluded.com.google.protobuf.ByteStringThe IP address or the CIDR block to be excluded.booleanThe IP address or the CIDR block to be excluded.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 or the CIDR block to be excluded.
optional string ip_address = 2;- Returns:
- Whether the ipAddress field is set.
-
getIpAddress
String getIpAddress()The IP address or the CIDR block to be excluded.
optional string ip_address = 2;- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()The IP address or the CIDR block to be excluded.
optional string ip_address = 2;- Returns:
- The bytes for ipAddress.
-