public static interface CertificateMap.GclbTarget.IpConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIpAddress()
public abstract String getIpAddress()
Output only. An external IP address.
string ip_address = 1;
Returns | |
---|---|
Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()
Output only. 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)
Output only. 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()
Output only. Ports.
repeated uint32 ports = 3;
Returns | |
---|---|
Type | Description |
int |
The count of ports. |
getPortsList()
public abstract List<Integer> getPortsList()
Output only. Ports.
repeated uint32 ports = 3;
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the ports. |