Google Cloud IoT Core V1 Client - Class GatewayType (1.5.12)

Reference documentation and code samples for the Google Cloud IoT Core V1 Client class GatewayType.

Gateway type.

Protobuf type google.cloud.iot.v1.GatewayType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

GATEWAY_TYPE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum GATEWAY_TYPE_UNSPECIFIED = 0;

GATEWAY

Value: 1

The device is a gateway.

Generated from protobuf enum GATEWAY = 1;

NON_GATEWAY

Value: 2

The device is not a gateway.

Generated from protobuf enum NON_GATEWAY = 2;