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

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

Request to get an account relationship.

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

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 account relationship to get. Format: accounts/{account}/relationships/{relationship}. For example, accounts/123456/relationships/567890.

getName

Required. The resource name of the account relationship to get.

Format: accounts/{account}/relationships/{relationship}. For example, accounts/123456/relationships/567890.

Returns
Type Description
string

setName

Required. The resource name of the account relationship to get.

Format: accounts/{account}/relationships/{relationship}. For example, accounts/123456/relationships/567890.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the account relationship to get. Format: accounts/{account}/relationships/{relationship}. For example, accounts/123456/relationships/567890. Please see AccountRelationshipsServiceClient::accountRelationshipName() for help formatting this field.

Returns
Type Description
GetAccountRelationshipRequest