Uses of Class
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.ExtList.Builder
Packages that use ExtList.Builder
-
Uses of ExtList.Builder in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf
Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return ExtList.BuilderModifier and TypeMethodDescriptionSendMessageBody.Builder.addExtBuilder()repeated .ExtList ext = 5;SendMessageBody.Builder.addExtBuilder(int index) repeated .ExtList ext = 5;ExtList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ExtList.Builder.clear()ExtList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ExtList.Builder.clearKey()string key = 1;ExtList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ExtList.Builder.clearValue()string value = 2;ExtList.Builder.clone()SendMessageBody.Builder.getExtBuilder(int index) repeated .ExtList ext = 5;ExtList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExtList.Builder.mergeFrom(com.google.protobuf.Message other) final ExtList.BuilderExtList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ExtList.BuilderExtList.newBuilder()static ExtList.BuilderExtList.newBuilder(ExtList prototype) ExtList.newBuilderForType()protected ExtList.BuilderExtList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) string key = 1;ExtList.Builder.setKeyBytes(com.google.protobuf.ByteString value) string key = 1;ExtList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ExtList.BuilderExtList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) string value = 2;ExtList.Builder.setValueBytes(com.google.protobuf.ByteString value) string value = 2;ExtList.toBuilder()Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return types with arguments of type ExtList.BuilderModifier and TypeMethodDescriptionSendMessageBody.Builder.getExtBuilderList()repeated .ExtList ext = 5;Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with parameters of type ExtList.BuilderModifier and TypeMethodDescriptionSendMessageBody.Builder.addExt(int index, ExtList.Builder builderForValue) repeated .ExtList ext = 5;SendMessageBody.Builder.addExt(ExtList.Builder builderForValue) repeated .ExtList ext = 5;SendMessageBody.Builder.setExt(int index, ExtList.Builder builderForValue) repeated .ExtList ext = 5;