NetworkConfig$json top-level constant

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

Implementation

@$core.Deprecated('Use networkConfigDescriptor instead')
const NetworkConfig$json = {
  '1': 'NetworkConfig',
  '2': [
    {'1': 'fqdn', '3': 1, '4': 1, '5': 9, '10': 'fqdn'},
    {'1': 'bind_address', '3': 2, '4': 1, '5': 9, '10': 'bindAddress'},
    {'1': 'tls_cert_file', '3': 3, '4': 1, '5': 9, '10': 'tlsCertFile'},
    {'1': 'tls_key_file', '3': 4, '4': 1, '5': 9, '10': 'tlsKeyFile'},
    {'1': 'sessions', '3': 5, '4': 1, '5': 11, '6': '.viam.app.v1.SessionsConfig', '10': 'sessions'},
  ],
};