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