Google Shopping Merchant Accounts V1beta Client - Class ListAccountIssuesRequest (0.1.0)

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

Request message for the ListAccountIssues method.

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

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 parent, which owns this collection of issues. Format: accounts/{account}

↳ page_size int

Optional. The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 100; values above 100 will be coerced to 100

↳ page_token string

Optional. A page token, received from a previous ListAccountIssues call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAccountIssues must match the call that provided the page token.

↳ language_code string

Optional. The issues in the response will have human-readable fields in the given language. The format is BCP-47, such as en-US or sr-Latn. If not value is provided, en-US will be used.

↳ time_zone Google\Type\TimeZone

Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'. If not set, 'America/Los_Angeles' will be used.

getParent

Required. The parent, which owns this collection of issues.

Format: accounts/{account}

Returns
Type Description
string

setParent

Required. The parent, which owns this collection of issues.

Format: accounts/{account}

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned.

The maximum value is 100; values above 100 will be coerced to 100

Returns
Type Description
int

setPageSize

Optional. The maximum number of issues to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned.

The maximum value is 100; values above 100 will be coerced to 100

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. A page token, received from a previous ListAccountIssues call.

Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAccountIssues must match the call that provided the page token.

Returns
Type Description
string

setPageToken

Optional. A page token, received from a previous ListAccountIssues call.

Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAccountIssues must match the call that provided the page token.

Parameter
Name Description
var string
Returns
Type Description
$this

getLanguageCode

Optional. The issues in the response will have human-readable fields in the given language. The format is BCP-47, such as en-US or sr-Latn. If not value is provided, en-US will be used.

Returns
Type Description
string

setLanguageCode

Optional. The issues in the response will have human-readable fields in the given language. The format is BCP-47, such as en-US or sr-Latn. If not value is provided, en-US will be used.

Parameter
Name Description
var string
Returns
Type Description
$this

getTimeZone

Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'.

If not set, 'America/Los_Angeles' will be used.

Returns
Type Description
Google\Type\TimeZone|null

hasTimeZone

clearTimeZone

setTimeZone

Optional. The IANA timezone used to localize times in human-readable fields. For example 'America/Los_Angeles'.

If not set, 'America/Los_Angeles' will be used.

Parameter
Name Description
var Google\Type\TimeZone
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent, which owns this collection of issues. Format: accounts/{account} Please see Google\Shopping\Merchant\Accounts\V1beta\AccountIssueServiceClient::accountName() for help formatting this field.

Returns
Type Description
Google\Shopping\Merchant\Accounts\V1beta\ListAccountIssuesRequest