TailLogEntriesRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use tailLogEntriesRequestDescriptor instead')
const TailLogEntriesRequest$json = const {
  '1': 'TailLogEntriesRequest',
  '2': const [
    const {
      '1': 'resource_names',
      '3': 1,
      '4': 3,
      '5': 9,
      '8': const {},
      '10': 'resourceNames'
    },
    const {
      '1': 'filter',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'filter'
    },
    const {
      '1': 'buffer_window',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Duration',
      '8': const {},
      '10': 'bufferWindow'
    },
  ],
};