类 TextFormatOuterClass.TextFormat

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.dto.TextFormatOuterClass.TextFormat
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, TextFormatOuterClass.TextFormatOrBuilder
封闭类:
TextFormatOuterClass

public static final class TextFormatOuterClass.TextFormat extends com.google.protobuf.GeneratedMessageV3 implements TextFormatOuterClass.TextFormatOrBuilder
Protobuf type TextFormat
另请参阅:
  • 字段详细资料

    • COLOR_FIELD_NUMBER

      public static final int COLOR_FIELD_NUMBER
      另请参阅:
    • BOLD_FIELD_NUMBER

      public static final int BOLD_FIELD_NUMBER
      另请参阅:
    • ITALIC_FIELD_NUMBER

      public static final int ITALIC_FIELD_NUMBER
      另请参阅:
    • WEIGHT_FIELD_NUMBER

      public static final int WEIGHT_FIELD_NUMBER
      另请参阅:
    • ITALIC_ANGLE_FIELD_NUMBER

      public static final int ITALIC_ANGLE_FIELD_NUMBER
      另请参阅:
    • FONT_SIZE_FIELD_NUMBER

      public static final int FONT_SIZE_FIELD_NUMBER
      另请参阅:
    • USE_HEIGH_LIGHT_COLOR_FIELD_NUMBER

      public static final int USE_HEIGH_LIGHT_COLOR_FIELD_NUMBER
      另请参阅:
    • USE_REMOTE_CLOR_FIELD_NUMBER

      public static final int USE_REMOTE_CLOR_FIELD_NUMBER
      另请参阅:
  • 方法详细资料

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • getColor

      public String getColor()
      string color = 1;
      指定者:
      getColor 在接口中 TextFormatOuterClass.TextFormatOrBuilder
      返回:
      The color.
    • getColorBytes

      public com.google.protobuf.ByteString getColorBytes()
      string color = 1;
      指定者:
      getColorBytes 在接口中 TextFormatOuterClass.TextFormatOrBuilder
      返回:
      The bytes for color.
    • getBold

      public boolean getBold()
      bool bold = 2;
      指定者:
      getBold 在接口中 TextFormatOuterClass.TextFormatOrBuilder
      返回:
      The bold.
    • getItalic

      public boolean getItalic()
      bool italic = 3;
      指定者:
      getItalic 在接口中 TextFormatOuterClass.TextFormatOrBuilder
      返回:
      The italic.
    • getWeight

      public int getWeight()
      uint32 weight = 4;
      指定者:
      getWeight 在接口中 TextFormatOuterClass.TextFormatOrBuilder
      返回:
      The weight.
    • getItalicAngle

      public int getItalicAngle()
      uint32 italic_angle = 5;
      指定者:
      getItalicAngle 在接口中 TextFormatOuterClass.TextFormatOrBuilder
      返回:
      The italicAngle.
    • getFontSize

      public int getFontSize()
      uint32 font_size = 6;
      指定者:
      getFontSize 在接口中 TextFormatOuterClass.TextFormatOrBuilder
      返回:
      The fontSize.
    • getUseHeighLightColor

      public boolean getUseHeighLightColor()
      bool use_heigh_light_color = 7;
      指定者:
      getUseHeighLightColor 在接口中 TextFormatOuterClass.TextFormatOrBuilder
      返回:
      The useHeighLightColor.
    • getUseRemoteClor

      public boolean getUseRemoteClor()
      bool use_remote_clor = 8;
      指定者:
      getUseRemoteClor 在接口中 TextFormatOuterClass.TextFormatOrBuilder
      返回:
      The useRemoteClor.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static TextFormatOuterClass.TextFormat parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static TextFormatOuterClass.TextFormat parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static TextFormatOuterClass.TextFormat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

      public TextFormatOuterClass.TextFormat.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

      public static TextFormatOuterClass.TextFormat.Builder newBuilder()
    • newBuilder

    • toBuilder

      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

      protected TextFormatOuterClass.TextFormat.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static TextFormatOuterClass.TextFormat getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<TextFormatOuterClass.TextFormat> parser()
    • getParserForType

      public com.google.protobuf.Parser<TextFormatOuterClass.TextFormat> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public TextFormatOuterClass.TextFormat getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder