Reference documentation and code samples for the Recommender V1 Client class GetRecommendationRequest.
Request to the GetRecommendation method.
Generated from protobuf message google.cloud.recommender.v1.GetRecommendationRequest
Namespace
Google \ Cloud \ Recommender \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the recommendation. |
getName
Required. Name of the recommendation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the recommendation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the recommendation. Please see RecommenderClient::recommendationName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetRecommendationRequest |
|