Uses of Class
io.github.xezzon.zeroweb.dict.DictResp
Packages that use DictResp
-
Uses of DictResp in io.github.xezzon.zeroweb.dict
Methods in io.github.xezzon.zeroweb.dict that return DictRespModifier and TypeMethodDescriptionDictResp.Builder.build()DictResp.Builder.buildPartial()DictListResp.Builder.getData(int index) repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;DictListResp.getData(int index) repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;DictListRespOrBuilder.getData(int index) repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;static DictRespDictResp.getDefaultInstance()DictResp.Builder.getDefaultInstanceForType()DictResp.getDefaultInstanceForType()static DictRespDictResp.parseDelimitedFrom(InputStream input) static DictRespDictResp.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictRespDictResp.parseFrom(byte[] data) static DictRespDictResp.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictRespDictResp.parseFrom(com.google.protobuf.ByteString data) static DictRespDictResp.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictRespDictResp.parseFrom(com.google.protobuf.CodedInputStream input) static DictRespDictResp.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictRespDictResp.parseFrom(InputStream input) static DictRespDictResp.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictRespDictResp.parseFrom(ByteBuffer data) static DictRespDictResp.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.dict that return types with arguments of type DictRespModifier and TypeMethodDescriptionDictListResp.Builder.getDataList()repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;DictListResp.getDataList()repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;DictListRespOrBuilder.getDataList()repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;com.google.protobuf.Parser<DictResp>DictResp.getParserForType()static com.google.protobuf.Parser<DictResp>DictResp.parser()Methods in io.github.xezzon.zeroweb.dict with parameters of type DictRespModifier and TypeMethodDescriptionrepeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;static DictResp.BuilderDictResp.newBuilder(DictResp prototype) repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;Method parameters in io.github.xezzon.zeroweb.dict with type arguments of type DictRespModifier and TypeMethodDescriptionDictListResp.Builder.addAllData(Iterable<? extends DictResp> values) repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;