public interface NetworkProfileNetworkFeaturesPredefinedSubnetworkRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIpv6Range()
public abstract String getIpv6Range()The IPv6 range of the predefined subnetwork.
optional string ipv6_range = 50053349;
| Returns | |
|---|---|
| Type | Description |
String |
The ipv6Range. |
getIpv6RangeBytes()
public abstract ByteString getIpv6RangeBytes()The IPv6 range of the predefined subnetwork.
optional string ipv6_range = 50053349;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipv6Range. |
getNamePrefix()
public abstract String getNamePrefix()The naming prefix of the predefined subnetwork.
optional string name_prefix = 236409542;
| Returns | |
|---|---|
| Type | Description |
String |
The namePrefix. |
getNamePrefixBytes()
public abstract ByteString getNamePrefixBytes()The naming prefix of the predefined subnetwork.
optional string name_prefix = 236409542;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for namePrefix. |
hasIpv6Range()
public abstract boolean hasIpv6Range()The IPv6 range of the predefined subnetwork.
optional string ipv6_range = 50053349;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ipv6Range field is set. |
hasNamePrefix()
public abstract boolean hasNamePrefix()The naming prefix of the predefined subnetwork.
optional string name_prefix = 236409542;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the namePrefix field is set. |