GetRobotPartLogsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use getRobotPartLogsRequestDescriptor instead')
const GetRobotPartLogsRequest$json = {
  '1': 'GetRobotPartLogsRequest',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {
      '1': 'errors_only',
      '3': 2,
      '4': 1,
      '5': 8,
      '8': {'3': true},
      '10': 'errorsOnly',
    },
    {'1': 'filter', '3': 3, '4': 1, '5': 9, '9': 0, '10': 'filter', '17': true},
    {'1': 'page_token', '3': 4, '4': 1, '5': 9, '9': 1, '10': 'pageToken', '17': true},
    {'1': 'levels', '3': 5, '4': 3, '5': 9, '10': 'levels'},
    {'1': 'start', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '9': 2, '10': 'start', '17': true},
    {'1': 'end', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '9': 3, '10': 'end', '17': true},
    {'1': 'limit', '3': 8, '4': 1, '5': 3, '9': 4, '10': 'limit', '17': true},
    {'1': 'source', '3': 9, '4': 1, '5': 9, '9': 5, '10': 'source', '17': true},
  ],
  '8': [
    {'1': '_filter'},
    {'1': '_page_token'},
    {'1': '_start'},
    {'1': '_end'},
    {'1': '_limit'},
    {'1': '_source'},
  ],
};