Google Cloud Security Command Center V1 Client - Class ResourceValue (2.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ResourceValue.
Value enum to map to a resource
Protobuf type google.cloud.securitycenter.v1.ResourceValue
Namespace
Google \ Cloud \ SecurityCenter \ V1
Methods
static::name
static::value
Constants
RESOURCE_VALUE_UNSPECIFIED
Unspecific value
Generated from protobuf enum RESOURCE_VALUE_UNSPECIFIED = 0;
HIGH
High resource value
Generated from protobuf enum HIGH = 1;
MEDIUM
Medium resource value
Generated from protobuf enum MEDIUM = 2;
LOW
Low resource value
Generated from protobuf enum LOW = 3;
NONE
No resource value, e.g. ignore these resources
Generated from protobuf enum NONE = 4;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["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,["# Google Cloud Security Command Center V1 Client - Class ResourceValue (2.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.1 (latest)](/php/docs/reference/cloud-security-center/latest/V1.ResourceValue)\n- [2.2.0](/php/docs/reference/cloud-security-center/2.2.0/V1.ResourceValue)\n- [2.1.1](/php/docs/reference/cloud-security-center/2.1.1/V1.ResourceValue)\n- [2.0.4](/php/docs/reference/cloud-security-center/2.0.4/V1.ResourceValue)\n- [1.32.0](/php/docs/reference/cloud-security-center/1.32.0/V1.ResourceValue)\n- [1.31.0](/php/docs/reference/cloud-security-center/1.31.0/V1.ResourceValue)\n- [1.30.0](/php/docs/reference/cloud-security-center/1.30.0/V1.ResourceValue)\n- [1.29.0](/php/docs/reference/cloud-security-center/1.29.0/V1.ResourceValue)\n- [1.28.2](/php/docs/reference/cloud-security-center/1.28.2/V1.ResourceValue)\n- [1.21.0](/php/docs/reference/cloud-security-center/1.21.0/V1.ResourceValue)\n- [1.20.2](/php/docs/reference/cloud-security-center/1.20.2/V1.ResourceValue)\n- [1.19.1](/php/docs/reference/cloud-security-center/1.19.1/V1.ResourceValue)\n- [1.18.0](/php/docs/reference/cloud-security-center/1.18.0/V1.ResourceValue)\n- [1.17.0](/php/docs/reference/cloud-security-center/1.17.0/V1.ResourceValue)\n- [1.16.0](/php/docs/reference/cloud-security-center/1.16.0/V1.ResourceValue)\n- [1.15.1](/php/docs/reference/cloud-security-center/1.15.1/V1.ResourceValue)\n- [1.14.2](/php/docs/reference/cloud-security-center/1.14.2/V1.ResourceValue)\n- [1.13.1](/php/docs/reference/cloud-security-center/1.13.1/V1.ResourceValue) \nReference documentation and code samples for the Google Cloud Security Command Center V1 Client class ResourceValue.\n\nValue enum to map to a resource\n\nProtobuf type `google.cloud.securitycenter.v1.ResourceValue`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ SecurityCenter \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### RESOURCE_VALUE_UNSPECIFIED\n\n Value: 0\n\nUnspecific value\n\nGenerated from protobuf enum `RESOURCE_VALUE_UNSPECIFIED = 0;`\n\n### HIGH\n\n Value: 1\n\nHigh resource value\n\nGenerated from protobuf enum `HIGH = 1;`\n\n### MEDIUM\n\n Value: 2\n\nMedium resource value\n\nGenerated from protobuf enum `MEDIUM = 2;`\n\n### LOW\n\n Value: 3\n\nLow resource value\n\nGenerated from protobuf enum `LOW = 3;`\n\n### NONE\n\n Value: 4\n\nNo resource value, e.g. ignore these resources\n\nGenerated from protobuf enum `NONE = 4;`"]]