Google Shopping Merchant Accounts V1beta Client - Class LinkGbpAccountRequest (0.9.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class LinkGbpAccountRequest.

Request message for the LinkGbpAccount method.

Generated from protobuf message google.shopping.merchant.accounts.v1beta.LinkGbpAccountRequest

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the parent resource to which the GBP account is linked. Format: accounts/{account}.

↳ gbp_email string

Required. The email address of the Business Profile account.

getParent

Required. The name of the parent resource to which the GBP account is linked. Format: accounts/{account}.

Returns
Type Description
string

setParent

Required. The name of the parent resource to which the GBP account is linked. Format: accounts/{account}.

Parameter
Name Description
var string
Returns
Type Description
$this

getGbpEmail

Required. The email address of the Business Profile account.

Returns
Type Description
string

setGbpEmail

Required. The email address of the Business Profile account.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The name of the parent resource to which the GBP account is linked. Format: accounts/{account}. Please see GbpAccountsServiceClient::accountName() for help formatting this field.

Returns
Type Description
LinkGbpAccountRequest