GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoutingTable
Table of Contents ▼
Jump to a specific part of the page:
Description
Defines execution routing information for Traits, which will be used to be mapped for each Trait as following: map traits_to_routing_table_map = X; We'll use this for CHIP first. And expect to migrate the existing routing logic to this gradually.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
supportedRoutes
(type:list(GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoute)
, default:nil
)
- List of supported execution route.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoutingTable{
supportedRoutes: [GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoute.t()] | nil
}
supportedRoutes: [GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoute.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.HomeGraphCommonRoutingTable