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 Type
    Method
    Description
    The IP address of this IP block.
    com.google.protobuf.ByteString
    The IP address of this IP block.
    boolean
    The IP address of this IP block.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.