BackendRule$json top-level constant

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

Implementation

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