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 HostsEntry
HostsEntry.Builder. build()
HostsEntry
HostsEntry.Builder. buildPartial()
static HostsEntry
HostsEntry. getDefaultInstance()
HostsEntry
HostsEntry.Builder. getDefaultInstanceForType()
HostsEntry
HostsEntry. getDefaultInstanceForType()
HostsEntry
HostsEntryList.Builder. getEntries(int index)
Hosts entries.HostsEntry
HostsEntryList. getEntries(int index)
Hosts entries.HostsEntry
HostsEntryListOrBuilder. getEntries(int index)
Hosts entries.static HostsEntry
HostsEntry. parseDelimitedFrom(InputStream input)
static HostsEntry
HostsEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntry
HostsEntry. parseFrom(byte[] data)
static HostsEntry
HostsEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntry
HostsEntry. parseFrom(com.google.protobuf.ByteString data)
static HostsEntry
HostsEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntry
HostsEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static HostsEntry
HostsEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntry
HostsEntry. parseFrom(InputStream input)
static HostsEntry
HostsEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HostsEntry
HostsEntry. parseFrom(ByteBuffer data)
static HostsEntry
HostsEntry. 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.Builder
HostsEntryList.Builder. addEntries(int index, HostsEntry value)
Hosts entries.HostsEntryList.Builder
HostsEntryList.Builder. addEntries(HostsEntry value)
Hosts entries.HostsEntry.Builder
HostsEntry.Builder. mergeFrom(HostsEntry other)
static HostsEntry.Builder
HostsEntry. newBuilder(HostsEntry prototype)
HostsEntryList.Builder
HostsEntryList.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.Builder
HostsEntryList.Builder. addAllEntries(Iterable<? extends HostsEntry> values)
Hosts entries.
-