| Modifier and Type | Method and Description |
|---|---|
static OperatingSystemFamily |
OperatingSystemFamily.forNumber(int value) |
OperatingSystemFamily |
GuestOsDetailsOrBuilder.getFamily()
What family the OS belong to, if known.
|
OperatingSystemFamily |
GuestOsDetails.getFamily()
What family the OS belong to, if known.
|
OperatingSystemFamily |
GuestOsDetails.Builder.getFamily()
What family the OS belong to, if known.
|
static OperatingSystemFamily |
OperatingSystemFamily.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OperatingSystemFamily |
OperatingSystemFamily.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<OperatingSystemFamily> |
OperatingSystemFamily.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GuestOsDetails.Builder |
GuestOsDetails.Builder.setFamily(OperatingSystemFamily value)
What family the OS belong to, if known.
|
Copyright © 2024 Google LLC. All rights reserved.