Document_ReloadStatus$json top-level constant

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

Implementation

@$core.Deprecated('Use documentDescriptor instead')
const Document_ReloadStatus$json = const {
  '1': 'ReloadStatus',
  '2': const [
    const {
      '1': 'time',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'time'
    },
    const {
      '1': 'status',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.rpc.Status',
      '10': 'status'
    },
  ],
};