Interface CertificateMap.GclbTarget.IpConfigOrBuilder (0.47.0)

public static interface CertificateMap.GclbTarget.IpConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpAddress()

public abstract String getIpAddress()

Output only. An external IP address.

string ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

Output only. An external IP address.

string ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for ipAddress.

getPorts(int index)

public abstract int getPorts(int index)

Output only. Ports.

repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

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()

Output only. Ports.

repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of ports.

getPortsList()

public abstract List<Integer> getPortsList()

Output only. Ports.

repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Integer>

A list containing the ports.