public interface RouterAdvertisedIpRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()User-specified description for the IP range.
optional string description = 422937596;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()User-specified description for the IP range.
optional string description = 422937596;
| Type | Description |
| ByteString | The bytes for description. |
getRange()
public abstract String getRange()The IP range to advertise. The value must be a CIDR-formatted string.
optional string range = 108280125;
| Type | Description |
| String | The range. |
getRangeBytes()
public abstract ByteString getRangeBytes()The IP range to advertise. The value must be a CIDR-formatted string.
optional string range = 108280125;
| Type | Description |
| ByteString | The bytes for range. |
hasDescription()
public abstract boolean hasDescription()User-specified description for the IP range.
optional string description = 422937596;
| Type | Description |
| boolean | Whether the description field is set. |
hasRange()
public abstract boolean hasRange()The IP range to advertise. The value must be a CIDR-formatted string.
optional string range = 108280125;
| Type | Description |
| boolean | Whether the range field is set. |