Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class DeveloperRegistration.
Represents a developer registration owned by a Merchant account.
Generated from protobuf message google.shopping.merchant.accounts.v1.DeveloperRegistration
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The |
↳ gcp_ids |
array
Output only. The GCP ids attached to this developer registration |
getName
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGcpIds
Output only. The GCP ids attached to this developer registration
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setGcpIds
Output only. The GCP ids attached to this developer registration
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|