Uses of Class
com.google.cloud.migrationcenter.v1.HostsEntry
-
Packages that use HostsEntry Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of HostsEntry in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return HostsEntry Modifier and Type Method Description HostsEntryHostsEntry.Builder. build()HostsEntryHostsEntry.Builder. buildPartial()static HostsEntryHostsEntry. getDefaultInstance()HostsEntryHostsEntry.Builder. getDefaultInstanceForType()HostsEntryHostsEntry. getDefaultInstanceForType()HostsEntryHostsEntryList.Builder. getEntries(int index)Hosts entries.HostsEntryHostsEntryList. getEntries(int index)Hosts entries.HostsEntryHostsEntryListOrBuilder. getEntries(int index)Hosts entries.static HostsEntryHostsEntry. parseDelimitedFrom(InputStream input)static HostsEntryHostsEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostsEntryHostsEntry. parseFrom(byte[] data)static HostsEntryHostsEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostsEntryHostsEntry. parseFrom(com.google.protobuf.ByteString data)static HostsEntryHostsEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostsEntryHostsEntry. parseFrom(com.google.protobuf.CodedInputStream input)static HostsEntryHostsEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostsEntryHostsEntry. parseFrom(InputStream input)static HostsEntryHostsEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HostsEntryHostsEntry. parseFrom(ByteBuffer data)static HostsEntryHostsEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type HostsEntry Modifier and Type Method Description List<HostsEntry>HostsEntryList.Builder. getEntriesList()Hosts entries.List<HostsEntry>HostsEntryList. getEntriesList()Hosts entries.List<HostsEntry>HostsEntryListOrBuilder. getEntriesList()Hosts entries.com.google.protobuf.Parser<HostsEntry>HostsEntry. getParserForType()static com.google.protobuf.Parser<HostsEntry>HostsEntry. parser()Methods in com.google.cloud.migrationcenter.v1 with parameters of type HostsEntry Modifier and Type Method Description HostsEntryList.BuilderHostsEntryList.Builder. addEntries(int index, HostsEntry value)Hosts entries.HostsEntryList.BuilderHostsEntryList.Builder. addEntries(HostsEntry value)Hosts entries.HostsEntry.BuilderHostsEntry.Builder. mergeFrom(HostsEntry other)static HostsEntry.BuilderHostsEntry. newBuilder(HostsEntry prototype)HostsEntryList.BuilderHostsEntryList.Builder. setEntries(int index, HostsEntry value)Hosts entries.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type HostsEntry Modifier and Type Method Description HostsEntryList.BuilderHostsEntryList.Builder. addAllEntries(Iterable<? extends HostsEntry> values)Hosts entries.
-