public static enum OsLoginProto.OperatingSystemType extends Enum<OsLoginProto.OperatingSystemType> implements com.google.protobuf.ProtocolMessageEnum
The operating system options for account entries.Protobuf enum
google.cloud.oslogin.common.OperatingSystemType| Enum Constant and Description |
|---|
LINUX
Linux user account information.
|
OPERATING_SYSTEM_TYPE_UNSPECIFIED
The operating system type associated with the user account information is
unspecified.
|
UNRECOGNIZED |
WINDOWS
Windows user account information.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
LINUX_VALUE
Linux user account information.
|
static int |
OPERATING_SYSTEM_TYPE_UNSPECIFIED_VALUE
The operating system type associated with the user account information is
unspecified.
|
static int |
WINDOWS_VALUE
Windows user account information.
|
| Modifier and Type | Method and Description |
|---|---|
static OsLoginProto.OperatingSystemType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<OsLoginProto.OperatingSystemType> |
internalGetValueMap() |
static OsLoginProto.OperatingSystemType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OsLoginProto.OperatingSystemType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OsLoginProto.OperatingSystemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OsLoginProto.OperatingSystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OsLoginProto.OperatingSystemType OPERATING_SYSTEM_TYPE_UNSPECIFIED
The operating system type associated with the user account information is unspecified.
OPERATING_SYSTEM_TYPE_UNSPECIFIED = 0;public static final OsLoginProto.OperatingSystemType LINUX
Linux user account information.
LINUX = 1;public static final OsLoginProto.OperatingSystemType WINDOWS
Windows user account information.
WINDOWS = 2;public static final OsLoginProto.OperatingSystemType UNRECOGNIZED
public static final int OPERATING_SYSTEM_TYPE_UNSPECIFIED_VALUE
The operating system type associated with the user account information is unspecified.
OPERATING_SYSTEM_TYPE_UNSPECIFIED = 0;public static final int LINUX_VALUE
Linux user account information.
LINUX = 1;public static final int WINDOWS_VALUE
Windows user account information.
WINDOWS = 2;public static OsLoginProto.OperatingSystemType[] values()
for (OsLoginProto.OperatingSystemType c : OsLoginProto.OperatingSystemType.values()) System.out.println(c);
public static OsLoginProto.OperatingSystemType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static OsLoginProto.OperatingSystemType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OsLoginProto.OperatingSystemType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OsLoginProto.OperatingSystemType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OsLoginProto.OperatingSystemType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021 Google LLC. All rights reserved.