Interface PreservedStatePreservedNetworkIpIpAddressOrBuilder (1.51.0)

public interface PreservedStatePreservedNetworkIpIpAddressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

public abstract String getAddress()

The URL of the reservation for this IP address.

optional string address = 462920692;

Returns
TypeDescription
String

The address.

getAddressBytes()

public abstract ByteString getAddressBytes()

The URL of the reservation for this IP address.

optional string address = 462920692;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for literal.

hasAddress()

public abstract boolean hasAddress()

The URL of the reservation for this IP address.

optional string address = 462920692;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the literal field is set.