Google Shopping Merchant Accounts V1 Client - Class AcceptTermsOfServiceRequest (0.10.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class AcceptTermsOfServiceRequest.

Request message for the AcceptTermsOfService method.

Generated from protobuf message google.shopping.merchant.accounts.v1.AcceptTermsOfServiceRequest

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the terms of service version. Format: termsOfService/{version}

↳ account string

Required. The account for which to accept the ToS. Format: accounts/{account}

↳ region_code string

Required. Region code as defined by CLDR. This is either a country when the ToS applies specifically to that country or 001 when it applies globally.

getName

Required. The resource name of the terms of service version.

Format: termsOfService/{version}

Returns
Type Description
string

setName

Required. The resource name of the terms of service version.

Format: termsOfService/{version}

Parameter
Name Description
var string
Returns
Type Description
$this

getAccount

Required. The account for which to accept the ToS.

Format: accounts/{account}

Returns
Type Description
string

setAccount

Required. The account for which to accept the ToS.

Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

getRegionCode

Required. Region code as defined by CLDR. This is either a country when the ToS applies specifically to that country or 001 when it applies globally.

Returns
Type Description
string

setRegionCode

Required. Region code as defined by CLDR. This is either a country when the ToS applies specifically to that country or 001 when it applies globally.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the terms of service version. Format: termsOfService/{version} Please see TermsOfServiceServiceClient::termsOfServiceName() for help formatting this field.

Returns
Type Description
AcceptTermsOfServiceRequest