Interface CertificateMap.GclbTarget.IpConfigOrBuilder (0.3.1)

public static interface CertificateMap.GclbTarget.IpConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpAddress()

public abstract String getIpAddress()

An external IP address.

string ip_address = 1;

Returns
Type Description
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

An external IP address.

string ip_address = 1;

Returns
Type Description
ByteString

The bytes for ipAddress.

getPorts(int index)

public abstract int getPorts(int index)

Ports.

repeated uint32 ports = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The ports at the given index.

getPortsCount()

public abstract int getPortsCount()

Ports.

repeated uint32 ports = 3;

Returns
Type Description
int

The count of ports.

getPortsList()

public abstract List<Integer> getPortsList()

Ports.

repeated uint32 ports = 3;

Returns
Type Description
List<Integer>

A list containing the ports.