MethodOptions_IdempotencyLevel$json top-level constant

  1. @Deprecated('Use methodOptionsDescriptor instead')
Map<String, Object> const MethodOptions_IdempotencyLevel$json

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},
  ],
};