Uses of Class
com.google.cloud.migrationcenter.v1.HostsEntryList.Builder
-
Packages that use HostsEntryList.Builder Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of HostsEntryList.Builder in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return HostsEntryList.Builder Modifier and Type Method Description HostsEntryList.Builder
HostsEntryList.Builder. addAllEntries(Iterable<? extends HostsEntry> values)
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. addEntries(int index, HostsEntry value)
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. addEntries(int index, HostsEntry.Builder builderForValue)
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. addEntries(HostsEntry value)
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. addEntries(HostsEntry.Builder builderForValue)
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
HostsEntryList.Builder
HostsEntryList.Builder. clear()
HostsEntryList.Builder
HostsEntryList.Builder. clearEntries()
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
HostsEntryList.Builder
HostsEntryList.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
HostsEntryList.Builder
HostsEntryList.Builder. clone()
HostsEntryList.Builder
GuestConfigDetails.Builder. getHostsBuilder()
Hosts file (/etc/hosts).HostsEntryList.Builder
HostsEntryList.Builder. mergeFrom(HostsEntryList other)
HostsEntryList.Builder
HostsEntryList.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
HostsEntryList.Builder
HostsEntryList.Builder. mergeFrom(com.google.protobuf.Message other)
HostsEntryList.Builder
HostsEntryList.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static HostsEntryList.Builder
HostsEntryList. newBuilder()
static HostsEntryList.Builder
HostsEntryList. newBuilder(HostsEntryList prototype)
HostsEntryList.Builder
HostsEntryList. newBuilderForType()
protected HostsEntryList.Builder
HostsEntryList. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
HostsEntryList.Builder
HostsEntryList.Builder. removeEntries(int index)
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. setEntries(int index, HostsEntry value)
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. setEntries(int index, HostsEntry.Builder builderForValue)
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
HostsEntryList.Builder
HostsEntryList.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
HostsEntryList.Builder
HostsEntryList.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
HostsEntryList.Builder
HostsEntryList. toBuilder()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type HostsEntryList.Builder Modifier and Type Method Description GuestConfigDetails.Builder
GuestConfigDetails.Builder. setHosts(HostsEntryList.Builder builderForValue)
Hosts file (/etc/hosts).
-