Google Shopping Css V1 Client - Class ListAccountLabelsResponse (0.1.0)

Reference documentation and code samples for the Google Shopping Css V1 Client class ListAccountLabelsResponse.

Response message for the ListAccountLabels method.

Generated from protobuf message google.shopping.css.v1.ListAccountLabelsResponse

Namespace

Google \ Shopping \ Css \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ account_labels array<Google\Shopping\Css\V1\AccountLabel>

The labels from the specified account.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getAccountLabels

The labels from the specified account.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAccountLabels

The labels from the specified account.

Parameter
NameDescription
var array<Google\Shopping\Css\V1\AccountLabel>
Returns
TypeDescription
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this