La nouvelle API Search Ads 360 Reporting est désormais disponible. Rejoignez le groupe Google
searchads-api-announcements pour vous tenir informé des améliorations et versions à venir.
constante_langue
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/08/29 (UTC).
[null,null,["Dernière mise à jour le 2025/08/29 (UTC)."],[[["\u003cp\u003eLanguage constants provide information about languages, including their code, ID, full name, and targetability.\u003c/p\u003e\n"],["\u003cp\u003eEach language constant has a unique resource name for identification and retrieval.\u003c/p\u003e\n"],["\u003cp\u003eThe language code (e.g., "en_US") and full name (e.g., "English (US)") are key attributes for identifying and understanding the language.\u003c/p\u003e\n"],["\u003cp\u003eLanguage constants can be filtered, selected, and sorted based on various attributes, including code, ID, name, and targetability.\u003c/p\u003e\n"]]],["The data describes attributes of language constants. Key information includes the `language_constant.code` (e.g., \"en_US\"), `language_constant.id`, and `language_constant.name` (full English name). Each has a data type, and filterable, selectable, sortable, and repeated properties. The resource name (`language_constant.resource_name`) follows the pattern `languageConstants/{criterion_id}`. Additionally, `language_constant.targetable` indicates if the language can be targeted, with a boolean value.\n"],null,["# language_constant\n\nA language.\n\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | language_constant.code ---------------------- || |-------------------|--------------------------------------------------------------------| | Field description | The language code, for example, \"en_US\", \"en_AU\", \"es\", \"fr\", etc. | | Category | `ATTRIBUTE` | | Data Type | `STRING` | | Type URL | `N/A` | | Filterable | True | | Selectable | True | | Sortable | True | | Repeated | False | |\n| | language_constant.id -------------------- || |-------------------|----------------------------------| | Field description | The ID of the language constant. | | Category | `ATTRIBUTE` | | Data Type | `INT64` | | Type URL | `N/A` | | Filterable | True | | Selectable | True | | Sortable | True | | Repeated | False | |\n| | language_constant.name ---------------------- || |-------------------|----------------------------------------------------------------------------------------| | Field description | The full name of the language in English, for example, \"English (US)\", \"Spanish\", etc. | | Category | `ATTRIBUTE` | | Data Type | `STRING` | | Type URL | `N/A` | | Filterable | True | | Selectable | True | | Sortable | True | | Repeated | False | |\n| | language_constant.resource_name ------------------------------- || |-------------------|--------------------------------------------------------------------------------------------------------------------------------| | Field description | The resource name of the language constant. Language constant resource names have the form: `languageConstants/{criterion_id}` | | Category | `ATTRIBUTE` | | Data Type | `RESOURCE_NAME` | | Type URL | `N/A` | | Filterable | True | | Selectable | True | | Sortable | False | | Repeated | False | |\n| | language_constant.targetable ---------------------------- || |-------------------|-------------------------------------| | Field description | Whether the language is targetable. | | Category | `ATTRIBUTE` | | Data Type | `BOOLEAN` | | Type URL | `N/A` | | Filterable | True | | Selectable | True | | Sortable | True | | Repeated | False | |"]]