Uses of Class
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.TextFormat
Packages that use TextFormat
-
Uses of TextFormat in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf
Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf that return TextFormatModifier and TypeMethodDescriptionTextFormat.Builder.build()TextFormat.Builder.buildPartial()Text.Builder.getDefaultFormat().TextFormat default_format = 3;Text.getDefaultFormat().TextFormat default_format = 3;TextOrBuilder.getDefaultFormat().TextFormat default_format = 3;static TextFormatTextFormat.getDefaultInstance()TextFormat.Builder.getDefaultInstanceForType()TextFormat.getDefaultInstanceForType()TextPiece.Builder.getFormat().TextFormat format = 2;TextPiece.getFormat().TextFormat format = 2;TextPieceOrBuilder.getFormat().TextFormat format = 2;static TextFormatTextFormat.parseDelimitedFrom(InputStream input) static TextFormatTextFormat.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TextFormatTextFormat.parseFrom(byte[] data) static TextFormatTextFormat.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TextFormatTextFormat.parseFrom(com.google.protobuf.ByteString data) static TextFormatTextFormat.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TextFormatTextFormat.parseFrom(com.google.protobuf.CodedInputStream input) static TextFormatTextFormat.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TextFormatTextFormat.parseFrom(InputStream input) static TextFormatTextFormat.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TextFormatTextFormat.parseFrom(ByteBuffer data) static TextFormatTextFormat.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 TextFormatModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TextFormat>TextFormat.getParserForType()static com.google.protobuf.Parser<TextFormat>TextFormat.parser()Methods in tech.ordinaryroad.live.chat.client.codec.douyin.protobuf with parameters of type TextFormatModifier and TypeMethodDescriptionText.Builder.mergeDefaultFormat(TextFormat value) .TextFormat default_format = 3;TextPiece.Builder.mergeFormat(TextFormat value) .TextFormat format = 2;TextFormat.Builder.mergeFrom(TextFormat other) static TextFormat.BuilderTextFormat.newBuilder(TextFormat prototype) Text.Builder.setDefaultFormat(TextFormat value) .TextFormat default_format = 3;TextPiece.Builder.setFormat(TextFormat value) .TextFormat format = 2;