Interface CertificateMap.GclbTarget.IpConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateMap.GclbTarget.IpConfig
,CertificateMap.GclbTarget.IpConfig.Builder
- Enclosing class:
- CertificateMap.GclbTarget
public static interface CertificateMap.GclbTarget.IpConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIpAddress()
Output only.com.google.protobuf.ByteString
getIpAddressBytes()
Output only.int
getPorts(int index)
Output only.int
getPortsCount()
Output only.List<Integer>
getPortsList()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIpAddress
String getIpAddress()
Output only. An external IP address.
string ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()
Output only. An external IP address.
string ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for ipAddress.
-
getPortsList
List<Integer> getPortsList()
Output only. Ports.
repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- A list containing the ports.
-
getPortsCount
int getPortsCount()
Output only. Ports.
repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The count of ports.
-
getPorts
int getPorts(int index)
Output only. Ports.
repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
index
- The index of the element to return.- Returns:
- The ports at the given index.
-
-