source property

  1. @TagNumber(2)
List<ApiConfig_File> get source

Optional. Uncompiled proto files associated with the descriptor set, used for display purposes (server-side compilation is not supported). These should match the inputs to 'protoc' command used to generate file_descriptor_set.

Implementation

@$pb.TagNumber(2)
$core.List<ApiConfig_File> get source => $_getList(0);