GenerateKeyRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use generateKeyRequestDescriptor instead')
const GenerateKeyRequest$json = const {
  '1': 'GenerateKeyRequest',
  '2': const [
    const {'1': 'seed', '3': 1, '4': 1, '5': 12, '10': 'seed'},
    const {
      '1': 'key_type',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.okapi.keys.v1.KeyType',
      '10': 'keyType'
    },
    const {
      '1': 'key_format',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.okapi.keys.v1.DocumentKeyFormat',
      '10': 'keyFormat'
    },
  ],
};