Project$json top-level constant

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

Implementation

@$core.Deprecated('Use projectDescriptor instead')
const Project$json = const {
  '1': 'Project',
  '2': const [
    const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'api_key', '3': 3, '4': 1, '5': 9, '10': 'apiKey'},
    const {'1': 'logo', '3': 4, '4': 1, '5': 11, '6': '.Nuntio.Image', '10': 'logo'},
    const {'1': 'state', '3': 5, '4': 1, '5': 14, '6': '.Nuntio.ProjectState', '10': 'state'},
    const {'1': 'created_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdAt'},
    const {'1': 'updated_at', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'updatedAt'},
    const {'1': 'api_key_generated_at', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'apiKeyGeneratedAt'},
    const {'1': 'api_key_secured_at', '3': 9, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'apiKeySecuredAt'},
    const {'1': 'api_key_secured', '3': 10, '4': 1, '5': 8, '10': 'apiKeySecured'},
    const {'1': 'compute_configured', '3': 11, '4': 1, '5': 8, '10': 'computeConfigured'},
    const {'1': 'database_configured', '3': 12, '4': 1, '5': 8, '10': 'databaseConfigured'},
    const {'1': 'storage_configured', '3': 13, '4': 1, '5': 8, '10': 'storageConfigured'},
    const {'1': 'hera_configured', '3': 14, '4': 1, '5': 8, '10': 'heraConfigured'},
    const {'1': 'mercury_configured', '3': 15, '4': 1, '5': 8, '10': 'mercuryConfigured'},
    const {'1': 'pluto_configured', '3': 16, '4': 1, '5': 8, '10': 'plutoConfigured'},
    const {'1': 'endpoint', '3': 17, '4': 1, '5': 9, '10': 'endpoint'},
    const {'1': 'oidc_providers', '3': 18, '4': 3, '5': 11, '6': '.Nuntio.Project.OidcProvidersEntry', '10': 'oidcProviders'},
    const {'1': 'email_providers', '3': 19, '4': 3, '5': 11, '6': '.Nuntio.Project.EmailProvidersEntry', '10': 'emailProviders'},
    const {'1': 'selected_email_provider', '3': 20, '4': 1, '5': 14, '6': '.Nuntio.EmailProviderType', '10': 'selectedEmailProvider'},
    const {'1': 'text_providers', '3': 21, '4': 3, '5': 11, '6': '.Nuntio.Project.TextProvidersEntry', '10': 'textProviders'},
    const {'1': 'selected_text_provider', '3': 22, '4': 1, '5': 14, '6': '.Nuntio.TextProviderType', '10': 'selectedTextProvider'},
    const {'1': 'email_configured', '3': 23, '4': 1, '5': 8, '10': 'emailConfigured'},
    const {'1': 'text_configured', '3': 24, '4': 1, '5': 8, '10': 'textConfigured'},
    const {'1': 'members', '3': 25, '4': 3, '5': 11, '6': '.Nuntio.Member', '10': 'members'},
  ],
  '3': const [Project_OidcProvidersEntry$json, Project_EmailProvidersEntry$json, Project_TextProvidersEntry$json],
};