Reference documentation and code samples for the Google Cloud IoT Core V1 Client class GatewayType.
Gateway type.
Protobuf type google.cloud.iot.v1.GatewayType
Namespace
Google \ Cloud \ Iot \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GATEWAY_TYPE_UNSPECIFIED
Value: 0If unspecified, the device is considered a non-gateway device.
Generated from protobuf enum GATEWAY_TYPE_UNSPECIFIED = 0;
GATEWAY
Value: 1The device is a gateway.
Generated from protobuf enum GATEWAY = 1;
NON_GATEWAY
Value: 2The device is not a gateway.
Generated from protobuf enum NON_GATEWAY = 2;