Recommender V1 Client - Class MarkRecommendationDismissedRequest (1.11.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

Required. Name of the recommendation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEtag

Fingerprint of the Recommendation. Provides optimistic locking.

Returns
TypeDescription
string

setEtag

Fingerprint of the Recommendation. Provides optimistic locking.

Parameter
NameDescription
var string
Returns
TypeDescription
$this