Google Cloud Service Control V1 Client - Class Importance (1.2.1)

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
NameDescription
value mixed

static::value

Parameter
NameDescription
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.

Generated from protobuf enum HIGH = 1;