public enum GatewayType extends Enum<GatewayType> implements ProtocolMessageEnum
Gateway type.
Protobuf enum google.events.cloud.iot.v1.GatewayType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GATEWAY |
The device is a gateway. |
GATEWAY_TYPE_UNSPECIFIED |
If unspecified, the device is considered a non-gateway device. |
GATEWAY_TYPE_UNSPECIFIED_VALUE |
If unspecified, the device is considered a non-gateway device. |
GATEWAY_VALUE |
The device is a gateway. |
NON_GATEWAY |
The device is not a gateway. |
NON_GATEWAY_VALUE |
The device is not a gateway. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |