public interface HostsEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHostNames(int index)
List of host names / aliases.
|
com.google.protobuf.ByteString |
getHostNamesBytes(int index)
List of host names / aliases.
|
int |
getHostNamesCount()
List of host names / aliases.
|
List<String> |
getHostNamesList()
List of host names / aliases.
|
String |
getIp()
IP (raw, IPv4/6 agnostic).
|
com.google.protobuf.ByteString |
getIpBytes()
IP (raw, IPv4/6 agnostic).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIp()
IP (raw, IPv4/6 agnostic).
string ip = 1;com.google.protobuf.ByteString getIpBytes()
IP (raw, IPv4/6 agnostic).
string ip = 1;List<String> getHostNamesList()
List of host names / aliases.
repeated string host_names = 2;int getHostNamesCount()
List of host names / aliases.
repeated string host_names = 2;String getHostNames(int index)
List of host names / aliases.
repeated string host_names = 2;index - The index of the element to return.com.google.protobuf.ByteString getHostNamesBytes(int index)
List of host names / aliases.
repeated string host_names = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.