Uses of Class
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.ProductInfo
Packages that use ProductInfo
-
Uses of ProductInfo in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf
Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return ProductInfoModifier and TypeMethodDescriptionProductInfo.Builder.build()ProductInfo.Builder.buildPartial()static ProductInfoProductInfo.getDefaultInstance()ProductInfo.Builder.getDefaultInstanceForType()ProductInfo.getDefaultInstanceForType()ProductChangeMessage.Builder.getUpdateProductInfoList(int index) repeated .ProductInfo updateProductInfoList = 4;ProductChangeMessage.getUpdateProductInfoList(int index) repeated .ProductInfo updateProductInfoList = 4;ProductChangeMessageOrBuilder.getUpdateProductInfoList(int index) repeated .ProductInfo updateProductInfoList = 4;static ProductInfoProductInfo.parseDelimitedFrom(InputStream input) static ProductInfoProductInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProductInfoProductInfo.parseFrom(byte[] data) static ProductInfoProductInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProductInfoProductInfo.parseFrom(com.google.protobuf.ByteString data) static ProductInfoProductInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProductInfoProductInfo.parseFrom(com.google.protobuf.CodedInputStream input) static ProductInfoProductInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProductInfoProductInfo.parseFrom(InputStream input) static ProductInfoProductInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ProductInfoProductInfo.parseFrom(ByteBuffer data) static ProductInfoProductInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return types with arguments of type ProductInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ProductInfo>ProductInfo.getParserForType()ProductChangeMessage.Builder.getUpdateProductInfoListList()repeated .ProductInfo updateProductInfoList = 4;ProductChangeMessage.getUpdateProductInfoListList()repeated .ProductInfo updateProductInfoList = 4;ProductChangeMessageOrBuilder.getUpdateProductInfoListList()repeated .ProductInfo updateProductInfoList = 4;static com.google.protobuf.Parser<ProductInfo>ProductInfo.parser()Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with parameters of type ProductInfoModifier and TypeMethodDescriptionProductChangeMessage.Builder.addUpdateProductInfoList(int index, ProductInfo value) repeated .ProductInfo updateProductInfoList = 4;ProductChangeMessage.Builder.addUpdateProductInfoList(ProductInfo value) repeated .ProductInfo updateProductInfoList = 4;ProductInfo.Builder.mergeFrom(ProductInfo other) static ProductInfo.BuilderProductInfo.newBuilder(ProductInfo prototype) ProductChangeMessage.Builder.setUpdateProductInfoList(int index, ProductInfo value) repeated .ProductInfo updateProductInfoList = 4;Method parameters in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with type arguments of type ProductInfoModifier and TypeMethodDescriptionProductChangeMessage.Builder.addAllUpdateProductInfoList(Iterable<? extends ProductInfo> values) repeated .ProductInfo updateProductInfoList = 4;