Enum OsLoginProto.OperatingSystemType (2.4.0)

public enum OsLoginProto.OperatingSystemType extends Enum<OsLoginProto.OperatingSystemType> implements ProtocolMessageEnum

The operating system options for account entries.

Protobuf enum google.cloud.oslogin.common.OperatingSystemType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LINUX

Linux user account information.

LINUX = 1;

LINUX_VALUE

Linux user account information.

LINUX = 1;

OPERATING_SYSTEM_TYPE_UNSPECIFIED

The operating system type associated with the user account information is unspecified.

OPERATING_SYSTEM_TYPE_UNSPECIFIED = 0;

OPERATING_SYSTEM_TYPE_UNSPECIFIED_VALUE

The operating system type associated with the user account information is unspecified.

OPERATING_SYSTEM_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
WINDOWS

Windows user account information.

WINDOWS = 2;

WINDOWS_VALUE

Windows user account information.

WINDOWS = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()