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 OperatingSystemFamily
OperatingSystemFamily. forNumber(int value)
OperatingSystemFamily
GuestOsDetails.Builder. getFamily()
What family the OS belong to, if known.OperatingSystemFamily
GuestOsDetails. getFamily()
What family the OS belong to, if known.OperatingSystemFamily
GuestOsDetailsOrBuilder. getFamily()
What family the OS belong to, if known.static OperatingSystemFamily
OperatingSystemFamily. valueOf(int value)
Deprecated.static OperatingSystemFamily
OperatingSystemFamily. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static OperatingSystemFamily
OperatingSystemFamily. 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.Builder
GuestOsDetails.Builder. setFamily(OperatingSystemFamily value)
What family the OS belong to, if known.
-