DeveloperRegistration
Stay organized with collections
Save and categorize content based on your preferences.
Represents a developer registration owned by a Merchant account.
JSON representation |
{
"name": string,
"gcpIds": [
string
]
} |
Fields |
name |
string
Identifier. The name (ID) of the developer registration. Generated by the Content API upon creation of a new DeveloperRegistration . The account represents the merchant ID of the merchant that owns the registration.
|
gcpIds[] |
string
Output only. The GCP ids attached to this developer registration
|
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 2025-07-11 UTC.
[null,null,["Last updated 2025-07-11 UTC."],[],[],null,["# DeveloperRegistration\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents a developer registration owned by a Merchant account.\n\n| JSON representation |\n|--------------------------------------------------|\n| ``` { \"name\": string, \"gcpIds\": [ string ] } ``` |\n\n| Fields ||\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The `name` (ID) of the developer registration. Generated by the Content API upon creation of a new `DeveloperRegistration`. The `account` represents the merchant ID of the merchant that owns the registration. |\n| `gcpIds[]` | `string` Output only. The GCP ids attached to this developer registration |"]]