Reference documentation and code samples for the Recommender V1 Client class RecommendationStateInfo.
Information for state. Contains state and metadata.
Generated from protobuf message google.cloud.recommender.v1.RecommendationStateInfo
Namespace
Google \ Cloud \ Recommender \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
The state of the recommendation, Eg ACTIVE, SUCCEEDED, FAILED.
↳ state_metadata
array| Google\Protobuf\Internal\MapField
A map of metadata for the state, provided by user or automations systems.
getState
The state of the recommendation, Eg ACTIVE, SUCCEEDED, FAILED.
int
setState
The state of the recommendation, Eg ACTIVE, SUCCEEDED, FAILED.
var
int
$this
getStateMetadata
A map of metadata for the state, provided by user or automations systems.
setStateMetadata
A map of metadata for the state, provided by user or automations systems.
$this