Enum GatewayType (2.11.0)

public enum GatewayType extends Enum<GatewayType> implements ProtocolMessageEnum

Gateway type.

Protobuf enum google.cloud.iot.v1.GatewayType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GATEWAY

The device is a gateway.

GATEWAY = 1;

GATEWAY_TYPE_UNSPECIFIED

If unspecified, the device is considered a non-gateway device.

GATEWAY_TYPE_UNSPECIFIED = 0;

GATEWAY_TYPE_UNSPECIFIED_VALUE

If unspecified, the device is considered a non-gateway device.

GATEWAY_TYPE_UNSPECIFIED = 0;

GATEWAY_VALUE

The device is a gateway.

GATEWAY = 1;

NON_GATEWAY

The device is not a gateway.

NON_GATEWAY = 2;

NON_GATEWAY_VALUE

The device is not a gateway.

NON_GATEWAY = 2;

UNRECOGNIZED

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()