Google \ Cloud \ Recommender \ V1 \ InsightStateInfo
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enumSTATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
Insight is active. Content for ACTIVE insights can be updated by Google.
ACTIVE insights can be marked DISMISSED OR ACCEPTED.
Generated from protobuf enumACTIVE = 1;
ACCEPTED
Value: 2
Some action has been taken based on this insight. Insights become
accepted when a recommendation derived from the insight has been marked
CLAIMED, SUCCEEDED, or FAILED. ACTIVE insights can also be marked
ACCEPTED explicitly. Content for ACCEPTED insights is immutable. ACCEPTED
insights can only be marked ACCEPTED (which may update state metadata).
Generated from protobuf enumACCEPTED = 2;
DISMISSED
Value: 3
Insight is dismissed. Content for DISMISSED insights can be updated by
Google. DISMISSED insights can be marked as ACTIVE.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Recommender V1 Client - Class State (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-recommender/latest/V1.InsightStateInfo.State)\n- [2.0.4](/php/docs/reference/cloud-recommender/2.0.4/V1.InsightStateInfo.State)\n- [1.11.5](/php/docs/reference/cloud-recommender/1.11.5/V1.InsightStateInfo.State)\n- [1.10.0](/php/docs/reference/cloud-recommender/1.10.0/V1.InsightStateInfo.State)\n- [1.9.1](/php/docs/reference/cloud-recommender/1.9.1/V1.InsightStateInfo.State)\n- [1.8.2](/php/docs/reference/cloud-recommender/1.8.2/V1.InsightStateInfo.State)\n- [1.7.8](/php/docs/reference/cloud-recommender/1.7.8/V1.InsightStateInfo.State) \nReference documentation and code samples for the Recommender V1 Client class State.\n\nRepresents insight state.\n\nProtobuf type `google.cloud.recommender.v1.InsightStateInfo.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Recommender \\\\ V1 \\\\ InsightStateInfo\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### ACTIVE\n\n Value: 1\n\nInsight is active. Content for ACTIVE insights can be updated by Google.\n\nACTIVE insights can be marked DISMISSED OR ACCEPTED.\n\nGenerated from protobuf enum `ACTIVE = 1;`\n\n### ACCEPTED\n\n Value: 2\n\nSome action has been taken based on this insight. Insights become\naccepted when a recommendation derived from the insight has been marked\nCLAIMED, SUCCEEDED, or FAILED. ACTIVE insights can also be marked\nACCEPTED explicitly. Content for ACCEPTED insights is immutable. ACCEPTED\ninsights can only be marked ACCEPTED (which may update state metadata).\n\nGenerated from protobuf enum `ACCEPTED = 2;`\n\n### DISMISSED\n\n Value: 3\n\nInsight is dismissed. Content for DISMISSED insights can be updated by\nGoogle. DISMISSED insights can be marked as ACTIVE.\n\nGenerated from protobuf enum `DISMISSED = 3;`"]]