Google Analytics Admin V1beta Client - Class ListAccountsResponse (0.31.3)

Reference documentation and code samples for the Google Analytics Admin V1beta Client class ListAccountsResponse.

Request message for ListAccounts RPC.

Generated from protobuf message google.analytics.admin.v1beta.ListAccountsResponse

Namespace

Google \ Analytics \ Admin \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ accounts array<Account>

Results that were accessible to the caller.

↳ 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.

getAccounts

Results that were accessible to the caller.

Returns
Type Description
Google\Protobuf\RepeatedField<Account>

setAccounts

Results that were accessible to the caller.

Parameter
Name Description
var array<Account>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this