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 DictResp
DictResp.getDefaultInstance()
DictResp.Builder.getDefaultInstanceForType()
DictResp.getDefaultInstanceForType()
static DictResp
DictResp.parseDelimitedFrom
(InputStream input) static DictResp
DictResp.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictResp
DictResp.parseFrom
(byte[] data) static DictResp
DictResp.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictResp
DictResp.parseFrom
(com.google.protobuf.ByteString data) static DictResp
DictResp.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictResp
DictResp.parseFrom
(com.google.protobuf.CodedInputStream input) static DictResp
DictResp.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictResp
DictResp.parseFrom
(InputStream input) static DictResp
DictResp.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictResp
DictResp.parseFrom
(ByteBuffer data) static DictResp
DictResp.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.Builder
DictResp.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;