Uses of Class
com.google.cloud.migrationcenter.v1.HostsEntryList
-
Packages that use HostsEntryList Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of HostsEntryList in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return HostsEntryList Modifier and Type Method Description HostsEntryList
HostsEntryList.Builder. build()
HostsEntryList
HostsEntryList.Builder. buildPartial()
static HostsEntryList
HostsEntryList. getDefaultInstance()
HostsEntryList
HostsEntryList.Builder. getDefaultInstanceForType()
HostsEntryList
HostsEntryList. getDefaultInstanceForType()
HostsEntryList
GuestConfigDetails.Builder. getHosts()
Hosts file (/etc/hosts).HostsEntryList
GuestConfigDetails. getHosts()
Hosts file (/etc/hosts).HostsEntryList
GuestConfigDetailsOrBuilder. getHosts()
Hosts file (/etc/hosts).static HostsEntryList
HostsEntryList. parseDelimitedFrom(InputStream input)
static HostsEntryList
HostsEntryList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntryList
HostsEntryList. parseFrom(byte[] data)
static HostsEntryList
HostsEntryList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntryList
HostsEntryList. parseFrom(com.google.protobuf.ByteString data)
static HostsEntryList
HostsEntryList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntryList
HostsEntryList. parseFrom(com.google.protobuf.CodedInputStream input)
static HostsEntryList
HostsEntryList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntryList
HostsEntryList. parseFrom(InputStream input)
static HostsEntryList
HostsEntryList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntryList
HostsEntryList. parseFrom(ByteBuffer data)
static HostsEntryList
HostsEntryList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type HostsEntryList Modifier and Type Method Description com.google.protobuf.Parser<HostsEntryList>
HostsEntryList. getParserForType()
static com.google.protobuf.Parser<HostsEntryList>
HostsEntryList. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type HostsEntryList Modifier and Type Method Description HostsEntryList.Builder
HostsEntryList.Builder. mergeFrom(HostsEntryList other)
GuestConfigDetails.Builder
GuestConfigDetails.Builder. mergeHosts(HostsEntryList value)
Hosts file (/etc/hosts).static HostsEntryList.Builder
HostsEntryList. newBuilder(HostsEntryList prototype)
GuestConfigDetails.Builder
GuestConfigDetails.Builder. setHosts(HostsEntryList value)
Hosts file (/etc/hosts).
-