HttpRule$json top-level constant
Implementation
@$core.Deprecated('Use httpRuleDescriptor instead')
const HttpRule$json = const {
'1': 'HttpRule',
'2': const [
const {'1': 'selector', '3': 1, '4': 1, '5': 9, '10': 'selector'},
const {'1': 'get', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'get'},
const {'1': 'put', '3': 3, '4': 1, '5': 9, '9': 0, '10': 'put'},
const {'1': 'post', '3': 4, '4': 1, '5': 9, '9': 0, '10': 'post'},
const {'1': 'delete', '3': 5, '4': 1, '5': 9, '9': 0, '10': 'delete'},
const {'1': 'patch', '3': 6, '4': 1, '5': 9, '9': 0, '10': 'patch'},
const {
'1': 'custom',
'3': 8,
'4': 1,
'5': 11,
'6': '.google.api.CustomHttpPattern',
'9': 0,
'10': 'custom'
},
const {'1': 'body', '3': 7, '4': 1, '5': 9, '10': 'body'},
const {'1': 'response_body', '3': 12, '4': 1, '5': 9, '10': 'responseBody'},
const {
'1': 'additional_bindings',
'3': 11,
'4': 3,
'5': 11,
'6': '.google.api.HttpRule',
'10': 'additionalBindings'
},
],
'8': const [
const {'1': 'pattern'},
],
};