Reference documentation and code samples for the Google Cloud Channel V1 Client class ListProductsResponse.
Response message for ListProducts.
Generated from protobuf message google.cloud.channel.v1.ListProductsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ products |
array<Google\Cloud\Channel\V1\Product>
List of Products requested. |
↳ next_page_token |
string
A token to retrieve the next page of results. |
getProducts
List of Products requested.
Generated from protobuf field repeated .google.cloud.channel.v1.Product products = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setProducts
List of Products requested.
Generated from protobuf field repeated .google.cloud.channel.v1.Product products = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Channel\V1\Product>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token to retrieve the next page of results.
Generated from protobuf field string next_page_token = 2;
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token to retrieve the next page of results.
Generated from protobuf field string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |