Interface IpMappingOrBuilder (0.1.0)

public interface IpMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpAddress()

public abstract String getIpAddress()

The IP address assigned.

string ip_address = 2;

Returns
Type Description
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

The IP address assigned.

string ip_address = 2;

Returns
Type Description
ByteString

The bytes for ipAddress.

getTimeToRetire()

public abstract Timestamp getTimeToRetire()

The due time for this IP to be retired in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. This field is only available when the IP is scheduled to be retired.

.google.protobuf.Timestamp time_to_retire = 3;

Returns
Type Description
Timestamp

The timeToRetire.

getTimeToRetireOrBuilder()

public abstract TimestampOrBuilder getTimeToRetireOrBuilder()

The due time for this IP to be retired in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. This field is only available when the IP is scheduled to be retired.

.google.protobuf.Timestamp time_to_retire = 3;

Returns
Type Description
TimestampOrBuilder

getType()

public abstract SqlIpAddressType getType()

The type of this IP address. A PRIMARY address is a public address that can accept incoming connections. A PRIVATE address is a private address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported.

.google.cloud.sql.v1.SqlIpAddressType type = 1;

Returns
Type Description
SqlIpAddressType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of this IP address. A PRIMARY address is a public address that can accept incoming connections. A PRIVATE address is a private address that can accept incoming connections. An OUTGOING address is the source address of connections originating from the instance, if supported.

.google.cloud.sql.v1.SqlIpAddressType type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

hasTimeToRetire()

public abstract boolean hasTimeToRetire()

The due time for this IP to be retired in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. This field is only available when the IP is scheduled to be retired.

.google.protobuf.Timestamp time_to_retire = 3;

Returns
Type Description
boolean

Whether the timeToRetire field is set.