服务所在网络地址
from field: string address = 3;
服务apis
from field: repeated yeying.api.common.ApiCodeEnum apiCodes = 9;
服务头像
from field: string avatar = 12;
服务编码
from field: yeying.api.common.ServiceCodeEnum code = 8;
代码包下载路径
from field: string codePackagePath = 16;
服务创建时间点
from field: string createdAt = 13;
服务描述
from field: string description = 7;
服务身份
from field: string did = 4;
服务grpc地址
from field: string grpc = 11;
服务名称
from field: string name = 6;
服务所在网络
from field: string network = 2;
服务所有者
from field: string owner = 1;
服务代理
from field: string proxy = 10;
签名
from field: string signature = 15;
服务修改时间点
from field: string updatedAt = 14;
服务版本
from field: uint32 version = 5;
from message yeying.api.common.ServiceMetadata
服务所在网络地址