Enum ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource.ListRequest.GatewayListOptionsGatewayTypeEnum
If GATEWAY
is specified, only gateways are returned. If NON_GATEWAY
is specified,
only non-gateway devices are returned. If GATEWAY_TYPE_UNSPECIFIED
is specified, all
devices are returned.
Namespace: Google.Apis.CloudIot.v1
Assembly: Google.Apis.CloudIot.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.RegistriesResource.GroupsResource.DevicesResource.ListRequest.GatewayListOptionsGatewayTypeEnum
Fields
Name | Description |
---|---|
GATEWAY | The device is a gateway. |
GATEWAYTYPEUNSPECIFIED | If unspecified, the device is considered a non-gateway device. |
NONGATEWAY | The device is not a gateway. |