Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class ListProgramsRequest.
Request message for the ListPrograms method.
Generated from protobuf message google.shopping.merchant.accounts.v1.ListProgramsRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the account for which to retrieve all programs. Format: accounts/{account}
↳ 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 ListPrograms
call. Provide this to retrieve the next page.
getParent
Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
string
setParent
Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
var
string
$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.
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.
var
int
$this
getPageToken
Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
string
setPageToken
Optional. A continuation token, received from a previous ListPrograms
call. Provide this to retrieve the next page.
var
string
$this
static::build
parent
string
Required. The name of the account for which to retrieve all programs.
Format: accounts/{account}
Please see ProgramsServiceClient::accountName()
for help formatting this field.