public static interface CertificateMap.GclbTarget.IpConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIpAddress()
Output only. An external IP address.
string ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getIpAddressBytes()
Output only. An external IP address.
string ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];List<Integer> getPortsList()
Output only. Ports.
repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];int getPortsCount()
Output only. Ports.
repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];int getPorts(int index)
Output only. Ports.
repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.Copyright © 2024 Google LLC. All rights reserved.