Google Cloud Functions V2 Client - Class Severity (2.0.6)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Functions V2 Client class Severity.
Severity of the state message.
Protobuf type google.cloud.functions.v2.StateMessage.Severity
Namespace
Google \ Cloud \ Functions \ V2 \ StateMessage
Methods
static::name
static::value
Constants
SEVERITY_UNSPECIFIED
Not specified. Invalid severity.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
ERROR
ERROR-level severity.
Generated from protobuf enum ERROR = 1;
WARNING
WARNING-level severity.
Generated from protobuf enum WARNING = 2;
INFO
INFO-level severity.
Generated from protobuf enum INFO = 3;
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 Functions V2 Client - Class Severity (2.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.6 (latest)](/php/docs/reference/cloud-functions/latest/V2.StateMessage.Severity)\n- [2.0.5](/php/docs/reference/cloud-functions/2.0.5/V2.StateMessage.Severity)\n- [1.7.0](/php/docs/reference/cloud-functions/1.7.0/V2.StateMessage.Severity)\n- [1.6.5](/php/docs/reference/cloud-functions/1.6.5/V2.StateMessage.Severity)\n- [1.5.0](/php/docs/reference/cloud-functions/1.5.0/V2.StateMessage.Severity)\n- [1.4.2](/php/docs/reference/cloud-functions/1.4.2/V2.StateMessage.Severity)\n- [1.3.1](/php/docs/reference/cloud-functions/1.3.1/V2.StateMessage.Severity)\n- [1.2.0](/php/docs/reference/cloud-functions/1.2.0/V2.StateMessage.Severity)\n- [1.1.2](/php/docs/reference/cloud-functions/1.1.2/V2.StateMessage.Severity)\n- [1.0.3](/php/docs/reference/cloud-functions/1.0.3/V2.StateMessage.Severity) \nReference documentation and code samples for the Google Cloud Functions V2 Client class Severity.\n\nSeverity of the state message.\n\nProtobuf type `google.cloud.functions.v2.StateMessage.Severity`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Functions \\\\ V2 \\\\ StateMessage\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### SEVERITY_UNSPECIFIED\n\n Value: 0\n\nNot specified. Invalid severity.\n\nGenerated from protobuf enum `SEVERITY_UNSPECIFIED = 0;`\n\n### ERROR\n\n Value: 1\n\nERROR-level severity.\n\nGenerated from protobuf enum `ERROR = 1;`\n\n### WARNING\n\n Value: 2\n\nWARNING-level severity.\n\nGenerated from protobuf enum `WARNING = 2;`\n\n### INFO\n\n Value: 3\n\nINFO-level severity.\n\nGenerated from protobuf enum `INFO = 3;`"]]