Reference documentation and code samples for the Recommender V1 Client class MarkInsightAcceptedRequest.
Request for the MarkInsightAccepted
method.
Generated from protobuf message google.cloud.recommender.v1.MarkInsightAcceptedRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the insight. |
↳ state_metadata |
array|Google\Protobuf\Internal\MapField
Optional. State properties user wish to include with this state. Full replace of the current state_metadata. |
↳ etag |
string
Required. Fingerprint of the Insight. Provides optimistic locking. |
getName
Required. Name of the insight.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Name of the insight.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStateMetadata
Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setStateMetadata
Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getEtag
Required. Fingerprint of the Insight. Provides optimistic locking.
Returns | |
---|---|
Type | Description |
string |
setEtag
Required. Fingerprint of the Insight. Provides optimistic locking.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |