MethodDescriptorProto$json top-level constant

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

Implementation

@$core.Deprecated('Use methodDescriptorProtoDescriptor instead')
const MethodDescriptorProto$json = const {
  '1': 'MethodDescriptorProto',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'input_type', '3': 2, '4': 1, '5': 9, '10': 'inputType'},
    const {'1': 'output_type', '3': 3, '4': 1, '5': 9, '10': 'outputType'},
    const {
      '1': 'options',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.MethodOptions',
      '10': 'options'
    },
    const {
      '1': 'client_streaming',
      '3': 5,
      '4': 1,
      '5': 8,
      '7': 'false',
      '10': 'clientStreaming'
    },
    const {
      '1': 'server_streaming',
      '3': 6,
      '4': 1,
      '5': 8,
      '7': 'false',
      '10': 'serverStreaming'
    },
  ],
};