Uses of Class
com.google.cloud.migrationcenter.v1.OperatingSystemFamily
-
Packages that use OperatingSystemFamily Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of OperatingSystemFamily in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return OperatingSystemFamily Modifier and Type Method Description static OperatingSystemFamilyOperatingSystemFamily. forNumber(int value)OperatingSystemFamilyGuestOsDetails.Builder. getFamily()What family the OS belong to, if known.OperatingSystemFamilyGuestOsDetails. getFamily()What family the OS belong to, if known.OperatingSystemFamilyGuestOsDetailsOrBuilder. getFamily()What family the OS belong to, if known.static OperatingSystemFamilyOperatingSystemFamily. valueOf(int value)Deprecated.static OperatingSystemFamilyOperatingSystemFamily. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OperatingSystemFamilyOperatingSystemFamily. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatingSystemFamily[]OperatingSystemFamily. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type OperatingSystemFamily Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OperatingSystemFamily>OperatingSystemFamily. internalGetValueMap()Methods in com.google.cloud.migrationcenter.v1 with parameters of type OperatingSystemFamily Modifier and Type Method Description GuestOsDetails.BuilderGuestOsDetails.Builder. setFamily(OperatingSystemFamily value)What family the OS belong to, if known.
-