Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class ListProgramsRequest.
Request message for the ListPrograms method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.ListProgramsRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the account for which to retrieve all programs. Format: |
↳ page_size |
int
Optional. The maximum number of programs to return in a single response. If unspecified (or 0), a default size of 1000 is used. The maximum value is 1000; values above 1000 will be coerced to 1000. |
↳ page_token |
string
Optional. A continuation token, received from a previous |
getParent
Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The maximum number of programs to return in a single response. If unspecified (or 0), a default size of 1000 is used. The maximum value is 1000; values above 1000 will be coerced to 1000.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. The maximum number of programs to return in a single response. If unspecified (or 0), a default size of 1000 is used. The maximum value is 1000; values above 1000 will be coerced to 1000.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The name of the account for which to retrieve all programs.
Format: |
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1beta\ListProgramsRequest |