Reference documentation and code samples for the Google Cloud Service Control V1 Client class Importance.
Defines the importance of the data contained in the operation.
Protobuf type google.api.servicecontrol.v1.Operation.Importance
Namespace
Google \ Cloud \ ServiceControl \ V1 \ Operation
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
LOW
Value: 0
Allows data caching, batching, and aggregation. It provides
higher performance with higher data loss risk.
Generated from protobuf enum LOW = 0;
HIGH
Value: 1
Disables data aggregation to minimize data loss. It is for operations
that contains significant monetary value or audit trail. This feature
only applies to the client libraries.
[[["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 Service Control V1 Client - Class Importance (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-service-control/latest/V1.Operation.Importance)\n- [2.0.3](/php/docs/reference/cloud-service-control/2.0.3/V1.Operation.Importance)\n- [1.4.4](/php/docs/reference/cloud-service-control/1.4.4/V1.Operation.Importance)\n- [1.3.0](/php/docs/reference/cloud-service-control/1.3.0/V1.Operation.Importance)\n- [1.2.1](/php/docs/reference/cloud-service-control/1.2.1/V1.Operation.Importance)\n- [1.1.1](/php/docs/reference/cloud-service-control/1.1.1/V1.Operation.Importance)\n- [1.0.6](/php/docs/reference/cloud-service-control/1.0.6/V1.Operation.Importance) \nReference documentation and code samples for the Google Cloud Service Control V1 Client class Importance.\n\nDefines the importance of the data contained in the operation.\n\nProtobuf type `google.api.servicecontrol.v1.Operation.Importance`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ServiceControl \\\\ V1 \\\\ Operation\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### LOW\n\n Value: 0\n\nAllows data caching, batching, and aggregation. It provides\nhigher performance with higher data loss risk.\n\nGenerated from protobuf enum `LOW = 0;`\n\n### HIGH\n\n Value: 1\n\nDisables data aggregation to minimize data loss. It is for operations\nthat contains significant monetary value or audit trail. This feature\nonly applies to the client libraries.\n\nGenerated from protobuf enum `HIGH = 1;`"]]