MethodOptions_IdempotencyLevel$json top-level constant
- @Deprecated('Use methodOptionsDescriptor instead')
Implementation
@$core.Deprecated('Use methodOptionsDescriptor instead')
const MethodOptions_IdempotencyLevel$json = const {
'1': 'IdempotencyLevel',
'2': const [
const {'1': 'IDEMPOTENCY_UNKNOWN', '2': 0},
const {'1': 'NO_SIDE_EFFECTS', '2': 1},
const {'1': 'IDEMPOTENT', '2': 2},
],
};