Interface CertificateMap.GclbTarget.IpConfigOrBuilder (0.44.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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<Integer>

A list containing the ports.