Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class ListProgramsResponse.
Response message for the ListPrograms method.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.ListProgramsResponse
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ programs | array<Program>The programs for the given account. | 
| ↳ next_page_token | stringA token that can be sent as  | 
getPrograms
The programs for the given account.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setPrograms
The programs for the given account.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Program> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNextPageToken
A token that 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 that 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 | |