PublicKey$json top-level constant

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

Implementation

@$core.Deprecated('Use publicKeyDescriptor instead')
const PublicKey$json = {
  '1': 'PublicKey',
  '2': [
    {'1': 'key_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'keyId'},
    {'1': 'active', '3': 2, '4': 1, '5': 8, '8': {}, '10': 'active'},
    {'1': 'public_key', '3': 3, '4': 1, '5': 12, '8': {}, '10': 'publicKey'},
    {'1': 'fingerprint', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'fingerprint'},
    {
      '1': 'expiration_date',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'expirationDate'
    },
    {
      '1': 'creation_date',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {
      '1': 'change_date',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'changeDate'
    },
  ],
};