BackendRule$json top-level constant
Implementation
@$core.Deprecated('Use backendRuleDescriptor instead')
const BackendRule$json = {
'1': 'BackendRule',
'2': [
{'1': 'selector', '3': 1, '4': 1, '5': 9, '10': 'selector'},
{'1': 'address', '3': 2, '4': 1, '5': 9, '10': 'address'},
{'1': 'deadline', '3': 3, '4': 1, '5': 1, '10': 'deadline'},
{
'1': 'min_deadline',
'3': 4,
'4': 1,
'5': 1,
'8': {'3': true},
'10': 'minDeadline',
},
{
'1': 'operation_deadline',
'3': 5,
'4': 1,
'5': 1,
'10': 'operationDeadline'
},
{
'1': 'path_translation',
'3': 6,
'4': 1,
'5': 14,
'6': '.google.api.BackendRule.PathTranslation',
'10': 'pathTranslation'
},
{'1': 'jwt_audience', '3': 7, '4': 1, '5': 9, '9': 0, '10': 'jwtAudience'},
{'1': 'disable_auth', '3': 8, '4': 1, '5': 8, '9': 0, '10': 'disableAuth'},
{'1': 'protocol', '3': 9, '4': 1, '5': 9, '10': 'protocol'},
],
'4': [BackendRule_PathTranslation$json],
'8': [
{'1': 'authentication'},
],
};