Resource
Enum to specify the resource that is being changed to notify the merchant about.
Enums |
RESOURCE_UNSPECIFIED |
Unspecified resource |
PRODUCT |
Resource type : 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."],[[["This enum defines the resource type that is being changed, allowing merchants to be notified about specific updates."],["It currently supports `PRODUCT` resource type and a default `RESOURCE_UNSPECIFIED` value for unspecified resources."]]],["The core content defines an enumeration (Enum) for specifying the type of resource being modified. This is used to inform merchants about changes. The enumeration includes two possible values: `RESOURCE_UNSPECIFIED`, indicating an unspecified resource, and `PRODUCT`, representing a product resource type. This structure allows for the identification of specific resource changes, enabling targeted merchant notifications.\n"]]