public static interface V1.HostAliasOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHostnames(int index)
Hostnames for the above IP address.
|
com.google.protobuf.ByteString |
getHostnamesBytes(int index)
Hostnames for the above IP address.
|
int |
getHostnamesCount()
Hostnames for the above IP address.
|
List<String> |
getHostnamesList()
Hostnames for the above IP address.
|
String |
getIp()
IP address of the host file entry.
|
com.google.protobuf.ByteString |
getIpBytes()
IP address of the host file entry.
|
boolean |
hasIp()
IP address of the host file entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIp()
IP address of the host file entry.
optional string ip = 1;String getIp()
IP address of the host file entry.
optional string ip = 1;com.google.protobuf.ByteString getIpBytes()
IP address of the host file entry.
optional string ip = 1;List<String> getHostnamesList()
Hostnames for the above IP address.
repeated string hostnames = 2;int getHostnamesCount()
Hostnames for the above IP address.
repeated string hostnames = 2;String getHostnames(int index)
Hostnames for the above IP address.
repeated string hostnames = 2;com.google.protobuf.ByteString getHostnamesBytes(int index)
Hostnames for the above IP address.
repeated string hostnames = 2;Copyright © 2020. All rights reserved.