Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enums

GATEWAY_AUTH_METHOD_UNSPECIFIED

No authentication/authorization method specified. No devices are allowed to access the gateway.

ASSOCIATION_ONLY

The device is authenticated through the gateway association only. Device credentials are ignored even if provided.

DEVICE_AUTH_TOKEN_ONLY

The device is authenticated through its own credentials. Gateway association is not checked.

ASSOCIATION_AND_DEVICE_AUTH_TOKEN

The device is authenticated through both device credentials and gateway association. The device must be bound to the gateway and must provide its own credentials.

Methods

create

Creates a device in a device registry.

delete

Deletes a device.

get

Gets details about a device.

list

List devices in a device registry.

modifyCloudToDeviceConfig

Modifies the configuration for the device, which is eventually sent from the Cloud IoT Core servers.

patch

Updates a device.

sendCommandToDevice

Sends a command to the specified device.