Reference documentation and code samples for the Recommender V1 Client class MarkRecommendationDismissedRequest.
Request for the MarkRecommendationDismissed
Method.
Generated from protobuf message google.cloud.recommender.v1.MarkRecommendationDismissedRequest
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. |
↳ etag |
string
Fingerprint of the Recommendation. Provides optimistic locking. |
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 |
getEtag
Fingerprint of the Recommendation. Provides optimistic locking.
Returns | |
---|---|
Type | Description |
string |
setEtag
Fingerprint of the Recommendation. Provides optimistic locking.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |