AssistantApiCoreTypesProviderDelta

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProviderDelta


Table of Contents ▼

Jump to a specific part of the page:

Description

ProviderDelta. The incremental change, e.g. installation or deletion for Spotify or iHeartRadio. Currently it is for Android only. A few considerations for edge cases: - If the app being deleted is not found from Footprints, it is ignored. - For Footprint upload through Geller, the gPRC response is available for client to retry in the next upload if the upload fails. - For Assistant Request, there is no upload status similar to the current AppCapabilities. Next ID: 4

Attributes List

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

View Attributes

Attributes

  1. androidAppInfoDelta (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoDelta, default: nil)
    - The android app information of the provider.
  2. fallbackUrl (type: String.t, default: nil)
    - A URL to fallback to if app can not be opened.
  3. iconImageUrl (type: String.t, default: nil)
    - Public URL pointing to an icon image for the provider. e.g. https://lh3.googleusercontent.com/UrY7BAZ-XfXGpfkeWg0zCCeo-7ras4DCoRalC_WXXWTK9q5b0Iw7B0YQMsVxZaNB7DM

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProviderDelta{
androidAppInfoDelta: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfoDelta.t() | nil,
fallbackUrl: String.t() | nil,
iconImageUrl: String.t() | nil
}

Function

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

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