AssistantLogsSettingsDeviceIdLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsSettingsDeviceIdLog


Table of Contents ▼

Jump to a specific part of the page:

Description

The logging-version of DeviceId proto, which identifies a device. This mirrors cs/google3/assistant/api/core_types/device_type.proto?q=symbol:DeviceId Next ID: 9

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. agsaClientInstanceId (type: String.t, default: nil)
    - The client_instance_id on devices with GSA. See 'client_instance_field' in go/androidids.
  2. alloDeviceId (type: String.t, default: nil)
    - Allo Id. Corresponds to the GBotRequest.Sender.sender. This ID type should be deprecated by now, yet we've observed it serving prod traffic in GB.
  3. canonicalDeviceId (type: String.t, default: nil)
    - A unique device ID for Assistant devices as proposed by go/ocelot-team.
  4. castDeviceId (type: String.t, default: nil)
    - If set, indicates that the device is a cast device, and contains the UUID of the cast device. Corresponds to the device_id field of the CastDevice proto.
  5. clientInstanceId (type: String.t, default: nil)
    - DUSI (go/dusi) is used as the identifier here. This identifier is unique to the user and device. This will help identify which device or application the user's request originated from. This is not to be confused with the client_instance_id that android devices provide. This is currently used by surfaces that use the assistant-legacy-nexus and assistant-legacy-clockwork pipelines. DUSI is created and set in S3. This field is only filled for GAIA requests.
  6. deviceConfigId (type: String.t, default: nil)
    - The unique DeviceConfig to the specific third party device. It is also used by Android Auto Embedded first party device. See go/opa-ids.
  7. homeGraphDeviceId (type: String.t, default: nil)
    - The unique device ID for HomeGraph devices. This is the HomeGraph ID, created when the device is registered into HomeGraph. It is immutable for the same device unless it is completely deleted and recreated. See go/home-graph for details. }
  8. libassistantDeviceId (type: String.t, default: nil)
    - The unique ID for libassistant based devices.
  9. opaIosDeviceId (type: String.t, default: nil)
    - The unique device ID for the Assistant App on iOS. See go/opa-ios-design for details.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsSettingsDeviceIdLog{
agsaClientInstanceId: String.t() | nil,
alloDeviceId: String.t() | nil,
canonicalDeviceId: String.t() | nil,
castDeviceId: String.t() | nil,
clientInstanceId: String.t() | nil,
deviceConfigId: String.t() | nil,
homeGraphDeviceId: String.t() | nil,
libassistantDeviceId: String.t() | nil,
opaIosDeviceId: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantLogsSettingsDeviceIdLog