Enum Operation.Importance (1.41.0)

public enum Operation.Importance extends Enum<Operation.Importance> implements ProtocolMessageEnum

Defines the importance of the data contained in the operation.

Protobuf enum google.api.servicecontrol.v1.Operation.Importance

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HIGH

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.

HIGH = 1;

HIGH_VALUE

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.

HIGH = 1;

LOW

Allows data caching, batching, and aggregation. It provides higher performance with higher data loss risk.

LOW = 0;

LOW_VALUE

Allows data caching, batching, and aggregation. It provides higher performance with higher data loss risk.

LOW = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()