身份地址
from field: string address = 3;
应用头像
from field: string avatar = 12;
应用编号
from field: yeying.api.common.ApplicationCodeEnum code = 8;
代码包下载路径
from field: string codePackagePath = 16;
应用创建时间
from field: string createdAt = 13;
应用描述
from field: string description = 9;
应用身份
from field: string did = 4;
应用哈希
from field: string hash = 6;
访问路径
from field: string location = 10;
应用名称
from field: string name = 7;
身份所在网络
from field: string network = 2;
应用所有者
from field: string owner = 1;
应用依赖的服务编码,用,隔开
from field: repeated yeying.api.common.ServiceCodeEnum serviceCodes = 11;
签名
from field: string signature = 15;
应用更新时间
from field: string updatedAt = 14;
应用版本
from field: uint32 version = 5;
from message yeying.api.common.ApplicationMetadata
身份地址