ChannelEnum
Enums |
CHANNEL_ENUM_UNSPECIFIED |
Not specified. |
ONLINE |
Online product. |
LOCAL |
Local product. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["The `Channel` enum defines the sales channel for a product, encompassing online and local options."],["The `CHANNEL_ENUM_UNSPECIFIED` value is a default and signifies an unspecified sales channel."]]],["The provided content defines channel values within an enumeration system. It specifies three distinct channel types: `CHANNEL_ENUM_UNSPECIFIED`, indicating an undefined channel; `ONLINE`, representing online products; and `LOCAL`, designating local products. These enums are used to categorize or label products based on their distribution or availability method, separating online and locally accessible items. This allows for clear differentiation of channel type.\n"]]