Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class ListUsersRequest.
Request message for the ListUsers
method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.ListUsersRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent, which owns this collection of users. Format: accounts/{account}
↳ page_size
int
Optional. The maximum number of users 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 ListUsers
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListUsers
must match the call that provided the page token.
getParent
Required. The parent, which owns this collection of users.
Format: accounts/{account}
string
setParent
Required. The parent, which owns this collection of users.
Format: accounts/{account}
var
string
$this
getPageSize
Optional. The maximum number of users 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
int
setPageSize
Optional. The maximum number of users 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
var
int
$this
getPageToken
Optional. A page token, received from a previous ListUsers
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListUsers
must match
the call that provided the page token.
string
setPageToken
Optional. A page token, received from a previous ListUsers
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListUsers
must match
the call that provided the page token.
var
string
$this
static::build
parent
string
Required. The parent, which owns this collection of users.
Format: accounts/{account}
Please see UserServiceClient::accountName()
for help formatting this field.