Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
AssetSource
Enum describing possible source of asset.
Enums |
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ADVERTISER |
The asset or asset link is provided by advertiser. |
AUTOMATICALLY_CREATED |
The asset or asset link is generated by Google. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum defines the origin of an asset, categorizing it based on its source."],["Possible values include unspecified, unknown, advertiser-provided, or automatically generated by Google."]]],["The core content defines an enum for asset sources. `UNSPECIFIED` indicates an unspecified source. `UNKNOWN` signifies an unknown value, used only as a return value. `ADVERTISER` denotes assets provided by the advertiser. `AUTOMATICALLY_CREATED` represents assets generated by Google. These enums categorize the origin of digital assets and asset links, distinguishing between advertiser-supplied and system-generated content.\n"]]