public interface PreservedStatePreservedNetworkIpIpAddressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAddress()
public abstract String getAddress()The URL of the reservation for this IP address.
optional string address = 462920692;
| Returns | |
|---|---|
| Type | Description |
String |
The address. |
getAddressBytes()
public abstract ByteString getAddressBytes()The URL of the reservation for this IP address.
optional string address = 462920692;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for address. |
getLiteral()
public abstract String getLiteral()An IPv4 internal network address to assign to the instance for this network interface.
optional string literal = 182460591;
| Returns | |
|---|---|
| Type | Description |
String |
The literal. |
getLiteralBytes()
public abstract ByteString getLiteralBytes()An IPv4 internal network address to assign to the instance for this network interface.
optional string literal = 182460591;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for literal. |
hasAddress()
public abstract boolean hasAddress()The URL of the reservation for this IP address.
optional string address = 462920692;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the address field is set. |
hasLiteral()
public abstract boolean hasLiteral()An IPv4 internal network address to assign to the instance for this network interface.
optional string literal = 182460591;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the literal field is set. |