diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrame.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrame.java index c27ae020..26476e0f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrame.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrame.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushFrame.proto -// Protobuf Java Version: 3.25.3 +// Protobuf Java Version: 4.26.0 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto; /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code PushFrame} */ public final class PushFrame extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:PushFrame) PushFrameOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PushFrame.class.getName()); + } // Use PushFrame.newBuilder() to construct. - private PushFrame(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private PushFrame(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private PushFrame() { @@ -27,20 +36,13 @@ private PushFrame() { payload_ = com.google.protobuf.ByteString.EMPTY; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new PushFrame(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushFrameOuterClass.internal_static_PushFrame_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushFrameOuterClass.internal_static_PushFrame_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -250,11 +252,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) for (int i = 0; i < headersList_.size(); i++) { output.writeMessage(5, headersList_.get(i)); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(payloadEncoding_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 6, payloadEncoding_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(payloadEncoding_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 6, payloadEncoding_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(payloadType_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 7, payloadType_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(payloadType_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 7, payloadType_); } if (!payload_.isEmpty()) { output.writeBytes(8, payload_); @@ -288,11 +290,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, headersList_.get(i)); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(payloadEncoding_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, payloadEncoding_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(payloadEncoding_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(6, payloadEncoding_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(payloadType_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, payloadType_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(payloadType_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(7, payloadType_); } if (!payload_.isEmpty()) { size += com.google.protobuf.CodedOutputStream @@ -401,20 +403,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushFrame parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushFrame parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushFrame parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -422,20 +424,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushFrame parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushFrame parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -455,19 +457,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code PushFrame} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code PushHeader} */ public final class PushHeader extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:PushHeader) PushHeaderOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PushHeader.class.getName()); + } // Use PushHeader.newBuilder() to construct. - private PushHeader(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private PushHeader(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private PushHeader() { @@ -25,20 +34,13 @@ private PushHeader() { value_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new PushHeader(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeaderOuterClass.internal_static_PushHeader_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeaderOuterClass.internal_static_PushHeader_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -137,11 +139,11 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(value_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, value_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(value_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, value_); } getUnknownFields().writeTo(output); } @@ -152,11 +154,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(value_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, value_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(value_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, value_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -231,20 +233,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -252,20 +254,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -285,19 +287,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code PushHeader} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 2023-01-11 + * 更新时间 2023-01-11 ** * Protobuf type {@code ChatIdentity} */ public final class ChatIdentity extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:ChatIdentity) ChatIdentityOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + ChatIdentity.class.getName()); + } // Use ChatIdentity.newBuilder() to construct. - private ChatIdentity(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private ChatIdentity(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private ChatIdentity() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new ChatIdentity(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentityOuterClass.internal_static_ChatIdentity_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentityOuterClass.internal_static_ChatIdentity_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -196,20 +198,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -217,20 +219,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -250,19 +252,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 2023-01-11 + * 更新时间 2023-01-11 ** * Protobuf type {@code ChatIdentity} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Image identityLabel = 2;
@@ -594,11 +564,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image identityLabel = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getIdentityLabelFieldBuilder() {
if (identityLabelBuilder_ == null) {
- identityLabelBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ identityLabelBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getIdentityLabel(),
getParentForChildren(),
@@ -607,18 +577,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
return identityLabelBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:ChatIdentity)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOrBuilder.java
index 1f987b17..3549789c 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/ChatIdentity.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface ChatIdentityOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOuterClass.java
index c468b95e..f142764c 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentityOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/ChatIdentity.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class ChatIdentityOuterClass {
private ChatIdentityOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ ChatIdentityOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_ChatIdentity_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_ChatIdentity_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -44,9 +53,10 @@ public static void registerAllExtensions(
internal_static_ChatIdentity_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_ChatIdentity_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_ChatIdentity_descriptor,
new java.lang.String[] { "ShowIdentity", "IdentityLabel", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Decoration.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Decoration.java
index 5116e8ad..7c049e4e 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Decoration.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Decoration.java
@@ -1,38 +1,40 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/Decoration.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* Protobuf type {@code Decoration}
*/
public final class Decoration extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:Decoration)
DecorationOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ Decoration.class.getName());
+ }
// Use Decoration.newBuilder() to construct.
- private Decoration(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private Decoration(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private Decoration() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new Decoration();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.DecorationOuterClass.internal_static_Decoration_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.DecorationOuterClass.internal_static_Decoration_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -127,20 +129,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -148,20 +150,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -181,7 +183,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -189,7 +191,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code Decoration}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder.Image image = 1;
@@ -4154,11 +4082,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image image = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getImageFieldBuilder() {
if (imageBuilder_ == null) {
- imageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ imageBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getImage(),
getParentForChildren(),
@@ -4337,7 +4265,7 @@ public Builder clearId() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfo fansclubInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfoOrBuilder> fansclubInfoBuilder_;
/**
* .GiftStruct.GiftStructFansClubInfo fansclubInfo = 6;
@@ -4443,11 +4371,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
/**
* .GiftStruct.GiftStructFansClubInfo fansclubInfo = 6;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfoOrBuilder>
getFansclubInfoFieldBuilder() {
if (fansclubInfoBuilder_ == null) {
- fansclubInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ fansclubInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfoOrBuilder>(
getFansclubInfo(),
getParentForChildren(),
@@ -4714,7 +4642,7 @@ public Builder clearPrimaryEffectId() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image giftLabelIcon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> giftLabelIconBuilder_;
/**
* .Image giftLabelIcon = 15;
@@ -4820,11 +4748,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image giftLabelIcon = 15;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getGiftLabelIconFieldBuilder() {
if (giftLabelIconBuilder_ == null) {
- giftLabelIconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ giftLabelIconBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getGiftLabelIcon(),
getParentForChildren(),
@@ -5208,7 +5136,7 @@ public Builder putAllSpecialEffects(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image icon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> iconBuilder_;
/**
* .Image icon = 21;
@@ -5314,11 +5242,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image icon = 21;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getIconFieldBuilder() {
if (iconBuilder_ == null) {
- iconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ iconBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getIcon(),
getParentForChildren(),
@@ -5473,7 +5401,7 @@ private void ensureSubsIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMeta, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMeta.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMetaOrBuilder> subsBuilder_;
/**
@@ -5689,11 +5617,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Luc
getSubsBuilderList() {
return getSubsFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMeta, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMeta.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMetaOrBuilder>
getSubsFieldBuilder() {
if (subsBuilder_ == null) {
- subsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ subsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMeta, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMeta.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMetaOrBuilder>(
subs_,
((bitField0_ & 0x01000000) != 0),
@@ -5873,7 +5801,7 @@ public Builder setSchemeUrlBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperation giftOperation_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperation, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperation.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperationOrBuilder> giftOperationBuilder_;
/**
* .GiftPanelOperation giftOperation = 30;
@@ -5979,11 +5907,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
/**
* .GiftPanelOperation giftOperation = 30;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperation, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperation.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperationOrBuilder>
getGiftOperationFieldBuilder() {
if (giftOperationBuilder_ == null) {
- giftOperationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ giftOperationBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperation, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperation.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperationOrBuilder>(
getGiftOperation(),
getParentForChildren(),
@@ -6538,7 +6466,7 @@ public Builder clearGiftScene() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBanner giftBanner_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBanner, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBanner.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBannerOrBuilder> giftBannerBuilder_;
/**
* .GiftBanner giftBanner = 43;
@@ -6644,11 +6572,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
/**
* .GiftBanner giftBanner = 43;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBanner, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBanner.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBannerOrBuilder>
getGiftBannerFieldBuilder() {
if (giftBannerBuilder_ == null) {
- giftBannerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ giftBannerBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBanner, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBanner.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBannerOrBuilder>(
getGiftBanner(),
getParentForChildren(),
@@ -6778,7 +6706,7 @@ private void ensureGiftBuffInfosIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfoOrBuilder> giftBuffInfosBuilder_;
/**
@@ -6994,11 +6922,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
getGiftBuffInfosBuilderList() {
return getGiftBuffInfosFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfoOrBuilder>
getGiftBuffInfosFieldBuilder() {
if (giftBuffInfosBuilder_ == null) {
- giftBuffInfosBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ giftBuffInfosBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfoOrBuilder>(
giftBuffInfos_,
((bitField1_ & 0x00001000) != 0),
@@ -7042,7 +6970,7 @@ public Builder clearForFirstRecharge() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image dynamicImgForSelected_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> dynamicImgForSelectedBuilder_;
/**
* .Image dynamicImgForSelected = 47;
@@ -7148,11 +7076,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image dynamicImgForSelected = 47;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getDynamicImgForSelectedFieldBuilder() {
if (dynamicImgForSelectedBuilder_ == null) {
- dynamicImgForSelectedBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ dynamicImgForSelectedBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getDynamicImgForSelected(),
getParentForChildren(),
@@ -7299,7 +7227,7 @@ public Builder setTopBarTextBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image topRightAvatar_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> topRightAvatarBuilder_;
/**
* .Image topRightAvatar = 51;
@@ -7405,11 +7333,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image topRightAvatar = 51;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getTopRightAvatarFieldBuilder() {
if (topRightAvatarBuilder_ == null) {
- topRightAvatarBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ topRightAvatarBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getTopRightAvatar(),
getParentForChildren(),
@@ -7640,7 +7568,7 @@ public Builder clearAssetIds() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfo giftPreviewInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfoOrBuilder> giftPreviewInfoBuilder_;
/**
* .GiftPreviewInfo giftPreviewInfo = 56;
@@ -7746,11 +7674,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
/**
* .GiftPreviewInfo giftPreviewInfo = 56;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfoOrBuilder>
getGiftPreviewInfoFieldBuilder() {
if (giftPreviewInfoBuilder_ == null) {
- giftPreviewInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ giftPreviewInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfoOrBuilder>(
getGiftPreviewInfo(),
getParentForChildren(),
@@ -7761,7 +7689,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip giftTip_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTipOrBuilder> giftTipBuilder_;
/**
* .GiftTip giftTip = 57;
@@ -7867,11 +7795,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
/**
* .GiftTip giftTip = 57;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTipOrBuilder>
getGiftTipFieldBuilder() {
if (giftTipBuilder_ == null) {
- giftTipBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ giftTipBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTipOrBuilder>(
getGiftTip(),
getParentForChildren(),
@@ -7922,7 +7850,7 @@ private void ensureGroupInfoIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfoOrBuilder> groupInfoBuilder_;
/**
@@ -8138,11 +8066,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
getGroupInfoBuilderList() {
return getGroupInfoFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfoOrBuilder>
getGroupInfoFieldBuilder() {
if (groupInfoBuilder_ == null) {
- groupInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ groupInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfoOrBuilder>(
groupInfo_,
((bitField1_ & 0x04000000) != 0),
@@ -8152,18 +8080,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
}
return groupInfoBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:GiftStruct)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOrBuilder.java
index 9b6602c1..87df55a7 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/GiftStruct.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface GiftStructOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOuterClass.java
index d9589bf0..03ebff05 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStructOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/GiftStruct.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class GiftStructOuterClass {
private GiftStructOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ GiftStructOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,17 +27,17 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GiftStruct_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GiftStruct_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GiftStruct_SpecialEffectsEntry_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GiftStruct_SpecialEffectsEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GiftStruct_GiftStructFansClubInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GiftStruct_GiftStructFansClubInfo_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -106,21 +115,22 @@ public static void registerAllExtensions(
internal_static_GiftStruct_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_GiftStruct_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GiftStruct_descriptor,
new java.lang.String[] { "Image", "Describe", "Notify", "Duration", "Id", "FansclubInfo", "ForLinkmic", "Doodle", "ForFansclub", "Combo", "Type", "DiamondCount", "IsDisplayedOnPanel", "PrimaryEffectId", "GiftLabelIcon", "Name", "Region", "Manual", "ForCustom", "SpecialEffects", "Icon", "ActionType", "WatermelonSeeds", "GoldEffect", "Subs", "GoldenBeans", "HonorLevel", "ItemType", "SchemeUrl", "GiftOperation", "EventName", "NobleLevel", "GuideUrl", "PunishMedicine", "ForPortal", "BusinessText", "CnyGift", "AppId", "VipLevel", "IsGray", "GraySchemeUrl", "GiftScene", "GiftBanner", "TriggerWords", "GiftBuffInfos", "ForFirstRecharge", "DynamicImgForSelected", "AfterSendAction", "GiftOfflineTime", "TopBarText", "TopRightAvatar", "BannerSchemeUrl", "IsLocked", "ReqExtraType", "AssetIds", "GiftPreviewInfo", "GiftTip", "NeedSweepLightCount", "GroupInfo", });
internal_static_GiftStruct_SpecialEffectsEntry_descriptor =
internal_static_GiftStruct_descriptor.getNestedTypes().get(0);
internal_static_GiftStruct_SpecialEffectsEntry_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GiftStruct_SpecialEffectsEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_GiftStruct_GiftStructFansClubInfo_descriptor =
internal_static_GiftStruct_descriptor.getNestedTypes().get(1);
internal_static_GiftStruct_GiftStructFansClubInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GiftStruct_GiftStructFansClubInfo_descriptor,
new java.lang.String[] { "MinLevel", "InsertPos", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMetaOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperationOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTip.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTip.java
index 4060cd81..e1f4aac3 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTip.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTip.java
@@ -1,38 +1,40 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/GiftTip.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* Protobuf type {@code GiftTip}
*/
public final class GiftTip extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:GiftTip)
GiftTipOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ GiftTip.class.getName());
+ }
// Use GiftTip.newBuilder() to construct.
- private GiftTip(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private GiftTip(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private GiftTip() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new GiftTip();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTipOuterClass.internal_static_GiftTip_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTipOuterClass.internal_static_GiftTip_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -127,20 +129,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -148,20 +150,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -181,7 +183,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -189,7 +191,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code GiftTip}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder.Text trayDisplayText = 1;
@@ -811,11 +781,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text trayDisplayText = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getTrayDisplayTextFieldBuilder() {
if (trayDisplayTextBuilder_ == null) {
- trayDisplayTextBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ trayDisplayTextBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getTrayDisplayText(),
getParentForChildren(),
@@ -826,7 +796,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image trayBaseImg_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> trayBaseImgBuilder_;
/**
* .Image trayBaseImg = 2;
@@ -932,11 +902,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image trayBaseImg = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getTrayBaseImgFieldBuilder() {
if (trayBaseImgBuilder_ == null) {
- trayBaseImgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ trayBaseImgBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getTrayBaseImg(),
getParentForChildren(),
@@ -947,7 +917,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image trayHeadImg_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> trayHeadImgBuilder_;
/**
* .Image trayHeadImg = 3;
@@ -1053,11 +1023,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image trayHeadImg = 3;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getTrayHeadImgFieldBuilder() {
if (trayHeadImgBuilder_ == null) {
- trayHeadImgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ trayHeadImgBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getTrayHeadImg(),
getParentForChildren(),
@@ -1068,7 +1038,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image trayRightImg_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> trayRightImgBuilder_;
/**
* .Image trayRightImg = 4;
@@ -1174,11 +1144,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image trayRightImg = 4;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getTrayRightImgFieldBuilder() {
if (trayRightImgBuilder_ == null) {
- trayRightImgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ trayRightImgBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getTrayRightImg(),
getParentForChildren(),
@@ -1221,7 +1191,7 @@ public Builder clearTrayLevel() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image trayDynamicImg_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> trayDynamicImgBuilder_;
/**
* .Image trayDynamicImg = 6;
@@ -1327,11 +1297,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image trayDynamicImg = 6;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getTrayDynamicImgFieldBuilder() {
if (trayDynamicImgBuilder_ == null) {
- trayDynamicImgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ trayDynamicImgBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getTrayDynamicImg(),
getParentForChildren(),
@@ -1340,18 +1310,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
return trayDynamicImgBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:GiftTrayInfo)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOrBuilder.java
index 763a3494..edf2dec0 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/GiftTrayInfo.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface GiftTrayInfoOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOuterClass.java
index f51325e5..01a87a0c 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfoOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/GiftTrayInfo.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class GiftTrayInfoOuterClass {
private GiftTrayInfoOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ GiftTrayInfoOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GiftTrayInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GiftTrayInfo_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -49,9 +58,10 @@ public static void registerAllExtensions(
internal_static_GiftTrayInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_GiftTrayInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GiftTrayInfo_descriptor,
new java.lang.String[] { "TrayDisplayText", "TrayBaseImg", "TrayHeadImg", "TrayRightImg", "TrayLevel", "TrayDynamicImg", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfo.java
index 34ad8df0..0ac39954 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfo.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfo.java
@@ -1,31 +1,33 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/GradeBuffInfo.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* Protobuf type {@code GradeBuffInfo}
*/
public final class GradeBuffInfo extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:GradeBuffInfo)
GradeBuffInfoOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ GradeBuffInfo.class.getName());
+ }
// Use GradeBuffInfo.newBuilder() to construct.
- private GradeBuffInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private GradeBuffInfo(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private GradeBuffInfo() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new GradeBuffInfo();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfoOuterClass.internal_static_GradeBuffInfo_descriptor;
@@ -44,7 +46,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
}
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfoOuterClass.internal_static_GradeBuffInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -211,7 +213,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (endTime_ != 0L) {
output.writeInt64(3, endTime_);
}
- com.google.protobuf.GeneratedMessageV3
+ com.google.protobuf.GeneratedMessage
.serializeLongMapTo(
output,
internalGetStatsInfoMap(),
@@ -349,20 +351,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -370,20 +372,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -403,7 +405,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -411,7 +413,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code GradeBuffInfo}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder.Image buffBadge = 5;
@@ -995,11 +965,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image buffBadge = 5;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getBuffBadgeFieldBuilder() {
if (buffBadgeBuilder_ == null) {
- buffBadgeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ buffBadgeBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getBuffBadge(),
getParentForChildren(),
@@ -1008,18 +978,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
return buffBadgeBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:GradeBuffInfo)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOrBuilder.java
index e1cea38a..d504fac0 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/GradeBuffInfo.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface GradeBuffInfoOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOuterClass.java
index a7dd1b43..e921110d 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GradeBuffInfoOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/GradeBuffInfo.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class GradeBuffInfoOuterClass {
private GradeBuffInfoOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ GradeBuffInfoOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,12 +27,12 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GradeBuffInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GradeBuffInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GradeBuffInfo_StatsInfoMapEntry_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GradeBuffInfo_StatsInfoMapEntry_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -53,15 +62,16 @@ public static void registerAllExtensions(
internal_static_GradeBuffInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_GradeBuffInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GradeBuffInfo_descriptor,
new java.lang.String[] { "BuffLevel", "Status", "EndTime", "StatsInfoMap", "BuffBadge", });
internal_static_GradeBuffInfo_StatsInfoMapEntry_descriptor =
internal_static_GradeBuffInfo_descriptor.getNestedTypes().get(0);
internal_static_GradeBuffInfo_StatsInfoMapEntry_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GradeBuffInfo_StatsInfoMapEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Image.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Image.java
index 603c6764..08d2bb70 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Image.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Image.java
@@ -1,23 +1,32 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/Image.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* - *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code Image} */ public final class Image extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:Image) ImageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + Image.class.getName()); + } // Use Image.newBuilder() to construct. - private Image(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private Image(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private Image() { @@ -30,20 +39,13 @@ private Image() { textSettingListList_ = java.util.Collections.emptyList(); } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Image(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.internal_static_Image_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.internal_static_Image_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -100,12 +102,21 @@ public interface ContentOrBuilder extends * Protobuf type {@code Image.Content} */ public static final class Content extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:Image.Content) ContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + Content.class.getName()); + } // Use Content.newBuilder() to construct. - private Content(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private Content(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private Content() { @@ -114,20 +125,13 @@ private Content() { alternativeText_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Content(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.internal_static_Image_Content_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.internal_static_Image_Content_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -276,17 +280,17 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, name_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fontColor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, fontColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fontColor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, fontColor_); } if (level_ != 0L) { output.writeInt64(3, level_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(alternativeText_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 4, alternativeText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(alternativeText_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 4, alternativeText_); } getUnknownFields().writeTo(output); } @@ -297,18 +301,18 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, name_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fontColor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, fontColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fontColor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, fontColor_); } if (level_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, level_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(alternativeText_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, alternativeText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(alternativeText_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(4, alternativeText_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -392,20 +396,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -413,20 +417,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -446,7 +450,7 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -454,7 +458,7 @@ protected Builder newBuilderForType( * Protobuf type {@code Image.Content} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code Image} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Image.Content content = 8;
@@ -2904,11 +2790,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image.Content content = 8;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.ContentOrBuilder>
getContentFieldBuilder() {
if (contentBuilder_ == null) {
- contentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ contentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.ContentOrBuilder>(
getContent(),
getParentForChildren(),
@@ -2959,7 +2845,7 @@ private void ensureFlexSettingListListIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSettingOrBuilder> flexSettingListListBuilder_;
/**
@@ -3175,11 +3061,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
getFlexSettingListListBuilderList() {
return getFlexSettingListListFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSettingOrBuilder>
getFlexSettingListListFieldBuilder() {
if (flexSettingListListBuilder_ == null) {
- flexSettingListListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ flexSettingListListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSettingOrBuilder>(
flexSettingListList_,
((bitField0_ & 0x00000200) != 0),
@@ -3199,7 +3085,7 @@ private void ensureTextSettingListListIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSettingOrBuilder> textSettingListListBuilder_;
/**
@@ -3415,11 +3301,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
getTextSettingListListBuilderList() {
return getTextSettingListListFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSettingOrBuilder>
getTextSettingListListFieldBuilder() {
if (textSettingListListBuilder_ == null) {
- textSettingListListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ textSettingListListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSettingOrBuilder>(
textSettingListList_,
((bitField0_ & 0x00000400) != 0),
@@ -3429,18 +3315,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
return textSettingListListBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:Image)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOrBuilder.java
index 79065dd4..600f8ba6 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/Image.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface ImageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOuterClass.java
index b7afa558..0dac7ebf 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ImageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/Image.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class ImageOuterClass {
private ImageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ ImageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,17 +27,17 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_Image_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_Image_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_Image_Content_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_Image_Content_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_Image_NinePatchSetting_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_Image_NinePatchSetting_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -60,21 +69,22 @@ public static void registerAllExtensions(
internal_static_Image_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_Image_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_Image_descriptor,
new java.lang.String[] { "UrlListList", "Uri", "Height", "Width", "AvgColor", "ImageType", "OpenWebUrl", "Content", "IsAnimated", "FlexSettingListList", "TextSettingListList", });
internal_static_Image_Content_descriptor =
internal_static_Image_descriptor.getNestedTypes().get(0);
internal_static_Image_Content_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_Image_Content_descriptor,
new java.lang.String[] { "Name", "FontColor", "Level", "AlternativeText", });
internal_static_Image_NinePatchSetting_descriptor =
internal_static_Image_descriptor.getNestedTypes().get(1);
internal_static_Image_NinePatchSetting_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_Image_NinePatchSetting_descriptor,
new java.lang.String[] { });
+ descriptor.resolveAllFeaturesImmutable();
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertification.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertification.java
index d5a9975e..ff02a685 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertification.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertification.java
@@ -1,38 +1,40 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/IndustryCertification.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* Protobuf type {@code IndustryCertification}
*/
public final class IndustryCertification extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:IndustryCertification)
IndustryCertificationOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ IndustryCertification.class.getName());
+ }
// Use IndustryCertification.newBuilder() to construct.
- private IndustryCertification(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private IndustryCertification(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private IndustryCertification() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new IndustryCertification();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertificationOuterClass.internal_static_IndustryCertification_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertificationOuterClass.internal_static_IndustryCertification_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -127,20 +129,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -148,20 +150,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -181,7 +183,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -189,7 +191,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code IndustryCertification}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder- *更新时间 : 2023-01-05 17:22:10 + * 更新时间 : 2023-01-05 17:22:10 ** * Protobuf type {@code PatternRef} */ public final class PatternRef extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:PatternRef) PatternRefOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PatternRef.class.getName()); + } // Use PatternRef.newBuilder() to construct. - private PatternRef(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private PatternRef(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private PatternRef() { @@ -25,20 +34,13 @@ private PatternRef() { defaultPattern_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new PatternRef(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRefOuterClass.internal_static_PatternRef_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRefOuterClass.internal_static_PatternRef_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -137,11 +139,11 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultPattern_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, defaultPattern_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(defaultPattern_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, defaultPattern_); } getUnknownFields().writeTo(output); } @@ -152,11 +154,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultPattern_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, defaultPattern_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(defaultPattern_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, defaultPattern_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -231,20 +233,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -252,20 +254,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -285,19 +287,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-05 17:22:10 + * 更新时间 : 2023-01-05 17:22:10 ** * Protobuf type {@code PatternRef} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.RoomExtra extra = 10;
@@ -3532,11 +3502,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Roo
/**
* .RoomExtra extra = 10;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtraOrBuilder>
getExtraFieldBuilder() {
if (extraBuilder_ == null) {
- extraBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ extraBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtraOrBuilder>(
getExtra(),
getParentForChildren(),
@@ -3970,7 +3940,7 @@ public Builder clearEnableRoomPerspective() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image cover_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> coverBuilder_;
/**
* .Image cover = 20;
@@ -4076,11 +4046,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image cover = 20;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getCoverFieldBuilder() {
if (coverBuilder_ == null) {
- coverBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ coverBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getCover(),
getParentForChildren(),
@@ -4091,7 +4061,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image dynamicCover_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> dynamicCoverBuilder_;
/**
* .Image dynamicCover = 21;
@@ -4197,11 +4167,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image dynamicCover = 21;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getDynamicCoverFieldBuilder() {
if (dynamicCoverBuilder_ == null) {
- dynamicCoverBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ dynamicCoverBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getDynamicCover(),
getParentForChildren(),
@@ -4212,7 +4182,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image dynamicCoverLow_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> dynamicCoverLowBuilder_;
/**
* .Image dynamicCoverLow = 22;
@@ -4318,11 +4288,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image dynamicCoverLow = 22;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getDynamicCoverLowFieldBuilder() {
if (dynamicCoverLowBuilder_ == null) {
- dynamicCoverLowBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ dynamicCoverLowBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getDynamicCoverLow(),
getParentForChildren(),
@@ -4653,7 +4623,7 @@ public Builder setStreamIdStrBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrl streamUrl_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrl, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrl.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrlOrBuilder> streamUrlBuilder_;
/**
* .StreamUrl streamUrl = 28;
@@ -4759,11 +4729,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Str
/**
* .StreamUrl streamUrl = 28;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrl, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrl.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrlOrBuilder>
getStreamUrlFieldBuilder() {
if (streamUrlBuilder_ == null) {
- streamUrlBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ streamUrlBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrl, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrl.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrlOrBuilder>(
getStreamUrl(),
getParentForChildren(),
@@ -4910,7 +4880,7 @@ public Builder clearCellStyle() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMic linkMic_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMic, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMic.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMicOrBuilder> linkMicBuilder_;
/**
* .LinkMic linkMic = 32;
@@ -5016,11 +4986,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Lin
/**
* .LinkMic linkMic = 32;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMic, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMic.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMicOrBuilder>
getLinkMicFieldBuilder() {
if (linkMicBuilder_ == null) {
- linkMicBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ linkMicBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMic, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMic.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMicOrBuilder>(
getLinkMic(),
getParentForChildren(),
@@ -5071,7 +5041,7 @@ private void ensureDecoListIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.DecorationOrBuilder> decoListBuilder_;
/**
@@ -5287,11 +5257,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Dec
getDecoListBuilderList() {
return getDecoListFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.DecorationOrBuilder>
getDecoListFieldBuilder() {
if (decoListBuilder_ == null) {
- decoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ decoListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.DecorationOrBuilder>(
decoList_,
((bitField1_ & 0x00000002) != 0),
@@ -5311,7 +5281,7 @@ private void ensureTopFansIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFanOrBuilder> topFansBuilder_;
/**
@@ -5527,11 +5497,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Top
getTopFansBuilderList() {
return getTopFansFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFanOrBuilder>
getTopFansFieldBuilder() {
if (topFansBuilder_ == null) {
- topFansBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ topFansBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFanOrBuilder>(
topFans_,
((bitField1_ & 0x00000004) != 0),
@@ -5543,7 +5513,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Top
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStats stats_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStats, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStats.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStatsOrBuilder> statsBuilder_;
/**
* .RoomStats stats = 36;
@@ -5649,11 +5619,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Roo
/**
* .RoomStats stats = 36;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStats, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStats.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStatsOrBuilder>
getStatsFieldBuilder() {
if (statsBuilder_ == null) {
- statsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ statsBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStats, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStats.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStatsOrBuilder>(
getStats(),
getParentForChildren(),
@@ -6024,7 +5994,7 @@ public Builder setRealDistanceBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image feedRoomLabel_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> feedRoomLabelBuilder_;
/**
* .Image feedRoomLabel = 42;
@@ -6130,11 +6100,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image feedRoomLabel = 42;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getFeedRoomLabelFieldBuilder() {
if (feedRoomLabelBuilder_ == null) {
- feedRoomLabelBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ feedRoomLabelBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getFeedRoomLabel(),
getParentForChildren(),
@@ -6217,7 +6187,7 @@ public Builder setCommonLabelListBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttr livingRoomAttrs_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttr, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttr.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttrOrBuilder> livingRoomAttrsBuilder_;
/**
* .RoomUserAttr livingRoomAttrs = 44;
@@ -6323,11 +6293,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Roo
/**
* .RoomUserAttr livingRoomAttrs = 44;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttr, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttr.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttrOrBuilder>
getLivingRoomAttrsFieldBuilder() {
if (livingRoomAttrsBuilder_ == null) {
- livingRoomAttrsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ livingRoomAttrsBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttr, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttr.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttrOrBuilder>(
getLivingRoomAttrs(),
getParentForChildren(),
@@ -6422,7 +6392,7 @@ public Builder clearAdminUserIds() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User owner_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> ownerBuilder_;
/**
* .User owner = 46;
@@ -6528,11 +6498,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User owner = 46;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getOwnerFieldBuilder() {
if (ownerBuilder_ == null) {
- ownerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ ownerBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getOwner(),
getParentForChildren(),
@@ -6613,18 +6583,6 @@ public Builder setPrivateInfoBytes(
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:Room)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtra.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtra.java
index 37607847..f7e821e6 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtra.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtra.java
@@ -1,38 +1,40 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/RoomExtra.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* Protobuf type {@code RoomExtra}
*/
public final class RoomExtra extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:RoomExtra)
RoomExtraOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ RoomExtra.class.getName());
+ }
// Use RoomExtra.newBuilder() to construct.
- private RoomExtra(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private RoomExtra(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private RoomExtra() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new RoomExtra();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtraOuterClass.internal_static_RoomExtra_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtraOuterClass.internal_static_RoomExtra_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -127,20 +129,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -148,20 +150,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -181,7 +183,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -189,7 +191,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code RoomExtra}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code Text} */ public final class Text extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:Text) TextOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + Text.class.getName()); + } // Use Text.newBuilder() to construct. - private Text(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private Text(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private Text() { @@ -26,20 +35,13 @@ private Text() { piecesList_ = java.util.Collections.emptyList(); } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Text(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOuterClass.internal_static_Text_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOuterClass.internal_static_Text_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -206,11 +208,11 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultPattern_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, defaultPattern_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(defaultPattern_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, defaultPattern_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(3, getDefaultFormat()); @@ -227,11 +229,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultPattern_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, defaultPattern_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(defaultPattern_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, defaultPattern_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -329,20 +331,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -350,20 +352,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -383,19 +385,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code Text} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.TextFormat defaultFormat = 3;
@@ -915,11 +885,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .TextFormat defaultFormat = 3;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormatOrBuilder>
getDefaultFormatFieldBuilder() {
if (defaultFormatBuilder_ == null) {
- defaultFormatBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ defaultFormatBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormatOrBuilder>(
getDefaultFormat(),
getParentForChildren(),
@@ -938,7 +908,7 @@ private void ensurePiecesListIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceOrBuilder> piecesListBuilder_;
/**
@@ -1154,11 +1124,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
getPiecesListBuilderList() {
return getPiecesListFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceOrBuilder>
getPiecesListFieldBuilder() {
if (piecesListBuilder_ == null) {
- piecesListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ piecesListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceOrBuilder>(
piecesList_,
((bitField0_ & 0x00000008) != 0),
@@ -1168,18 +1138,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
return piecesListBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:Text)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormat.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormat.java
index 8f51c78c..daf835fd 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormat.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormat.java
@@ -1,44 +1,46 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextFormat.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* - *根据抖音前台 js 编写 - *更新时间 : 2023-01-05 17:14:42 + * 根据抖音前台 js 编写 + * 更新时间 : 2023-01-05 17:14:42 ** * Protobuf type {@code TextFormat} */ public final class TextFormat extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TextFormat) TextFormatOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextFormat.class.getName()); + } // Use TextFormat.newBuilder() to construct. - private TextFormat(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private TextFormat(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private TextFormat() { color_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TextFormat(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormatOuterClass.internal_static_TextFormat_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormatOuterClass.internal_static_TextFormat_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -175,8 +177,8 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(color_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, color_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(color_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, color_); } if (bold_ != false) { output.writeBool(2, bold_); @@ -208,8 +210,8 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(color_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, color_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(color_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, color_); } if (bold_ != false) { size += com.google.protobuf.CodedOutputStream @@ -340,20 +342,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -361,20 +363,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -394,20 +396,20 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *根据抖音前台 js 编写 - *更新时间 : 2023-01-05 17:14:42 + * 根据抖音前台 js 编写 + * 更新时间 : 2023-01-05 17:14:42 ** * Protobuf type {@code TextFormat} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-05 17:29:29 + * 更新时间 : 2023-01-05 17:29:29 ** * Protobuf type {@code TextPiece} */ public final class TextPiece extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TextPiece) TextPieceOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextPiece.class.getName()); + } // Use TextPiece.newBuilder() to construct. - private TextPiece(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private TextPiece(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private TextPiece() { stringValue_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TextPiece(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceOuterClass.internal_static_TextPiece_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceOuterClass.internal_static_TextPiece_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -271,8 +273,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(2, getFormat()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(stringValue_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 11, stringValue_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stringValue_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 11, stringValue_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(21, getUserValue()); @@ -306,8 +308,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getFormat()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(stringValue_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, stringValue_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(stringValue_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(11, stringValue_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -456,20 +458,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -477,20 +479,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -510,19 +512,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-05 17:29:29 + * 更新时间 : 2023-01-05 17:29:29 ** * Protobuf type {@code TextPiece} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.TextFormat format = 2;
@@ -978,11 +948,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .TextFormat format = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormatOrBuilder>
getFormatFieldBuilder() {
if (formatBuilder_ == null) {
- formatBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ formatBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormatOrBuilder>(
getFormat(),
getParentForChildren(),
@@ -1065,7 +1035,7 @@ public Builder setStringValueBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser userValue_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUserOrBuilder> userValueBuilder_;
/**
* .TextPieceUser userValue = 21;
@@ -1171,11 +1141,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .TextPieceUser userValue = 21;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUserOrBuilder>
getUserValueFieldBuilder() {
if (userValueBuilder_ == null) {
- userValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userValueBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUserOrBuilder>(
getUserValue(),
getParentForChildren(),
@@ -1186,7 +1156,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift giftValue_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGiftOrBuilder> giftValueBuilder_;
/**
* .TextPieceGift giftValue = 22;
@@ -1292,11 +1262,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .TextPieceGift giftValue = 22;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGiftOrBuilder>
getGiftValueFieldBuilder() {
if (giftValueBuilder_ == null) {
- giftValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ giftValueBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGiftOrBuilder>(
getGiftValue(),
getParentForChildren(),
@@ -1307,7 +1277,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart heartValue_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeartOrBuilder> heartValueBuilder_;
/**
* .TextPieceHeart heartValue = 23;
@@ -1413,11 +1383,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .TextPieceHeart heartValue = 23;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeartOrBuilder>
getHeartValueFieldBuilder() {
if (heartValueBuilder_ == null) {
- heartValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ heartValueBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeartOrBuilder>(
getHeartValue(),
getParentForChildren(),
@@ -1428,7 +1398,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef patternRefValue_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRefOrBuilder> patternRefValueBuilder_;
/**
* .TextPiecePatternRef patternRefValue = 24;
@@ -1534,11 +1504,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .TextPiecePatternRef patternRefValue = 24;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRefOrBuilder>
getPatternRefValueFieldBuilder() {
if (patternRefValueBuilder_ == null) {
- patternRefValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ patternRefValueBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRefOrBuilder>(
getPatternRefValue(),
getParentForChildren(),
@@ -1549,7 +1519,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage imageValue_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImageOrBuilder> imageValueBuilder_;
/**
* .TextPieceImage imageValue = 25;
@@ -1655,11 +1625,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .TextPieceImage imageValue = 25;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImageOrBuilder>
getImageValueFieldBuilder() {
if (imageValueBuilder_ == null) {
- imageValueBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ imageValueBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImageOrBuilder>(
getImageValue(),
getParentForChildren(),
@@ -1668,18 +1638,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
return imageValueBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:TextPiece)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGift.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGift.java
index c1105fdf..e78de6db 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGift.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGift.java
@@ -1,42 +1,44 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPieceGift.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* - *更新时间 : 2023-01-05 17:22:10 + * 更新时间 : 2023-01-05 17:22:10 ** * Protobuf type {@code TextPieceGift} */ public final class TextPieceGift extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TextPieceGift) TextPieceGiftOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextPieceGift.class.getName()); + } // Use TextPieceGift.newBuilder() to construct. - private TextPieceGift(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private TextPieceGift(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private TextPieceGift() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TextPieceGift(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGiftOuterClass.internal_static_TextPieceGift_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGiftOuterClass.internal_static_TextPieceGift_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -197,20 +199,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -218,20 +220,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -251,19 +253,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-05 17:22:10 + * 更新时间 : 2023-01-05 17:22:10 ** * Protobuf type {@code TextPieceGift} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.PatternRef nameRef = 2;
@@ -595,11 +565,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Pat
/**
* .PatternRef nameRef = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRefOrBuilder>
getNameRefFieldBuilder() {
if (nameRefBuilder_ == null) {
- nameRefBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ nameRefBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRefOrBuilder>(
getNameRef(),
getParentForChildren(),
@@ -608,18 +578,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Pat
}
return nameRefBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:TextPieceGift)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOrBuilder.java
index 83c78d5e..ee2af51c 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPieceGift.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface TextPieceGiftOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOuterClass.java
index 343fa801..ad263682 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceGiftOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPieceGift.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class TextPieceGiftOuterClass {
private TextPieceGiftOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ TextPieceGiftOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_TextPieceGift_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_TextPieceGift_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -44,9 +53,10 @@ public static void registerAllExtensions(
internal_static_TextPieceGift_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_TextPieceGift_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_TextPieceGift_descriptor,
new java.lang.String[] { "GiftId", "NameRef", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRefOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeart.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeart.java
index cfed1549..84d2ff98 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeart.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeart.java
@@ -1,43 +1,45 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPieceHeart.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* - *更新时间 : 2023-01-05 17:25:27 + * 更新时间 : 2023-01-05 17:25:27 ** * Protobuf type {@code TextPieceHeart} */ public final class TextPieceHeart extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TextPieceHeart) TextPieceHeartOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextPieceHeart.class.getName()); + } // Use TextPieceHeart.newBuilder() to construct. - private TextPieceHeart(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private TextPieceHeart(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private TextPieceHeart() { color_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TextPieceHeart(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeartOuterClass.internal_static_TextPieceHeart_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeartOuterClass.internal_static_TextPieceHeart_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -97,8 +99,8 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(color_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, color_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(color_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, color_); } getUnknownFields().writeTo(output); } @@ -109,8 +111,8 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(color_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, color_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(color_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, color_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -181,20 +183,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -202,20 +204,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -235,19 +237,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-05 17:25:27 + * 更新时间 : 2023-01-05 17:25:27 ** * Protobuf type {@code TextPieceHeart} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-05 17:28:33 + * 更新时间 : 2023-01-05 17:28:33 ** * Protobuf type {@code TextPieceImage} */ public final class TextPieceImage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TextPieceImage) TextPieceImageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextPieceImage.class.getName()); + } // Use TextPieceImage.newBuilder() to construct. - private TextPieceImage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private TextPieceImage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private TextPieceImage() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TextPieceImage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImageOuterClass.internal_static_TextPieceImage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImageOuterClass.internal_static_TextPieceImage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -198,20 +200,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -219,20 +221,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -252,19 +254,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-05 17:28:33 + * 更新时间 : 2023-01-05 17:28:33 ** * Protobuf type {@code TextPieceImage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Image image = 1;
@@ -564,11 +534,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image image = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getImageFieldBuilder() {
if (imageBuilder_ == null) {
- imageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ imageBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getImage(),
getParentForChildren(),
@@ -609,18 +579,6 @@ public Builder clearScalingRate() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:TextPieceImage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOrBuilder.java
index 41ff2d07..8d41d2eb 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPieceImage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface TextPieceImageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOuterClass.java
index c27f531c..6236e6cb 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPieceImage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class TextPieceImageOuterClass {
private TextPieceImageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ TextPieceImageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_TextPieceImage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_TextPieceImage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -44,9 +53,10 @@ public static void registerAllExtensions(
internal_static_TextPieceImage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_TextPieceImage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_TextPieceImage_descriptor,
new java.lang.String[] { "Image", "ScalingRate", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOrBuilder.java
index eed00af4..7d653925 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPiece.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface TextPieceOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOuterClass.java
index 5ab20878..dc31ce6b 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPiece.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class TextPieceOuterClass {
private TextPieceOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ TextPieceOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_TextPiece_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_TextPiece_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -60,9 +69,10 @@ public static void registerAllExtensions(
internal_static_TextPiece_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_TextPiece_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_TextPiece_descriptor,
new java.lang.String[] { "Type", "Format", "StringValue", "UserValue", "GiftValue", "HeartValue", "PatternRefValue", "ImageValue", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormatOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUserOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGiftOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRef.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRef.java
index eef7f72a..fd58f903 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRef.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRef.java
@@ -1,23 +1,32 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPiecePatternRef.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* - *更新时间 : 2023-01-05 17:26:31 + * 更新时间 : 2023-01-05 17:26:31 ** * Protobuf type {@code TextPiecePatternRef} */ public final class TextPiecePatternRef extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TextPiecePatternRef) TextPiecePatternRefOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextPiecePatternRef.class.getName()); + } // Use TextPiecePatternRef.newBuilder() to construct. - private TextPiecePatternRef(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private TextPiecePatternRef(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private TextPiecePatternRef() { @@ -25,20 +34,13 @@ private TextPiecePatternRef() { defaultPattern_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TextPiecePatternRef(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRefOuterClass.internal_static_TextPiecePatternRef_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRefOuterClass.internal_static_TextPiecePatternRef_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -137,11 +139,11 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultPattern_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, defaultPattern_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(defaultPattern_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, defaultPattern_); } getUnknownFields().writeTo(output); } @@ -152,11 +154,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultPattern_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, defaultPattern_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(defaultPattern_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, defaultPattern_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -231,20 +233,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -252,20 +254,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -285,19 +287,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-05 17:26:31 + * 更新时间 : 2023-01-05 17:26:31 ** * Protobuf type {@code TextPiecePatternRef} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code TextPieceUser} */ public final class TextPieceUser extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TextPieceUser) TextPieceUserOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextPieceUser.class.getName()); + } // Use TextPieceUser.newBuilder() to construct. - private TextPieceUser(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private TextPieceUser(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private TextPieceUser() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TextPieceUser(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUserOuterClass.internal_static_TextPieceUser_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUserOuterClass.internal_static_TextPieceUser_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -197,20 +199,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -218,20 +220,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -251,19 +253,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code TextPieceUser} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.User user = 1;
@@ -563,11 +533,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User user = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
- userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUser(),
getParentForChildren(),
@@ -608,18 +578,6 @@ public Builder clearWithColon() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:TextPieceUser)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOrBuilder.java
index a90d448e..8b33fceb 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPieceUser.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface TextPieceUserOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOuterClass.java
index b123fddf..d7ffc00f 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUserOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TextPieceUser.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class TextPieceUserOuterClass {
private TextPieceUserOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ TextPieceUserOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_TextPieceUser_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_TextPieceUser_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -44,9 +53,10 @@ public static void registerAllExtensions(
internal_static_TextPieceUser_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_TextPieceUser_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_TextPieceUser_descriptor,
new java.lang.String[] { "User", "WithColon", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFan.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFan.java
index cb0826c7..390d09d9 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFan.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFan.java
@@ -1,38 +1,40 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/TopFan.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* Protobuf type {@code TopFan}
*/
public final class TopFan extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:TopFan)
TopFanOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ TopFan.class.getName());
+ }
// Use TopFan.newBuilder() to construct.
- private TopFan(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private TopFan(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private TopFan() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new TopFan();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFanOuterClass.internal_static_TopFan_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFanOuterClass.internal_static_TopFan_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -127,20 +129,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -148,20 +150,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -181,7 +183,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -189,7 +191,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code TopFan}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code User} */ public final class User extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User) UserOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + User.class.getName()); + } // Use User.newBuilder() to construct. - private User(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private User(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private User() { @@ -47,20 +56,13 @@ private User() { verifiedReason_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new User(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.internal_static_User_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.internal_static_User_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -75,31 +77,33 @@ public interface ActivityInfoOrBuilder extends * Protobuf type {@code User.ActivityInfo} */ public static final class ActivityInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.ActivityInfo) ActivityInfoOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + ActivityInfo.class.getName()); + } // Use ActivityInfo.newBuilder() to construct. - private ActivityInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private ActivityInfo(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private ActivityInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new ActivityInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.internal_static_User_ActivityInfo_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.internal_static_User_ActivityInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -194,20 +198,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -215,20 +219,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -248,7 +252,7 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -256,7 +260,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.ActivityInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.User.FansClub.FansClubData.UserBadge badge = 4;
@@ -4814,11 +4452,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.FansClub.FansClubData.UserBadge badge = 4;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.UserBadge, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.UserBadge.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.UserBadgeOrBuilder>
getBadgeFieldBuilder() {
if (badgeBuilder_ == null) {
- badgeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ badgeBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.UserBadge, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.UserBadge.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.UserBadgeOrBuilder>(
getBadge(),
getParentForChildren(),
@@ -4943,18 +4581,6 @@ public Builder clearAnchorId() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:User.FansClub.FansClubData)
}
@@ -5130,7 +4756,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getData());
}
- com.google.protobuf.GeneratedMessageV3
+ com.google.protobuf.GeneratedMessage
.serializeIntegerMapTo(
output,
internalGetPreferData(),
@@ -5239,20 +4865,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -5260,20 +4886,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -5293,7 +4919,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -5301,7 +4927,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code User.FansClub}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder.User.FansClub.FansClubData data = 1;
@@ -5627,11 +5221,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.FansClub.FansClubData data = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubDataOrBuilder>
getDataFieldBuilder() {
if (dataBuilder_ == null) {
- dataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ dataBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubDataOrBuilder>(
getData(),
getParentForChildren(),
@@ -5795,18 +5389,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
return (cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.Builder) entry;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:User.FansClub)
}
@@ -5867,31 +5449,33 @@ public interface FansGroupInfoOrBuilder extends
* Protobuf type {@code User.FansGroupInfo}
*/
public static final class FansGroupInfo extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:User.FansGroupInfo)
FansGroupInfoOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ FansGroupInfo.class.getName());
+ }
// Use FansGroupInfo.newBuilder() to construct.
- private FansGroupInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private FansGroupInfo(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private FansGroupInfo() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new FansGroupInfo();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.internal_static_User_FansGroupInfo_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.internal_static_User_FansGroupInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -5986,20 +5570,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -6007,20 +5591,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -6040,7 +5624,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -6048,7 +5632,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code User.FansGroupInfo}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder.Image icon = 1;
@@ -9368,11 +8712,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image icon = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getIconFieldBuilder() {
if (iconBuilder_ == null) {
- iconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ iconBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getIcon(),
getParentForChildren(),
@@ -9517,18 +8861,6 @@ public Builder setLevelStrBytes(
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:User.PayGrade.GradeIcon)
}
@@ -10286,14 +9618,14 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(2, getDiamondIcon());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 3, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 3, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(4, getIcon());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextName_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 5, nextName_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextName_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 5, nextName_);
}
if (level_ != 0L) {
output.writeInt64(6, level_);
@@ -10316,8 +9648,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (payDiamondBak_ != 0L) {
output.writeInt64(12, payDiamondBak_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gradeDescribe_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 13, gradeDescribe_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(gradeDescribe_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 13, gradeDescribe_);
}
for (int i = 0; i < gradeIconList_.size(); i++) {
output.writeMessage(14, gradeIconList_.get(i));
@@ -10343,8 +9675,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (upgradeNeedConsume_ != 0L) {
output.writeInt64(21, upgradeNeedConsume_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPrivileges_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 22, nextPrivileges_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPrivileges_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 22, nextPrivileges_);
}
if (((bitField0_ & 0x00000100) != 0)) {
output.writeMessage(23, getBackground());
@@ -10358,8 +9690,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (((bitField0_ & 0x00000400) != 0)) {
output.writeMessage(26, getBuffInfo());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gradeBanner_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 1001, gradeBanner_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(gradeBanner_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 1001, gradeBanner_);
}
if (((bitField0_ & 0x00000800) != 0)) {
output.writeMessage(1002, getProfileDialogBg());
@@ -10384,15 +9716,15 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getDiamondIcon());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, name_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(3, name_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getIcon());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextName_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, nextName_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextName_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(5, nextName_);
}
if (level_ != 0L) {
size += com.google.protobuf.CodedOutputStream
@@ -10422,8 +9754,8 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(12, payDiamondBak_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gradeDescribe_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, gradeDescribe_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(gradeDescribe_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(13, gradeDescribe_);
}
for (int i = 0; i < gradeIconList_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
@@ -10457,8 +9789,8 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(21, upgradeNeedConsume_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPrivileges_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, nextPrivileges_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nextPrivileges_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(22, nextPrivileges_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.CodedOutputStream
@@ -10476,8 +9808,8 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(26, getBuffInfo());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(gradeBanner_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1001, gradeBanner_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(gradeBanner_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(1001, gradeBanner_);
}
if (((bitField0_ & 0x00000800) != 0)) {
size += com.google.protobuf.CodedOutputStream
@@ -10745,20 +10077,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -10766,20 +10098,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -10799,7 +10131,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -10807,7 +10139,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code User.PayGrade}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder.Image diamondIcon = 2;
@@ -11641,11 +10941,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image diamondIcon = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getDiamondIconFieldBuilder() {
if (diamondIconBuilder_ == null) {
- diamondIconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ diamondIconBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getDiamondIcon(),
getParentForChildren(),
@@ -11728,7 +11028,7 @@ public Builder setNameBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image icon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> iconBuilder_;
/**
* .Image icon = 4;
@@ -11834,11 +11134,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image icon = 4;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getIconFieldBuilder() {
if (iconBuilder_ == null) {
- iconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ iconBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getIcon(),
getParentForChildren(),
@@ -11953,7 +11253,7 @@ public Builder clearLevel() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image nextIcon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> nextIconBuilder_;
/**
* .Image nextIcon = 7;
@@ -12059,11 +11359,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image nextIcon = 7;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getNextIconFieldBuilder() {
if (nextIconBuilder_ == null) {
- nextIconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ nextIconBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getNextIcon(),
getParentForChildren(),
@@ -12314,7 +11614,7 @@ private void ensureGradeIconListIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIcon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIcon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIconOrBuilder> gradeIconListBuilder_;
/**
@@ -12530,11 +11830,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
getGradeIconListBuilderList() {
return getGradeIconListFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIcon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIcon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIconOrBuilder>
getGradeIconListFieldBuilder() {
if (gradeIconListBuilder_ == null) {
- gradeIconListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ gradeIconListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIcon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIcon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIconOrBuilder>(
gradeIconList_,
((bitField0_ & 0x00002000) != 0),
@@ -12578,7 +11878,7 @@ public Builder clearScreenChatType() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image imIcon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> imIconBuilder_;
/**
* .Image imIcon = 16;
@@ -12684,11 +11984,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image imIcon = 16;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getImIconFieldBuilder() {
if (imIconBuilder_ == null) {
- imIconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ imIconBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getImIcon(),
getParentForChildren(),
@@ -12699,7 +11999,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image imIconWithLevel_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> imIconWithLevelBuilder_;
/**
* .Image imIconWithLevel = 17;
@@ -12805,11 +12105,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image imIconWithLevel = 17;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getImIconWithLevelFieldBuilder() {
if (imIconWithLevelBuilder_ == null) {
- imIconWithLevelBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ imIconWithLevelBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getImIconWithLevel(),
getParentForChildren(),
@@ -12820,7 +12120,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image liveIcon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> liveIconBuilder_;
/**
* .Image liveIcon = 18;
@@ -12926,11 +12226,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image liveIcon = 18;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getLiveIconFieldBuilder() {
if (liveIconBuilder_ == null) {
- liveIconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ liveIconBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getLiveIcon(),
getParentForChildren(),
@@ -12941,7 +12241,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image newImIconWithLevel_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> newImIconWithLevelBuilder_;
/**
* .Image newImIconWithLevel = 19;
@@ -13047,11 +12347,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image newImIconWithLevel = 19;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getNewImIconWithLevelFieldBuilder() {
if (newImIconWithLevelBuilder_ == null) {
- newImIconWithLevelBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ newImIconWithLevelBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getNewImIconWithLevel(),
getParentForChildren(),
@@ -13062,7 +12362,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image newLiveIcon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> newLiveIconBuilder_;
/**
* .Image newLiveIcon = 20;
@@ -13168,11 +12468,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image newLiveIcon = 20;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getNewLiveIconFieldBuilder() {
if (newLiveIconBuilder_ == null) {
- newLiveIconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ newLiveIconBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getNewLiveIcon(),
getParentForChildren(),
@@ -13287,7 +12587,7 @@ public Builder setNextPrivilegesBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image background_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> backgroundBuilder_;
/**
* .Image background = 23;
@@ -13393,11 +12693,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image background = 23;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getBackgroundFieldBuilder() {
if (backgroundBuilder_ == null) {
- backgroundBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ backgroundBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getBackground(),
getParentForChildren(),
@@ -13408,7 +12708,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image backgroundBack_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> backgroundBackBuilder_;
/**
* .Image backgroundBack = 24;
@@ -13514,11 +12814,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image backgroundBack = 24;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getBackgroundBackFieldBuilder() {
if (backgroundBackBuilder_ == null) {
- backgroundBackBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ backgroundBackBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getBackgroundBack(),
getParentForChildren(),
@@ -13561,7 +12861,7 @@ public Builder clearScore() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo buffInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfoOrBuilder> buffInfoBuilder_;
/**
* .GradeBuffInfo buffInfo = 26;
@@ -13667,11 +12967,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gra
/**
* .GradeBuffInfo buffInfo = 26;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfoOrBuilder>
getBuffInfoFieldBuilder() {
if (buffInfoBuilder_ == null) {
- buffInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ buffInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfoOrBuilder>(
getBuffInfo(),
getParentForChildren(),
@@ -13754,7 +13054,7 @@ public Builder setGradeBannerBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image profileDialogBg_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> profileDialogBgBuilder_;
/**
* .Image profileDialogBg = 1002;
@@ -13860,11 +13160,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image profileDialogBg = 1002;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getProfileDialogBgFieldBuilder() {
if (profileDialogBgBuilder_ == null) {
- profileDialogBgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ profileDialogBgBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getProfileDialogBg(),
getParentForChildren(),
@@ -13875,7 +13175,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image profileDialogBgBack_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> profileDialogBgBackBuilder_;
/**
* .Image profileDialogBgBack = 1003;
@@ -13981,11 +13281,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image profileDialogBgBack = 1003;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getProfileDialogBgBackFieldBuilder() {
if (profileDialogBgBackBuilder_ == null) {
- profileDialogBgBackBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ profileDialogBgBackBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getProfileDialogBgBack(),
getParentForChildren(),
@@ -13994,18 +13294,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
return profileDialogBgBackBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:User.PayGrade)
}
@@ -14066,31 +13354,33 @@ public interface PoiInfoOrBuilder extends
* Protobuf type {@code User.PoiInfo}
*/
public static final class PoiInfo extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:User.PoiInfo)
PoiInfoOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ PoiInfo.class.getName());
+ }
// Use PoiInfo.newBuilder() to construct.
- private PoiInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private PoiInfo(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private PoiInfo() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new PoiInfo();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.internal_static_User_PoiInfo_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.internal_static_User_PoiInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -14185,20 +13475,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -14206,20 +13496,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -14239,7 +13529,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -14247,7 +13537,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code User.PoiInfo}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code User} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Image avatarThumb = 9;
@@ -23710,11 +22672,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image avatarThumb = 9;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getAvatarThumbFieldBuilder() {
if (avatarThumbBuilder_ == null) {
- avatarThumbBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ avatarThumbBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getAvatarThumb(),
getParentForChildren(),
@@ -23725,7 +22687,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image avatarMedium_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> avatarMediumBuilder_;
/**
* .Image avatarMedium = 10;
@@ -23831,11 +22793,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image avatarMedium = 10;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getAvatarMediumFieldBuilder() {
if (avatarMediumBuilder_ == null) {
- avatarMediumBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ avatarMediumBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getAvatarMedium(),
getParentForChildren(),
@@ -23846,7 +22808,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image avatarLarge_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> avatarLargeBuilder_;
/**
* .Image avatarLarge = 11;
@@ -23952,11 +22914,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image avatarLarge = 11;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getAvatarLargeFieldBuilder() {
if (avatarLargeBuilder_ == null) {
- avatarLargeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ avatarLargeBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getAvatarLarge(),
getParentForChildren(),
@@ -24335,7 +23297,7 @@ public Builder clearIncomeSharePercent() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image badgeImageListList_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> badgeImageListListBuilder_;
/**
* .Image badgeImageListList = 21;
@@ -24441,11 +23403,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image badgeImageListList = 21;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getBadgeImageListListFieldBuilder() {
if (badgeImageListListBuilder_ == null) {
- badgeImageListListBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ badgeImageListListBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getBadgeImageListList(),
getParentForChildren(),
@@ -24456,7 +23418,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfo followInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfoOrBuilder> followInfoBuilder_;
/**
* .User.FollowInfo followInfo = 22;
@@ -24562,11 +23524,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.FollowInfo followInfo = 22;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfoOrBuilder>
getFollowInfoFieldBuilder() {
if (followInfoBuilder_ == null) {
- followInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ followInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfoOrBuilder>(
getFollowInfo(),
getParentForChildren(),
@@ -24577,7 +23539,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade payGrade_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGradeOrBuilder> payGradeBuilder_;
/**
* .User.PayGrade payGrade = 23;
@@ -24683,11 +23645,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.PayGrade payGrade = 23;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGradeOrBuilder>
getPayGradeFieldBuilder() {
if (payGradeBuilder_ == null) {
- payGradeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ payGradeBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGradeOrBuilder>(
getPayGrade(),
getParentForChildren(),
@@ -24698,7 +23660,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub fansClub_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClubOrBuilder> fansClubBuilder_;
/**
* .User.FansClub fansClub = 24;
@@ -24804,11 +23766,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.FansClub fansClub = 24;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClubOrBuilder>
getFansClubFieldBuilder() {
if (fansClubBuilder_ == null) {
- fansClubBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ fansClubBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClubOrBuilder>(
getFansClub(),
getParentForChildren(),
@@ -24819,7 +23781,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Border border_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Border, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Border.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BorderOrBuilder> borderBuilder_;
/**
* .User.Border border = 25;
@@ -24925,11 +23887,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.Border border = 25;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Border, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Border.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BorderOrBuilder>
getBorderFieldBuilder() {
if (borderBuilder_ == null) {
- borderBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ borderBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Border, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Border.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BorderOrBuilder>(
getBorder(),
getParentForChildren(),
@@ -25012,7 +23974,7 @@ public Builder setSpecialIdBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image avatarBorder_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> avatarBorderBuilder_;
/**
* .Image avatarBorder = 27;
@@ -25118,11 +24080,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image avatarBorder = 27;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getAvatarBorderFieldBuilder() {
if (avatarBorderBuilder_ == null) {
- avatarBorderBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ avatarBorderBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getAvatarBorder(),
getParentForChildren(),
@@ -25133,7 +24095,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image medal_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> medalBuilder_;
/**
* .Image medal = 28;
@@ -25239,11 +24201,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image medal = 28;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getMedalFieldBuilder() {
if (medalBuilder_ == null) {
- medalBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ medalBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getMedal(),
getParentForChildren(),
@@ -25262,7 +24224,7 @@ private void ensureRealTimeIconsListIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> realTimeIconsListBuilder_;
/**
@@ -25478,11 +24440,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
getRealTimeIconsListBuilderList() {
return getRealTimeIconsListFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getRealTimeIconsListFieldBuilder() {
if (realTimeIconsListBuilder_ == null) {
- realTimeIconsListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ realTimeIconsListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
realTimeIconsList_,
((bitField0_ & 0x10000000) != 0),
@@ -25502,7 +24464,7 @@ private void ensureNewRealTimeIconsListIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> newRealTimeIconsListBuilder_;
/**
@@ -25718,11 +24680,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
getNewRealTimeIconsListBuilderList() {
return getNewRealTimeIconsListFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getNewRealTimeIconsListFieldBuilder() {
if (newRealTimeIconsListBuilder_ == null) {
- newRealTimeIconsListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ newRealTimeIconsListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
newRealTimeIconsList_,
((bitField0_ & 0x20000000) != 0),
@@ -25766,7 +24728,7 @@ public Builder clearTopVipNo() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttr userAttr_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttr, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttr.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttrOrBuilder> userAttrBuilder_;
/**
* .User.UserAttr userAttr = 32;
@@ -25872,11 +24834,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.UserAttr userAttr = 32;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttr, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttr.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttrOrBuilder>
getUserAttrFieldBuilder() {
if (userAttrBuilder_ == null) {
- userAttrBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userAttrBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttr, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttr.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttrOrBuilder>(
getUserAttr(),
getParentForChildren(),
@@ -25887,7 +24849,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoom ownRoom_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoom, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoom.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoomOrBuilder> ownRoomBuilder_;
/**
* .User.OwnRoom ownRoom = 33;
@@ -25993,11 +24955,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.OwnRoom ownRoom = 33;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoom, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoom.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoomOrBuilder>
getOwnRoomFieldBuilder() {
if (ownRoomBuilder_ == null) {
- ownRoomBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ ownRoomBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoom, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoom.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoomOrBuilder>(
getOwnRoom(),
getParentForChildren(),
@@ -26072,7 +25034,7 @@ public Builder clearTicketCount() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfo anchorInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfoOrBuilder> anchorInfoBuilder_;
/**
* .User.AnchorInfo anchorInfo = 36;
@@ -26178,11 +25140,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.AnchorInfo anchorInfo = 36;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfoOrBuilder>
getAnchorInfoFieldBuilder() {
if (anchorInfoBuilder_ == null) {
- anchorInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ anchorInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfoOrBuilder>(
getAnchorInfo(),
getParentForChildren(),
@@ -26393,7 +25355,7 @@ public Builder clearTotalRechargeDiamondCount() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel webcastAnchorLevel_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevelOrBuilder> webcastAnchorLevelBuilder_;
/**
* .User.AnchorLevel webcastAnchorLevel = 42;
@@ -26499,11 +25461,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.AnchorLevel webcastAnchorLevel = 42;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevelOrBuilder>
getWebcastAnchorLevelFieldBuilder() {
if (webcastAnchorLevelBuilder_ == null) {
- webcastAnchorLevelBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ webcastAnchorLevelBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevelOrBuilder>(
getWebcastAnchorLevel(),
getParentForChildren(),
@@ -26586,7 +25548,7 @@ public Builder setVerifiedContentBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStats authorStats_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStats, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStats.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStatsOrBuilder> authorStatsBuilder_;
/**
* .User.AuthorStats authorStats = 44;
@@ -26692,11 +25654,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.AuthorStats authorStats = 44;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStats, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStats.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStatsOrBuilder>
getAuthorStatsFieldBuilder() {
if (authorStatsBuilder_ == null) {
- authorStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ authorStatsBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStats, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStats.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStatsOrBuilder>(
getAuthorStats(),
getParentForChildren(),
@@ -26715,7 +25677,7 @@ private void ensureTopFansListIsMutable() {
}
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> topFansListBuilder_;
/**
@@ -26931,11 +25893,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
getTopFansListBuilderList() {
return getTopFansListFieldBuilder().getBuilderList();
}
- private com.google.protobuf.RepeatedFieldBuilderV3<
+ private com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getTopFansListFieldBuilder() {
if (topFansListBuilder_ == null) {
- topFansListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
+ topFansListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
topFansList_,
((bitField1_ & 0x00001000) != 0),
@@ -27051,7 +26013,7 @@ public Builder clearUserRole() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParams xiguaInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParams, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParams.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParamsOrBuilder> xiguaInfoBuilder_;
/**
* .User.XiguaParams xiguaInfo = 48;
@@ -27157,11 +26119,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.XiguaParams xiguaInfo = 48;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParams, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParams.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParamsOrBuilder>
getXiguaInfoFieldBuilder() {
if (xiguaInfoBuilder_ == null) {
- xiguaInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ xiguaInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParams, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParams.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParamsOrBuilder>(
getXiguaInfo(),
getParentForChildren(),
@@ -27172,7 +26134,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo activityReward_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfoOrBuilder> activityRewardBuilder_;
/**
* .User.ActivityInfo activityReward = 49;
@@ -27278,11 +26240,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.ActivityInfo activityReward = 49;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfoOrBuilder>
getActivityRewardFieldBuilder() {
if (activityRewardBuilder_ == null) {
- activityRewardBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ activityRewardBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfoOrBuilder>(
getActivityReward(),
getParentForChildren(),
@@ -27293,7 +26255,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo nobleInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfoOrBuilder> nobleInfoBuilder_;
/**
* .User.NobleLevelInfo nobleInfo = 50;
@@ -27399,11 +26361,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.NobleLevelInfo nobleInfo = 50;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfoOrBuilder>
getNobleInfoFieldBuilder() {
if (nobleInfoBuilder_ == null) {
- nobleInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ nobleInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfoOrBuilder>(
getNobleInfo(),
getParentForChildren(),
@@ -27414,7 +26376,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfo brotherhoodInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfoOrBuilder> brotherhoodInfoBuilder_;
/**
* .User.BrotherhoodInfo brotherhoodInfo = 51;
@@ -27520,11 +26482,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.BrotherhoodInfo brotherhoodInfo = 51;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfoOrBuilder>
getBrotherhoodInfoFieldBuilder() {
if (brotherhoodInfoBuilder_ == null) {
- brotherhoodInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ brotherhoodInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfoOrBuilder>(
getBrotherhoodInfo(),
getParentForChildren(),
@@ -27535,7 +26497,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image personalCard_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> personalCardBuilder_;
/**
* .Image personalCard = 52;
@@ -27641,11 +26603,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image personalCard = 52;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getPersonalCardFieldBuilder() {
if (personalCardBuilder_ == null) {
- personalCardBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ personalCardBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getPersonalCard(),
getParentForChildren(),
@@ -27656,7 +26618,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfo authenticationInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfoOrBuilder> authenticationInfoBuilder_;
/**
* .User.AuthenticationInfo authenticationInfo = 53;
@@ -27762,11 +26724,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.AuthenticationInfo authenticationInfo = 53;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfoOrBuilder>
getAuthenticationInfoFieldBuilder() {
if (authenticationInfoBuilder_ == null) {
- authenticationInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ authenticationInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfoOrBuilder>(
getAuthenticationInfo(),
getParentForChildren(),
@@ -27841,7 +26803,7 @@ public Builder clearAdversaryAuthorizationInfo() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo poiInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfoOrBuilder> poiInfoBuilder_;
/**
* .User.PoiInfo poiInfo = 56;
@@ -27947,11 +26909,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.PoiInfo poiInfo = 56;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfoOrBuilder>
getPoiInfoFieldBuilder() {
if (poiInfoBuilder_ == null) {
- poiInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ poiInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfoOrBuilder>(
getPoiInfo(),
getParentForChildren(),
@@ -27962,7 +26924,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image mediaBadgeImageListList_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> mediaBadgeImageListListBuilder_;
/**
* .Image mediaBadgeImageListList = 57;
@@ -28068,11 +27030,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image mediaBadgeImageListList = 57;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getMediaBadgeImageListListFieldBuilder() {
if (mediaBadgeImageListListBuilder_ == null) {
- mediaBadgeImageListListBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ mediaBadgeImageListListBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getMediaBadgeImageListList(),
getParentForChildren(),
@@ -28115,7 +27077,7 @@ public Builder clearAdversaryUserStatus() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo userVipInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfoOrBuilder> userVipInfoBuilder_;
/**
* .UserVIPInfo userVipInfo = 59;
@@ -28221,11 +27183,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .UserVIPInfo userVipInfo = 59;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfoOrBuilder>
getUserVipInfoFieldBuilder() {
if (userVipInfoBuilder_ == null) {
- userVipInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userVipInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfoOrBuilder>(
getUserVipInfo(),
getParentForChildren(),
@@ -28320,7 +27282,7 @@ public Builder clearCommerceWebcastConfigIdsList() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image badgeImageListV2List_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> badgeImageListV2ListBuilder_;
/**
* .Image badgeImageListV2List = 61;
@@ -28426,11 +27388,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image badgeImageListV2List = 61;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getBadgeImageListV2ListFieldBuilder() {
if (badgeImageListV2ListBuilder_ == null) {
- badgeImageListV2ListBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ badgeImageListV2ListBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getBadgeImageListV2List(),
getParentForChildren(),
@@ -28441,7 +27403,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification industryCertification_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertificationOrBuilder> industryCertificationBuilder_;
/**
* .IndustryCertification industryCertification = 62;
@@ -28547,11 +27509,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ind
/**
* .IndustryCertification industryCertification = 62;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertificationOrBuilder>
getIndustryCertificationFieldBuilder() {
if (industryCertificationBuilder_ == null) {
- industryCertificationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ industryCertificationBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertificationOrBuilder>(
getIndustryCertification(),
getParentForChildren(),
@@ -28634,7 +27596,7 @@ public Builder setLocationCityBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo fansGroupInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfoOrBuilder> fansGroupInfoBuilder_;
/**
* .User.FansGroupInfo fansGroupInfo = 64;
@@ -28740,11 +27702,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.FansGroupInfo fansGroupInfo = 64;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfoOrBuilder>
getFansGroupInfoFieldBuilder() {
if (fansGroupInfoBuilder_ == null) {
- fansGroupInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ fansGroupInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfoOrBuilder>(
getFansGroupInfo(),
getParentForChildren(),
@@ -29003,7 +27965,7 @@ public Builder setDesensitizedNicknameBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfo jAccreditInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfoOrBuilder> jAccreditInfoBuilder_;
/**
* .User.JAccreditInfo jAccreditInfo = 69;
@@ -29109,11 +28071,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.JAccreditInfo jAccreditInfo = 69;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfoOrBuilder>
getJAccreditInfoFieldBuilder() {
if (jAccreditInfoBuilder_ == null) {
- jAccreditInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ jAccreditInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfoOrBuilder>(
getJAccreditInfo(),
getParentForChildren(),
@@ -29124,7 +28086,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Subscribe subscribe_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Subscribe, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Subscribe.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.SubscribeOrBuilder> subscribeBuilder_;
/**
* .User.Subscribe subscribe = 70;
@@ -29230,11 +28192,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.Subscribe subscribe = 70;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Subscribe, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Subscribe.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.SubscribeOrBuilder>
getSubscribeFieldBuilder() {
if (subscribeBuilder_ == null) {
- subscribeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ subscribeBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Subscribe, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Subscribe.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.SubscribeOrBuilder>(
getSubscribe(),
getParentForChildren(),
@@ -29381,7 +28343,7 @@ public Builder setWebcastUidBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParams profileStyleParams_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParams, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParams.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParamsOrBuilder> profileStyleParamsBuilder_;
/**
* .User.ProfileStyleParams profileStyleParams = 74;
@@ -29487,11 +28449,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.ProfileStyleParams profileStyleParams = 74;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParams, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParams.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParamsOrBuilder>
getProfileStyleParamsFieldBuilder() {
if (profileStyleParamsBuilder_ == null) {
- profileStyleParamsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ profileStyleParamsBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParams, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParams.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParamsOrBuilder>(
getProfileStyleParams(),
getParentForChildren(),
@@ -29502,7 +28464,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfo userDressInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfoOrBuilder> userDressInfoBuilder_;
/**
* .User.UserDressInfo userDressInfo = 75;
@@ -29608,11 +28570,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.UserDressInfo userDressInfo = 75;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfoOrBuilder>
getUserDressInfoFieldBuilder() {
if (userDressInfoBuilder_ == null) {
- userDressInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userDressInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfoOrBuilder>(
getUserDressInfo(),
getParentForChildren(),
@@ -29943,7 +28905,7 @@ public Builder clearAllowUseLinkmic() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel anchorLevel_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevelOrBuilder> anchorLevelBuilder_;
/**
* .User.AnchorLevel anchorLevel = 1011;
@@ -30049,11 +29011,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.AnchorLevel anchorLevel = 1011;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevelOrBuilder>
getAnchorLevelFieldBuilder() {
if (anchorLevelBuilder_ == null) {
- anchorLevelBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ anchorLevelBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevelOrBuilder>(
getAnchorLevel(),
getParentForChildren(),
@@ -30064,7 +29026,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image avatarJpg_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> avatarJpgBuilder_;
/**
* .Image avatarJpg = 1012;
@@ -30170,11 +29132,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image avatarJpg = 1012;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getAvatarJpgFieldBuilder() {
if (avatarJpgBuilder_ == null) {
- avatarJpgBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ avatarJpgBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getAvatarJpg(),
getParentForChildren(),
@@ -31281,7 +30243,7 @@ public Builder clearPushVideoRecommend() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStats stats_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStats, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStats.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStatsOrBuilder> statsBuilder_;
/**
* .User.UserStats stats = 1041;
@@ -31387,11 +30349,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User.UserStats stats = 1041;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStats, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStats.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStatsOrBuilder>
getStatsFieldBuilder() {
if (statsBuilder_ == null) {
- statsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ statsBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStats, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStats.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStatsOrBuilder>(
getStats(),
getParentForChildren(),
@@ -31600,18 +30562,6 @@ public Builder clearWatchDurationMonth() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:User)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOrBuilder.java
index 8a95135f..c3cddb2f 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/User.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public interface UserOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOuterClass.java
index 4ba7d45e..91dca482 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/User.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
public final class UserOuterClass {
private UserOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ UserOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,137 +27,137 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_ActivityInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_ActivityInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_AnchorInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_AnchorInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_AnchorLevel_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_AnchorLevel_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_AuthenticationInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_AuthenticationInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_AuthorStats_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_AuthorStats_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_Border_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_Border_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_BrotherhoodInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_BrotherhoodInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_FansClub_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_FansClub_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_FansClub_PreferDataEntry_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_FansClub_PreferDataEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_FansClub_FansClubData_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_FansClub_FansClubData_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_FansClub_FansClubData_UserBadge_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_FansClub_FansClubData_UserBadge_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_FansClub_FansClubData_UserBadge_IconsEntry_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_FansClub_FansClubData_UserBadge_IconsEntry_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_FansGroupInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_FansGroupInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_FollowInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_FollowInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_JAccreditInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_JAccreditInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_NobleLevelInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_NobleLevelInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_OwnRoom_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_OwnRoom_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_PayGrade_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_PayGrade_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_PayGrade_GradeIcon_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_PayGrade_GradeIcon_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_PoiInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_PoiInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_ProfileStyleParams_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_ProfileStyleParams_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_Subscribe_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_Subscribe_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_UserAttr_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_UserAttr_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_UserDressInfo_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_UserDressInfo_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_UserStats_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_UserStats_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_User_XiguaParams_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_User_XiguaParams_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -309,165 +318,166 @@ public static void registerAllExtensions(
internal_static_User_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_User_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_descriptor,
new java.lang.String[] { "Id", "ShortId", "Nickname", "Gender", "Signature", "Level", "Birthday", "Telephone", "AvatarThumb", "AvatarMedium", "AvatarLarge", "Verified", "Experience", "City", "Status", "CreateTime", "ModifyTime", "Secret", "ShareQrcodeUri", "IncomeSharePercent", "BadgeImageListList", "FollowInfo", "PayGrade", "FansClub", "Border", "SpecialId", "AvatarBorder", "Medal", "RealTimeIconsList", "NewRealTimeIconsList", "TopVipNo", "UserAttr", "OwnRoom", "PayScore", "TicketCount", "AnchorInfo", "LinkMicStats", "DisplayId", "WithCommercePermission", "WithFusionShopEntry", "TotalRechargeDiamondCount", "WebcastAnchorLevel", "VerifiedContent", "AuthorStats", "TopFansList", "SecUid", "UserRole", "XiguaInfo", "ActivityReward", "NobleInfo", "BrotherhoodInfo", "PersonalCard", "AuthenticationInfo", "AuthorizationInfo", "AdversaryAuthorizationInfo", "PoiInfo", "MediaBadgeImageListList", "AdversaryUserStatus", "UserVipInfo", "CommerceWebcastConfigIdsList", "BadgeImageListV2List", "IndustryCertification", "LocationCity", "FansGroupInfo", "RemarkName", "MysteryMan", "WebRid", "DesensitizedNickname", "JAccreditInfo", "Subscribe", "IsAnonymous", "ConsumeDiamondLevel", "WebcastUid", "ProfileStyleParams", "UserDressInfo", "AllowBeLocated", "AllowFindByContacts", "AllowOthersDownloadVideo", "AllowOthersDownloadWhenSharingVideo", "AllowShareShowProfile", "AllowShowInGossip", "AllowShowMyAction", "AllowStrangeComment", "AllowUnfollowerComment", "AllowUseLinkmic", "AnchorLevel", "AvatarJpg", "BgImgUrl", "BirthdayDescription", "BirthdayValid", "BlockStatus", "CommentRestrict", "Constellation", "DisableIchat", "EnableIchatImg", "Exp", "FanTicketCount", "FoldStrangerChat", "FollowStatus", "HotsoonVerified", "HotsoonVerifiedReason", "IchatRestrictType", "IdStr", "IsFollower", "IsFollowing", "NeedProfileGuide", "PayScores", "PushCommentStatus", "PushDigg", "PushFollow", "PushFriendAction", "PushIchat", "PushStatus", "PushVideoPost", "PushVideoRecommend", "Stats", "VerifiedMobile", "VerifiedReason", "WithCarManagementPermission", "AgeRange", "WatchDurationMonth", });
internal_static_User_ActivityInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(0);
internal_static_User_ActivityInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_ActivityInfo_descriptor,
new java.lang.String[] { });
internal_static_User_AnchorInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(1);
internal_static_User_AnchorInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_AnchorInfo_descriptor,
new java.lang.String[] { });
internal_static_User_AnchorLevel_descriptor =
internal_static_User_descriptor.getNestedTypes().get(2);
internal_static_User_AnchorLevel_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_AnchorLevel_descriptor,
new java.lang.String[] { });
internal_static_User_AuthenticationInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(3);
internal_static_User_AuthenticationInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_AuthenticationInfo_descriptor,
new java.lang.String[] { });
internal_static_User_AuthorStats_descriptor =
internal_static_User_descriptor.getNestedTypes().get(4);
internal_static_User_AuthorStats_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_AuthorStats_descriptor,
new java.lang.String[] { });
internal_static_User_Border_descriptor =
internal_static_User_descriptor.getNestedTypes().get(5);
internal_static_User_Border_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_Border_descriptor,
new java.lang.String[] { });
internal_static_User_BrotherhoodInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(6);
internal_static_User_BrotherhoodInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_BrotherhoodInfo_descriptor,
new java.lang.String[] { });
internal_static_User_FansClub_descriptor =
internal_static_User_descriptor.getNestedTypes().get(7);
internal_static_User_FansClub_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_FansClub_descriptor,
new java.lang.String[] { "Data", "PreferData", });
internal_static_User_FansClub_PreferDataEntry_descriptor =
internal_static_User_FansClub_descriptor.getNestedTypes().get(0);
internal_static_User_FansClub_PreferDataEntry_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_FansClub_PreferDataEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_User_FansClub_FansClubData_descriptor =
internal_static_User_FansClub_descriptor.getNestedTypes().get(1);
internal_static_User_FansClub_FansClubData_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_FansClub_FansClubData_descriptor,
new java.lang.String[] { "ClubName", "Level", "UserFansClubStatus", "Badge", "AvailableGiftIds", "AnchorId", });
internal_static_User_FansClub_FansClubData_UserBadge_descriptor =
internal_static_User_FansClub_FansClubData_descriptor.getNestedTypes().get(0);
internal_static_User_FansClub_FansClubData_UserBadge_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_FansClub_FansClubData_UserBadge_descriptor,
new java.lang.String[] { "Icons", "Title", });
internal_static_User_FansClub_FansClubData_UserBadge_IconsEntry_descriptor =
internal_static_User_FansClub_FansClubData_UserBadge_descriptor.getNestedTypes().get(0);
internal_static_User_FansClub_FansClubData_UserBadge_IconsEntry_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_FansClub_FansClubData_UserBadge_IconsEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_User_FansGroupInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(8);
internal_static_User_FansGroupInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_FansGroupInfo_descriptor,
new java.lang.String[] { });
internal_static_User_FollowInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(9);
internal_static_User_FollowInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_FollowInfo_descriptor,
new java.lang.String[] { "FollowingCount", "FollowerCount", "FollowStatus", "PushStatus", "RemarkName", });
internal_static_User_JAccreditInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(10);
internal_static_User_JAccreditInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_JAccreditInfo_descriptor,
new java.lang.String[] { });
internal_static_User_NobleLevelInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(11);
internal_static_User_NobleLevelInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_NobleLevelInfo_descriptor,
new java.lang.String[] { });
internal_static_User_OwnRoom_descriptor =
internal_static_User_descriptor.getNestedTypes().get(12);
internal_static_User_OwnRoom_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_OwnRoom_descriptor,
new java.lang.String[] { });
internal_static_User_PayGrade_descriptor =
internal_static_User_descriptor.getNestedTypes().get(13);
internal_static_User_PayGrade_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_PayGrade_descriptor,
new java.lang.String[] { "TotalDiamondCount", "DiamondIcon", "Name", "Icon", "NextName", "Level", "NextIcon", "NextDiamond", "NowDiamond", "ThisGradeMinDiamond", "ThisGradeMaxDiamond", "PayDiamondBak", "GradeDescribe", "GradeIconList", "ScreenChatType", "ImIcon", "ImIconWithLevel", "LiveIcon", "NewImIconWithLevel", "NewLiveIcon", "UpgradeNeedConsume", "NextPrivileges", "Background", "BackgroundBack", "Score", "BuffInfo", "GradeBanner", "ProfileDialogBg", "ProfileDialogBgBack", });
internal_static_User_PayGrade_GradeIcon_descriptor =
internal_static_User_PayGrade_descriptor.getNestedTypes().get(0);
internal_static_User_PayGrade_GradeIcon_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_PayGrade_GradeIcon_descriptor,
new java.lang.String[] { "Icon", "IconDiamond", "Level", "LevelStr", });
internal_static_User_PoiInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(14);
internal_static_User_PoiInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_PoiInfo_descriptor,
new java.lang.String[] { });
internal_static_User_ProfileStyleParams_descriptor =
internal_static_User_descriptor.getNestedTypes().get(15);
internal_static_User_ProfileStyleParams_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_ProfileStyleParams_descriptor,
new java.lang.String[] { });
internal_static_User_Subscribe_descriptor =
internal_static_User_descriptor.getNestedTypes().get(16);
internal_static_User_Subscribe_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_Subscribe_descriptor,
new java.lang.String[] { });
internal_static_User_UserAttr_descriptor =
internal_static_User_descriptor.getNestedTypes().get(17);
internal_static_User_UserAttr_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_UserAttr_descriptor,
new java.lang.String[] { });
internal_static_User_UserDressInfo_descriptor =
internal_static_User_descriptor.getNestedTypes().get(18);
internal_static_User_UserDressInfo_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_UserDressInfo_descriptor,
new java.lang.String[] { });
internal_static_User_UserStats_descriptor =
internal_static_User_descriptor.getNestedTypes().get(19);
internal_static_User_UserStats_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_UserStats_descriptor,
new java.lang.String[] { });
internal_static_User_XiguaParams_descriptor =
internal_static_User_descriptor.getNestedTypes().get(20);
internal_static_User_XiguaParams_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_User_XiguaParams_descriptor,
new java.lang.String[] { });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfoOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfoOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfo.java
index 9d40b47e..94588671 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfo.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfo.java
@@ -1,38 +1,40 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/data/UserVIPInfo.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data;
/**
* Protobuf type {@code UserVIPInfo}
*/
public final class UserVIPInfo extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:UserVIPInfo)
UserVIPInfoOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ UserVIPInfo.class.getName());
+ }
// Use UserVIPInfo.newBuilder() to construct.
- private UserVIPInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private UserVIPInfo(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private UserVIPInfo() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new UserVIPInfo();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfoOuterClass.internal_static_UserVIPInfo_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfoOuterClass.internal_static_UserVIPInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -127,20 +129,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -148,20 +150,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.d
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -181,7 +183,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -189,7 +191,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code UserVIPInfo}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder- *更新时间 : 2023-01-10 + * 更新时间 : 2023-01-10 ** * Protobuf enum {@code ActionType} @@ -24,6 +24,15 @@ public enum ActionType UNRECOGNIZED(-1), ; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + ActionType.class.getName()); + } /** *
DEFAULT = 0;
*/
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionTypeOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionTypeOuterClass.java
index 1fe017a3..8becfea1 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionTypeOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionTypeOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/ActionType.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class ActionTypeOuterClass {
private ActionTypeOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ ActionTypeOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -34,6 +43,7 @@ public static void registerAllExtensions(
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
+ descriptor.resolveAllFeaturesImmutable();
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContent.java
index 2bed0684..c958a459 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContent.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContent.java
@@ -1,42 +1,44 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/AnchorUpdateLayoutContent.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code AnchorUpdateLayoutContent} */ public final class AnchorUpdateLayoutContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:AnchorUpdateLayoutContent) AnchorUpdateLayoutContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + AnchorUpdateLayoutContent.class.getName()); + } // Use AnchorUpdateLayoutContent.newBuilder() to construct. - private AnchorUpdateLayoutContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private AnchorUpdateLayoutContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private AnchorUpdateLayoutContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new AnchorUpdateLayoutContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContentOuterClass.internal_static_AnchorUpdateLayoutContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContentOuterClass.internal_static_AnchorUpdateLayoutContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code AnchorUpdateLayoutContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code AnchorUpdateLinkmicConfigContent} */ public final class AnchorUpdateLinkmicConfigContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:AnchorUpdateLinkmicConfigContent) AnchorUpdateLinkmicConfigContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + AnchorUpdateLinkmicConfigContent.class.getName()); + } // Use AnchorUpdateLinkmicConfigContent.newBuilder() to construct. - private AnchorUpdateLinkmicConfigContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private AnchorUpdateLinkmicConfigContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private AnchorUpdateLinkmicConfigContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new AnchorUpdateLinkmicConfigContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContentOuterClass.internal_static_AnchorUpdateLinkmicConfigContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContentOuterClass.internal_static_AnchorUpdateLinkmicConfigContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code AnchorUpdateLinkmicConfigContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code AudioChatMessage} */ public final class AudioChatMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:AudioChatMessage) AudioChatMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + AudioChatMessage.class.getName()); + } // Use AudioChatMessage.newBuilder() to construct. - private AudioChatMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private AudioChatMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private AudioChatMessage() { @@ -25,20 +34,13 @@ private AudioChatMessage() { audioUrl_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new AudioChatMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AudioChatMessageOuterClass.internal_static_AudioChatMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AudioChatMessageOuterClass.internal_static_AudioChatMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -233,11 +235,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 3, content_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(audioUrl_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 4, audioUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(audioUrl_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 4, audioUrl_); } if (audioDuration_ != 0L) { output.writeInt64(5, audioDuration_); @@ -262,11 +264,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(3, content_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(audioUrl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, audioUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(audioUrl_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(4, audioUrl_); } if (audioDuration_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -381,20 +383,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AudioChatMessage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AudioChatMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AudioChatMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -402,20 +404,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AudioChatMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AudioChatMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -435,19 +437,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code AudioChatMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -819,11 +789,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -834,7 +804,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User user_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> userBuilder_;
/**
* .User user = 2;
@@ -940,11 +910,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User user = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
- userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUser(),
getParentForChildren(),
@@ -1131,7 +1101,7 @@ public Builder clearAudioDuration() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon publicAreaCommon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder> publicAreaCommonBuilder_;
/**
* .PublicAreaCommon publicAreaCommon = 6;
@@ -1237,11 +1207,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Publi
/**
* .PublicAreaCommon publicAreaCommon = 6;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder>
getPublicAreaCommonFieldBuilder() {
if (publicAreaCommonBuilder_ == null) {
- publicAreaCommonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ publicAreaCommonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder>(
getPublicAreaCommon(),
getParentForChildren(),
@@ -1250,18 +1220,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Publi
}
return publicAreaCommonBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:AudioChatMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOrBuilder.java
index f63c8097..d2160d58 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/AudioChatMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface AudioChatMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOuterClass.java
index 2818afdd..1e39c46b 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/AudioChatMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class AudioChatMessageOuterClass {
private AudioChatMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ AudioChatMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_AudioChatMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_AudioChatMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -51,9 +60,10 @@ public static void registerAllExtensions(
internal_static_AudioChatMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_AudioChatMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_AudioChatMessage_descriptor,
new java.lang.String[] { "Common", "User", "Content", "AudioUrl", "AudioDuration", "PublicAreaCommon", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessage.java
index 031452ff..8bbf3ef8 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessage.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessage.java
@@ -1,23 +1,32 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/ChatMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code ChatMessage} */ public final class ChatMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:ChatMessage) ChatMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + ChatMessage.class.getName()); + } // Use ChatMessage.newBuilder() to construct. - private ChatMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private ChatMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private ChatMessage() { @@ -25,20 +34,13 @@ private ChatMessage() { fullScreenTextColor_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new ChatMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ChatMessageOuterClass.internal_static_ChatMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ChatMessageOuterClass.internal_static_ChatMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -462,8 +464,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 3, content_); } if (visibleToSender_ != false) { output.writeBool(4, visibleToSender_); @@ -471,8 +473,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(5, getBackgroundImage()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fullScreenTextColor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 6, fullScreenTextColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fullScreenTextColor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 6, fullScreenTextColor_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(7, getBackgroundImageV2()); @@ -533,8 +535,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(3, content_); } if (visibleToSender_ != false) { size += com.google.protobuf.CodedOutputStream @@ -544,8 +546,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getBackgroundImage()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(fullScreenTextColor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, fullScreenTextColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(fullScreenTextColor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(6, fullScreenTextColor_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -795,20 +797,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ChatMessage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ChatMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ChatMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -816,20 +818,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ChatMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ChatMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -849,19 +851,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code ChatMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -1451,11 +1421,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -1466,7 +1436,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User user_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> userBuilder_;
/**
* .User user = 2;
@@ -1572,11 +1542,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User user = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
- userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUser(),
getParentForChildren(),
@@ -1691,7 +1661,7 @@ public Builder clearVisibleToSender() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image backgroundImage_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> backgroundImageBuilder_;
/**
* .Image backgroundImage = 5;
@@ -1797,11 +1767,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image backgroundImage = 5;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getBackgroundImageFieldBuilder() {
if (backgroundImageBuilder_ == null) {
- backgroundImageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ backgroundImageBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getBackgroundImage(),
getParentForChildren(),
@@ -1884,7 +1854,7 @@ public Builder setFullScreenTextColorBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image backgroundImageV2_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> backgroundImageV2Builder_;
/**
* .Image backgroundImageV2 = 7;
@@ -1990,11 +1960,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image backgroundImageV2 = 7;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getBackgroundImageV2FieldBuilder() {
if (backgroundImageV2Builder_ == null) {
- backgroundImageV2Builder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ backgroundImageV2Builder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getBackgroundImageV2(),
getParentForChildren(),
@@ -2005,7 +1975,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon publicAreaCommon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder> publicAreaCommonBuilder_;
/**
* .PublicAreaCommon publicAreaCommon = 9;
@@ -2111,11 +2081,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Publi
/**
* .PublicAreaCommon publicAreaCommon = 9;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder>
getPublicAreaCommonFieldBuilder() {
if (publicAreaCommonBuilder_ == null) {
- publicAreaCommonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ publicAreaCommonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder>(
getPublicAreaCommon(),
getParentForChildren(),
@@ -2126,7 +2096,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Publi
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image giftImage_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> giftImageBuilder_;
/**
* .Image giftImage = 10;
@@ -2232,11 +2202,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image giftImage = 10;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getGiftImageFieldBuilder() {
if (giftImageBuilder_ == null) {
- giftImageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ giftImageBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getGiftImage(),
getParentForChildren(),
@@ -2311,7 +2281,7 @@ public Builder clearPriorityLevel() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon landscapeAreaCommon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommonOrBuilder> landscapeAreaCommonBuilder_;
/**
* .LandscapeAreaCommon landscapeAreaCommon = 13;
@@ -2417,11 +2387,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Lands
/**
* .LandscapeAreaCommon landscapeAreaCommon = 13;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommonOrBuilder>
getLandscapeAreaCommonFieldBuilder() {
if (landscapeAreaCommonBuilder_ == null) {
- landscapeAreaCommonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ landscapeAreaCommonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommonOrBuilder>(
getLandscapeAreaCommon(),
getParentForChildren(),
@@ -2656,7 +2626,7 @@ public Builder clearIndividualChatPriority() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text rtfContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder> rtfContentBuilder_;
/**
* .Text rtfContent = 40;
@@ -2762,11 +2732,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text rtfContent = 40;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getRtfContentFieldBuilder() {
if (rtfContentBuilder_ == null) {
- rtfContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ rtfContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getRtfContent(),
getParentForChildren(),
@@ -2775,18 +2745,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
return rtfContentBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:ChatMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOrBuilder.java
index cd883cd3..6221123f 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/ChatMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface ChatMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOuterClass.java
index 35597d03..88ce9958 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ChatMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/ChatMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class ChatMessageOuterClass {
private ChatMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ ChatMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_ChatMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_ChatMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -67,9 +76,10 @@ public static void registerAllExtensions(
internal_static_ChatMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_ChatMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_ChatMessage_descriptor,
new java.lang.String[] { "Common", "User", "Content", "VisibleToSender", "BackgroundImage", "FullScreenTextColor", "BackgroundImageV2", "PublicAreaCommon", "GiftImage", "AgreeMsgId", "PriorityLevel", "LandscapeAreaCommon", "EventTime", "SendReview", "FromIntercom", "IntercomHideUserCard", "ChatTagsList", "ChatBy", "IndividualChatPriority", "RtfContent", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessage.java
index a9f0264a..389aca47 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessage.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessage.java
@@ -1,38 +1,40 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/CommerceMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* Protobuf type {@code CommerceMessage}
*/
public final class CommerceMessage extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:CommerceMessage)
CommerceMessageOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ CommerceMessage.class.getName());
+ }
// Use CommerceMessage.newBuilder() to construct.
- private CommerceMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private CommerceMessage(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private CommerceMessage() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new CommerceMessage();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommerceMessageOuterClass.internal_static_CommerceMessage_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommerceMessageOuterClass.internal_static_CommerceMessage_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -127,20 +129,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommerceMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommerceMessage parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommerceMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -148,20 +150,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommerceMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommerceMessage parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -181,7 +183,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -189,7 +191,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code CommerceMessage}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code Common} */ public final class Common extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:Common) CommonOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + Common.class.getName()); + } // Use Common.newBuilder() to construct. - private Common(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private Common(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private Common() { @@ -28,20 +37,13 @@ private Common() { msgProcessFilterV_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Common(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.internal_static_Common_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.internal_static_Common_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -512,8 +514,8 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(method_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, method_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(method_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, method_); } if (msgId_ != 0L) { output.writeInt64(2, msgId_); @@ -530,8 +532,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (isShowMsg_ != false) { output.writeBool(6, isShowMsg_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(describe_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 7, describe_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(describe_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 7, describe_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(8, getDisplayText()); @@ -545,14 +547,14 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (priorityScore_ != 0L) { output.writeInt64(11, priorityScore_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(logId_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 12, logId_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(logId_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 12, logId_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(msgProcessFilterK_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 13, msgProcessFilterK_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(msgProcessFilterK_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 13, msgProcessFilterK_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(msgProcessFilterV_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 14, msgProcessFilterV_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(msgProcessFilterV_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 14, msgProcessFilterV_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(15, getUser()); @@ -593,8 +595,8 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(method_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, method_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(method_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, method_); } if (msgId_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -616,8 +618,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, isShowMsg_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(describe_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, describe_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(describe_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(7, describe_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -635,14 +637,14 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(11, priorityScore_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(logId_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, logId_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(logId_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(12, logId_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(msgProcessFilterK_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, msgProcessFilterK_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(msgProcessFilterK_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(13, msgProcessFilterK_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(msgProcessFilterV_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, msgProcessFilterV_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(msgProcessFilterV_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(14, msgProcessFilterV_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -875,20 +877,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -896,20 +898,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -929,19 +931,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code Common} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Text displayText = 8;
@@ -1839,11 +1809,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text displayText = 8;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getDisplayTextFieldBuilder() {
if (displayTextBuilder_ == null) {
- displayTextBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ displayTextBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getDisplayText(),
getParentForChildren(),
@@ -2166,7 +2136,7 @@ public Builder setMsgProcessFilterVBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User user_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> userBuilder_;
/**
* .User user = 15;
@@ -2272,11 +2242,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User user = 15;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
- userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUser(),
getParentForChildren(),
@@ -2287,7 +2257,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Room room_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Room, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Room.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomOrBuilder> roomBuilder_;
/**
* .Room room = 16;
@@ -2393,11 +2363,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Roo
/**
* .Room room = 16;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Room, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Room.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomOrBuilder>
getRoomFieldBuilder() {
if (roomBuilder_ == null) {
- roomBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ roomBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Room, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Room.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomOrBuilder>(
getRoom(),
getParentForChildren(),
@@ -2662,18 +2632,6 @@ public Builder clearAppId() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:Common)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOrBuilder.java
index f997fe66..342ccc79 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/Common.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface CommonOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOuterClass.java
index 2b88c396..b99e0ddc 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/Common.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class CommonOuterClass {
private CommonOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ CommonOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_Common_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_Common_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -59,9 +68,10 @@ public static void registerAllExtensions(
internal_static_Common_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_Common_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_Common_descriptor,
new java.lang.String[] { "Method", "MsgId", "RoomId", "CreateTime", "Monitor", "IsShowMsg", "Describe", "DisplayText", "FoldType", "AnchorFoldType", "PriorityScore", "LogId", "MsgProcessFilterK", "MsgProcessFilterV", "User", "Room", "AnchorFoldTypeV2", "ProcessAtSeiTimeMs", "RandomDispatchMs", "IsDispatch", "ChannelId", "DiffSei2AbsSecond", "AnchorFoldDuration", "AppId", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessage.java
index bced9437..4ee05c21 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessage.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessage.java
@@ -1,43 +1,45 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/CommonTextMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code CommonTextMessage} */ public final class CommonTextMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CommonTextMessage) CommonTextMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CommonTextMessage.class.getName()); + } // Use CommonTextMessage.newBuilder() to construct. - private CommonTextMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private CommonTextMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private CommonTextMessage() { scene_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new CommonTextMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonTextMessageOuterClass.internal_static_CommonTextMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonTextMessageOuterClass.internal_static_CommonTextMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -156,8 +158,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(scene_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, scene_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(scene_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 3, scene_); } getUnknownFields().writeTo(output); } @@ -176,8 +178,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(scene_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, scene_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(scene_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(3, scene_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -266,20 +268,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonTextMessage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonTextMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonTextMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -287,20 +289,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonTextMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonTextMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -320,19 +322,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code CommonTextMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -656,11 +626,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -671,7 +641,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User user_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> userBuilder_;
/**
* .User user = 2;
@@ -777,11 +747,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User user = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
- userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUser(),
getParentForChildren(),
@@ -862,18 +832,6 @@ public Builder setSceneBytes(
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:CommonTextMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOrBuilder.java
index e8a6010b..ae422215 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/CommonTextMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface CommonTextMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOuterClass.java
index fe91b61c..892b66e0 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommonTextMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/CommonTextMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class CommonTextMessageOuterClass {
private CommonTextMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ CommonTextMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_CommonTextMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_CommonTextMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -47,9 +56,10 @@ public static void registerAllExtensions(
internal_static_CommonTextMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_CommonTextMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_CommonTextMessage_descriptor,
new java.lang.String[] { "Common", "User", "Scene", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessage.java
index 4a2982e8..728e2069 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessage.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessage.java
@@ -1,43 +1,45 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/ControlMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code ControlMessage} */ public final class ControlMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:ControlMessage) ControlMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + ControlMessage.class.getName()); + } // Use ControlMessage.newBuilder() to construct. - private ControlMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private ControlMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private ControlMessage() { tips_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new ControlMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessageOuterClass.internal_static_ControlMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessageOuterClass.internal_static_ControlMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -157,12 +159,21 @@ public interface ExtraOrBuilder extends * Protobuf type {@code ControlMessage.Extra} */ public static final class Extra extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:ControlMessage.Extra) ExtraOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + Extra.class.getName()); + } // Use Extra.newBuilder() to construct. - private Extra(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private Extra(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private Extra() { @@ -170,20 +181,13 @@ private Extra() { source_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Extra(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessageOuterClass.internal_static_ControlMessage_Extra_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessageOuterClass.internal_static_ControlMessage_Extra_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -424,8 +428,8 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(banInfoUrl_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, banInfoUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(banInfoUrl_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, banInfoUrl_); } if (reasonNo_ != 0L) { output.writeInt64(2, reasonNo_); @@ -445,8 +449,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000010) != 0)) { output.writeMessage(7, getBanDetailButton()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(source_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 8, source_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(source_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 8, source_); } getUnknownFields().writeTo(output); } @@ -457,8 +461,8 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(banInfoUrl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, banInfoUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(banInfoUrl_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, banInfoUrl_); } if (reasonNo_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -484,8 +488,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, getBanDetailButton()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(source_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, source_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(source_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(8, source_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -610,20 +614,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -631,20 +635,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -664,7 +668,7 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -672,7 +676,7 @@ protected Builder newBuilderForType( * Protobuf type {@code ControlMessage.Extra} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Text title = 3;
@@ -1192,11 +1164,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text title = 3;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getTitleFieldBuilder() {
if (titleBuilder_ == null) {
- titleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ titleBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getTitle(),
getParentForChildren(),
@@ -1207,7 +1179,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text violationReason_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder> violationReasonBuilder_;
/**
* .Text violationReason = 4;
@@ -1313,11 +1285,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text violationReason = 4;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getViolationReasonFieldBuilder() {
if (violationReasonBuilder_ == null) {
- violationReasonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ violationReasonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getViolationReason(),
getParentForChildren(),
@@ -1328,7 +1300,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text content_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder> contentBuilder_;
/**
* .Text content = 5;
@@ -1434,11 +1406,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text content = 5;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getContentFieldBuilder() {
if (contentBuilder_ == null) {
- contentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ contentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getContent(),
getParentForChildren(),
@@ -1449,7 +1421,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text gotItButton_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder> gotItButtonBuilder_;
/**
* .Text gotItButton = 6;
@@ -1555,11 +1527,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text gotItButton = 6;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getGotItButtonFieldBuilder() {
if (gotItButtonBuilder_ == null) {
- gotItButtonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ gotItButtonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getGotItButton(),
getParentForChildren(),
@@ -1570,7 +1542,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text banDetailButton_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder> banDetailButtonBuilder_;
/**
* .Text banDetailButton = 7;
@@ -1676,11 +1648,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text banDetailButton = 7;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getBanDetailButtonFieldBuilder() {
if (banDetailButtonBuilder_ == null) {
- banDetailButtonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ banDetailButtonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getBanDetailButton(),
getParentForChildren(),
@@ -1761,18 +1733,6 @@ public Builder setSourceBytes(
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:ControlMessage.Extra)
}
@@ -1948,8 +1908,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (action_ != 0L) {
output.writeInt64(2, action_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tips_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 3, tips_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(tips_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 3, tips_);
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(4, getExtra());
@@ -1971,8 +1931,8 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(2, action_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(tips_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, tips_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(tips_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(3, tips_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
@@ -2070,20 +2030,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -2091,20 +2051,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -2124,19 +2084,19 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code ControlMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -2472,11 +2400,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -2591,7 +2519,7 @@ public Builder setTipsBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra extra_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.ExtraOrBuilder> extraBuilder_;
/**
* .ControlMessage.Extra extra = 4;
@@ -2697,11 +2625,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Contr
/**
* .ControlMessage.Extra extra = 4;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.ExtraOrBuilder>
getExtraFieldBuilder() {
if (extraBuilder_ == null) {
- extraBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ extraBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.ExtraOrBuilder>(
getExtra(),
getParentForChildren(),
@@ -2710,18 +2638,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Contr
}
return extraBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:ControlMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOrBuilder.java
index 20d35b07..9ca8e3ec 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/ControlMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface ControlMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOuterClass.java
index ea1cdb92..c7155762 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ControlMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/ControlMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class ControlMessageOuterClass {
private ControlMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ ControlMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,12 +27,12 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_ControlMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_ControlMessage_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_ControlMessage_Extra_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_ControlMessage_Extra_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -57,15 +66,16 @@ public static void registerAllExtensions(
internal_static_ControlMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_ControlMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_ControlMessage_descriptor,
new java.lang.String[] { "Common", "Action", "Tips", "Extra", });
internal_static_ControlMessage_Extra_descriptor =
internal_static_ControlMessage_descriptor.getNestedTypes().get(0);
internal_static_ControlMessage_Extra_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_ControlMessage_Extra_descriptor,
new java.lang.String[] { "BanInfoUrl", "ReasonNo", "Title", "ViolationReason", "Content", "GotItButton", "BanDetailButton", "Source", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContent.java
index 0dcf0af8..fe94bed5 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContent.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContent.java
@@ -1,42 +1,44 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/CrossRoomLinkCancelInviteContent.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code CrossRoomLinkCancelInviteContent} */ public final class CrossRoomLinkCancelInviteContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CrossRoomLinkCancelInviteContent) CrossRoomLinkCancelInviteContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CrossRoomLinkCancelInviteContent.class.getName()); + } // Use CrossRoomLinkCancelInviteContent.newBuilder() to construct. - private CrossRoomLinkCancelInviteContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private CrossRoomLinkCancelInviteContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private CrossRoomLinkCancelInviteContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new CrossRoomLinkCancelInviteContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContentOuterClass.internal_static_CrossRoomLinkCancelInviteContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContentOuterClass.internal_static_CrossRoomLinkCancelInviteContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code CrossRoomLinkCancelInviteContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code CrossRoomLinkInviteContent} */ public final class CrossRoomLinkInviteContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CrossRoomLinkInviteContent) CrossRoomLinkInviteContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CrossRoomLinkInviteContent.class.getName()); + } // Use CrossRoomLinkInviteContent.newBuilder() to construct. - private CrossRoomLinkInviteContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private CrossRoomLinkInviteContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private CrossRoomLinkInviteContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new CrossRoomLinkInviteContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContentOuterClass.internal_static_CrossRoomLinkInviteContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContentOuterClass.internal_static_CrossRoomLinkInviteContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code CrossRoomLinkInviteContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code CrossRoomLinkReplyContent} */ public final class CrossRoomLinkReplyContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CrossRoomLinkReplyContent) CrossRoomLinkReplyContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CrossRoomLinkReplyContent.class.getName()); + } // Use CrossRoomLinkReplyContent.newBuilder() to construct. - private CrossRoomLinkReplyContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private CrossRoomLinkReplyContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private CrossRoomLinkReplyContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new CrossRoomLinkReplyContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContentOuterClass.internal_static_CrossRoomLinkReplyContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContentOuterClass.internal_static_CrossRoomLinkReplyContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code CrossRoomLinkReplyContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code CrossRoomRTCInfoContent} */ public final class CrossRoomRTCInfoContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:CrossRoomRTCInfoContent) CrossRoomRTCInfoContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CrossRoomRTCInfoContent.class.getName()); + } // Use CrossRoomRTCInfoContent.newBuilder() to construct. - private CrossRoomRTCInfoContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private CrossRoomRTCInfoContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private CrossRoomRTCInfoContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new CrossRoomRTCInfoContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContentOuterClass.internal_static_CrossRoomRTCInfoContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContentOuterClass.internal_static_CrossRoomRTCInfoContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code CrossRoomRTCInfoContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code EmojiChatMessage} */ public final class EmojiChatMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:EmojiChatMessage) EmojiChatMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + EmojiChatMessage.class.getName()); + } // Use EmojiChatMessage.newBuilder() to construct. - private EmojiChatMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private EmojiChatMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private EmojiChatMessage() { defaultContent_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new EmojiChatMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.EmojiChatMessageOuterClass.internal_static_EmojiChatMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.EmojiChatMessageOuterClass.internal_static_EmojiChatMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -247,8 +249,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(4, getEmojiContent()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultContent_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, defaultContent_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(defaultContent_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 5, defaultContent_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(6, getBackgroundImage()); @@ -284,8 +286,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getEmojiContent()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(defaultContent_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, defaultContent_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(defaultContent_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(5, defaultContent_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -419,20 +421,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.EmojiChatMessage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.EmojiChatMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.EmojiChatMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -440,20 +442,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.EmojiChatMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.EmojiChatMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -473,19 +475,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code EmojiChatMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -889,11 +859,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -904,7 +874,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User user_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> userBuilder_;
/**
* .User user = 2;
@@ -1010,11 +980,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User user = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
- userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUser(),
getParentForChildren(),
@@ -1057,7 +1027,7 @@ public Builder clearEmojiId() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text emojiContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder> emojiContentBuilder_;
/**
* .Text emojiContent = 4;
@@ -1163,11 +1133,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text emojiContent = 4;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getEmojiContentFieldBuilder() {
if (emojiContentBuilder_ == null) {
- emojiContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ emojiContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getEmojiContent(),
getParentForChildren(),
@@ -1250,7 +1220,7 @@ public Builder setDefaultContentBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image backgroundImage_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> backgroundImageBuilder_;
/**
* .Image backgroundImage = 6;
@@ -1356,11 +1326,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image backgroundImage = 6;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getBackgroundImageFieldBuilder() {
if (backgroundImageBuilder_ == null) {
- backgroundImageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ backgroundImageBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getBackgroundImage(),
getParentForChildren(),
@@ -1433,18 +1403,6 @@ public Builder clearIntercomHideUserCard() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:EmojiChatMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOrBuilder.java
index 636f6c4b..d430e1f7 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/EmojiChatMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface EmojiChatMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOuterClass.java
index a081d014..c30de9c1 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/EmojiChatMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class EmojiChatMessageOuterClass {
private EmojiChatMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ EmojiChatMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_EmojiChatMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_EmojiChatMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -54,9 +63,10 @@ public static void registerAllExtensions(
internal_static_EmojiChatMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_EmojiChatMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_EmojiChatMessage_descriptor,
new java.lang.String[] { "Common", "User", "EmojiId", "EmojiContent", "DefaultContent", "BackgroundImage", "FromIntercom", "IntercomHideUserCard", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessage.java
index 04bdb396..8cd69001 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessage.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessage.java
@@ -1,43 +1,45 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/FansclubMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code FansclubMessage} */ public final class FansclubMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:FansclubMessage) FansclubMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + FansclubMessage.class.getName()); + } // Use FansclubMessage.newBuilder() to construct. - private FansclubMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private FansclubMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private FansclubMessage() { content_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new FansclubMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessageOuterClass.internal_static_FansclubMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessageOuterClass.internal_static_FansclubMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -82,12 +84,21 @@ public interface UpgradePrivilegeOrBuilder extends * Protobuf type {@code FansclubMessage.UpgradePrivilege} */ public static final class UpgradePrivilege extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:FansclubMessage.UpgradePrivilege) UpgradePrivilegeOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + UpgradePrivilege.class.getName()); + } // Use UpgradePrivilege.newBuilder() to construct. - private UpgradePrivilege(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private UpgradePrivilege(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private UpgradePrivilege() { @@ -95,20 +106,13 @@ private UpgradePrivilege() { description_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new UpgradePrivilege(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessageOuterClass.internal_static_FansclubMessage_UpgradePrivilege_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessageOuterClass.internal_static_FansclubMessage_UpgradePrivilege_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -218,11 +222,11 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, content_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, description_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(description_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, description_); } if (buttonType_ != 0) { output.writeInt32(3, buttonType_); @@ -236,11 +240,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, content_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(description_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, description_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(description_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, description_); } if (buttonType_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -323,20 +327,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessage.UpgradePrivilege parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessage.UpgradePrivilege parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessage.UpgradePrivilege parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -344,20 +348,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessage.UpgradePrivilege parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessage.UpgradePrivilege parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -377,7 +381,7 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -385,7 +389,7 @@ protected Builder newBuilderForType( * Protobuf type {@code FansclubMessage.UpgradePrivilege} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code FansclubMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -1530,11 +1458,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -1661,7 +1589,7 @@ public Builder setContentBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User user_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> userBuilder_;
/**
* .User user = 4;
@@ -1767,11 +1695,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User user = 4;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
- userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUser(),
getParentForChildren(),
@@ -1782,7 +1710,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User upgradePrivilege_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> upgradePrivilegeBuilder_;
/**
* .User upgradePrivilege = 5;
@@ -1888,11 +1816,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User upgradePrivilege = 5;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUpgradePrivilegeFieldBuilder() {
if (upgradePrivilegeBuilder_ == null) {
- upgradePrivilegeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ upgradePrivilegeBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUpgradePrivilege(),
getParentForChildren(),
@@ -1901,18 +1829,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
return upgradePrivilegeBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:FansclubMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOrBuilder.java
index 679ed366..15e7c8fc 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/FansclubMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface FansclubMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOuterClass.java
index 6ff91443..71125ebe 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FansclubMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/FansclubMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class FansclubMessageOuterClass {
private FansclubMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ FansclubMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,12 +27,12 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_FansclubMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_FansclubMessage_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_FansclubMessage_UpgradePrivilege_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_FansclubMessage_UpgradePrivilege_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -55,15 +64,16 @@ public static void registerAllExtensions(
internal_static_FansclubMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_FansclubMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_FansclubMessage_descriptor,
new java.lang.String[] { "Common", "Action", "Content", "User", "UpgradePrivilege", });
internal_static_FansclubMessage_UpgradePrivilege_descriptor =
internal_static_FansclubMessage_descriptor.getNestedTypes().get(0);
internal_static_FansclubMessage_UpgradePrivilege_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_FansclubMessage_UpgradePrivilege_descriptor,
new java.lang.String[] { "Content", "Description", "ButtonType", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStruct.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStruct.java
index 05f069f1..c713f702 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStruct.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStruct.java
@@ -1,23 +1,32 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/FlexImageStruct.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 2023-01-11 + * 更新时间 2023-01-11 ** * Protobuf type {@code FlexImageStruct} */ public final class FlexImageStruct extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:FlexImageStruct) FlexImageStructOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + FlexImageStruct.class.getName()); + } // Use FlexImageStruct.newBuilder() to construct. - private FlexImageStruct(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private FlexImageStruct(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private FlexImageStruct() { @@ -28,20 +37,13 @@ private FlexImageStruct() { textSettingList_ = emptyLongList(); } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new FlexImageStruct(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStructOuterClass.internal_static_FlexImageStruct_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStructOuterClass.internal_static_FlexImageStruct_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,10 +213,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < urlListList_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, urlListList_.getRaw(i)); + com.google.protobuf.GeneratedMessage.writeString(output, 1, urlListList_.getRaw(i)); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(uri_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, uri_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(uri_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, uri_); } if (getFlexSettingListList().size() > 0) { output.writeUInt32NoTag(26); @@ -250,8 +252,8 @@ public int getSerializedSize() { size += dataSize; size += 1 * getUrlListListList().size(); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(uri_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, uri_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(uri_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, uri_); } { int dataSize = 0; @@ -377,20 +379,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -398,20 +400,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -431,19 +433,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 2023-01-11 + * 更新时间 2023-01-11 ** * Protobuf type {@code FlexImageStruct} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code GameCPUserDownloadMessage} */ public final class GameCPUserDownloadMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GameCPUserDownloadMessage) GameCPUserDownloadMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GameCPUserDownloadMessage.class.getName()); + } // Use GameCPUserDownloadMessage.newBuilder() to construct. - private GameCPUserDownloadMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private GameCPUserDownloadMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private GameCPUserDownloadMessage() { @@ -27,20 +36,13 @@ private GameCPUserDownloadMessage() { type_ = 0; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GameCPUserDownloadMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessageOuterClass.internal_static_GameCPUserDownloadMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessageOuterClass.internal_static_GameCPUserDownloadMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -237,17 +239,17 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userNickName_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, userNickName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(userNickName_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, userNickName_); } if (userDownloadCount_ != 0L) { output.writeInt64(3, userDownloadCount_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userDownloadContent_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 4, userDownloadContent_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(userDownloadContent_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 4, userDownloadContent_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(downloadGameName_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, downloadGameName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(downloadGameName_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 5, downloadGameName_); } if (type_ != cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessageEnum.DEFAULTDOWNLOADMESSAGE.getNumber()) { output.writeEnum(6, type_); @@ -265,18 +267,18 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userNickName_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, userNickName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(userNickName_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, userNickName_); } if (userDownloadCount_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, userDownloadCount_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userDownloadContent_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, userDownloadContent_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(userDownloadContent_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(4, userDownloadContent_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(downloadGameName_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, downloadGameName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(downloadGameName_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(5, downloadGameName_); } if (type_ != cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessageEnum.DEFAULTDOWNLOADMESSAGE.getNumber()) { size += com.google.protobuf.CodedOutputStream @@ -376,20 +378,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -397,20 +399,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -430,19 +432,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code GameCPUserDownloadMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -796,11 +766,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -1110,18 +1080,6 @@ public Builder clearType() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:GameCPUserDownloadMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnum.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnum.java
index 177fae26..66eb28fc 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnum.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnum.java
@@ -1,12 +1,12 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/GameCPUserDownloadMessageEnum.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf enum {@code GameCPUserDownloadMessageEnum} @@ -24,6 +24,15 @@ public enum GameCPUserDownloadMessageEnum UNRECOGNIZED(-1), ; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GameCPUserDownloadMessageEnum.class.getName()); + } /** *
DEFAULTDOWNLOADMESSAGE = 0;
*/
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnumOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnumOuterClass.java
index 61543efb..6c6256f2 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnumOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageEnumOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/GameCPUserDownloadMessageEnum.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class GameCPUserDownloadMessageEnumOuterClass {
private GameCPUserDownloadMessageEnumOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ GameCPUserDownloadMessageEnumOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -35,6 +44,7 @@ public static void registerAllExtensions(
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
+ descriptor.resolveAllFeaturesImmutable();
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOrBuilder.java
index 36feb304..bc041484 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/GameCPUserDownloadMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface GameCPUserDownloadMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOuterClass.java
index 61ea300a..8df26470 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/GameCPUserDownloadMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class GameCPUserDownloadMessageOuterClass {
private GameCPUserDownloadMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ GameCPUserDownloadMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GameCPUserDownloadMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GameCPUserDownloadMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -50,9 +59,10 @@ public static void registerAllExtensions(
internal_static_GameCPUserDownloadMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_GameCPUserDownloadMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GameCPUserDownloadMessage_descriptor,
new java.lang.String[] { "Common", "UserNickName", "UserDownloadCount", "UserDownloadContent", "DownloadGameName", "Type", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessageEnumOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessage.java
index 5f09cbea..43f6d33c 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessage.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessage.java
@@ -1,23 +1,32 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/GiftMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code GiftMessage} */ public final class GiftMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftMessage) GiftMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GiftMessage.class.getName()); + } // Use GiftMessage.newBuilder() to construct. - private GiftMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private GiftMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private GiftMessage() { @@ -28,20 +37,13 @@ private GiftMessage() { traceId_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessageOuterClass.internal_static_GiftMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessageOuterClass.internal_static_GiftMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -86,31 +88,33 @@ public interface TextEffectOrBuilder extends * Protobuf type {@code GiftMessage.TextEffect} */ public static final class TextEffect extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftMessage.TextEffect) TextEffectOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextEffect.class.getName()); + } // Use TextEffect.newBuilder() to construct. - private TextEffect(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private TextEffect(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private TextEffect() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TextEffect(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessageOuterClass.internal_static_GiftMessage_TextEffect_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessageOuterClass.internal_static_GiftMessage_TextEffect_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -245,12 +249,21 @@ public interface DetailOrBuilder extends * Protobuf type {@code GiftMessage.TextEffect.Detail} */ public static final class Detail extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftMessage.TextEffect.Detail) DetailOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + Detail.class.getName()); + } // Use Detail.newBuilder() to construct. - private Detail(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private Detail(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private Detail() { @@ -258,20 +271,13 @@ private Detail() { strokeColor_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Detail(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessageOuterClass.internal_static_GiftMessage_TextEffect_Detail_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessageOuterClass.internal_static_GiftMessage_TextEffect_Detail_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -580,11 +586,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (shadowRadius_ != 0) { output.writeInt32(12, shadowRadius_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shadowColor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 13, shadowColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(shadowColor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 13, shadowColor_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(strokeColor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 14, strokeColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(strokeColor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 14, strokeColor_); } if (strokeWidth_ != 0) { output.writeInt32(15, strokeWidth_); @@ -646,11 +652,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(12, shadowRadius_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shadowColor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, shadowColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(shadowColor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(13, shadowColor_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(strokeColor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, strokeColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(strokeColor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(14, strokeColor_); } if (strokeWidth_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -791,20 +797,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -812,20 +818,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -845,7 +851,7 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -853,7 +859,7 @@ protected Builder newBuilderForType( * Protobuf type {@code GiftMessage.TextEffect.Detail} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Text text = 1;
@@ -1323,11 +1297,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text text = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getTextFieldBuilder() {
if (textBuilder_ == null) {
- textBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ textBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getText(),
getParentForChildren(),
@@ -1370,7 +1344,7 @@ public Builder clearTextFontSize() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image background_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder> backgroundBuilder_;
/**
* .Image background = 3;
@@ -1476,11 +1450,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima
/**
* .Image background = 3;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>
getBackgroundFieldBuilder() {
if (backgroundBuilder_ == null) {
- backgroundBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ backgroundBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder>(
getBackground(),
getParentForChildren(),
@@ -1953,18 +1927,6 @@ public Builder clearStrokeWidth() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:GiftMessage.TextEffect.Detail)
}
@@ -2190,20 +2152,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -2211,20 +2173,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -2244,7 +2206,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -2252,7 +2214,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code GiftMessage.TextEffect}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder.GiftMessage.TextEffect.Detail portrait = 1;
@@ -2562,11 +2492,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftM
/**
* .GiftMessage.TextEffect.Detail portrait = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.DetailOrBuilder>
getPortraitFieldBuilder() {
if (portraitBuilder_ == null) {
- portraitBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ portraitBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.DetailOrBuilder>(
getPortrait(),
getParentForChildren(),
@@ -2577,7 +2507,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftM
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail landscape_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.DetailOrBuilder> landscapeBuilder_;
/**
* .GiftMessage.TextEffect.Detail landscape = 2;
@@ -2683,11 +2613,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftM
/**
* .GiftMessage.TextEffect.Detail landscape = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.DetailOrBuilder>
getLandscapeFieldBuilder() {
if (landscapeBuilder_ == null) {
- landscapeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ landscapeBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.DetailOrBuilder>(
getLandscape(),
getParentForChildren(),
@@ -2696,18 +2626,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftM
}
return landscapeBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:GiftMessage.TextEffect)
}
@@ -3491,8 +3409,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (((bitField0_ & 0x00000020) != 0)) {
output.writeMessage(15, getGift());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(logId_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 16, logId_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(logId_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 16, logId_);
}
if (sendType_ != 0L) {
output.writeInt64(17, sendType_);
@@ -3515,11 +3433,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (displayForSelf_ != false) {
output.writeBool(25, displayForSelf_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(interactGiftInfo_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 26, interactGiftInfo_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(interactGiftInfo_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 26, interactGiftInfo_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(diyItemInfo_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 27, diyItemInfo_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(diyItemInfo_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 27, diyItemInfo_);
}
if (minAssetSetList_ != 0L) {
output.writeInt64(28, minAssetSetList_);
@@ -3546,8 +3464,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (forceDisplayEffects_ != 0L) {
output.writeInt64(34, forceDisplayEffects_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(traceId_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 35, traceId_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(traceId_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 35, traceId_);
}
if (effectDisplayTs_ != 0L) {
output.writeInt64(36, effectDisplayTs_);
@@ -3621,8 +3539,8 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(15, getGift());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(logId_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, logId_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(logId_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(16, logId_);
}
if (sendType_ != 0L) {
size += com.google.protobuf.CodedOutputStream
@@ -3652,11 +3570,11 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(25, displayForSelf_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(interactGiftInfo_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(26, interactGiftInfo_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(interactGiftInfo_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(26, interactGiftInfo_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(diyItemInfo_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, diyItemInfo_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(diyItemInfo_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(27, diyItemInfo_);
}
if (minAssetSetList_ != 0L) {
size += com.google.protobuf.CodedOutputStream
@@ -3696,8 +3614,8 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(34, forceDisplayEffects_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(traceId_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(35, traceId_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(traceId_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(35, traceId_);
}
if (effectDisplayTs_ != 0L) {
size += com.google.protobuf.CodedOutputStream
@@ -3977,20 +3895,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -3998,20 +3916,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -4031,19 +3949,19 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* - *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code GiftMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -4862,11 +4748,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -5037,7 +4923,7 @@ public Builder clearComboCount() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User user_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> userBuilder_;
/**
* .User user = 7;
@@ -5143,11 +5029,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User user = 7;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
- userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUser(),
getParentForChildren(),
@@ -5158,7 +5044,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User toUser_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> toUserBuilder_;
/**
* .User toUser = 8;
@@ -5264,11 +5150,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User toUser = 8;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getToUserFieldBuilder() {
if (toUserBuilder_ == null) {
- toUserBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ toUserBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getToUser(),
getParentForChildren(),
@@ -5311,7 +5197,7 @@ public Builder clearRepeatEnd() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect textEffect_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffectOrBuilder> textEffectBuilder_;
/**
* .GiftMessage.TextEffect textEffect = 10;
@@ -5417,11 +5303,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftM
/**
* .GiftMessage.TextEffect textEffect = 10;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffectOrBuilder>
getTextEffectFieldBuilder() {
if (textEffectBuilder_ == null) {
- textEffectBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ textEffectBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffectOrBuilder>(
getTextEffect(),
getParentForChildren(),
@@ -5528,7 +5414,7 @@ public Builder clearRoomFanTicketCount() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriority priority_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriority, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriority.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriorityOrBuilder> priorityBuilder_;
/**
* .GiftIMPriority priority = 14;
@@ -5634,11 +5520,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
/**
* .GiftIMPriority priority = 14;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriority, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriority.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriorityOrBuilder>
getPriorityFieldBuilder() {
if (priorityBuilder_ == null) {
- priorityBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ priorityBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriority, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriority.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriorityOrBuilder>(
getPriority(),
getParentForChildren(),
@@ -5649,7 +5535,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct gift_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStructOrBuilder> giftBuilder_;
/**
* .GiftStruct gift = 15;
@@ -5755,11 +5641,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
/**
* .GiftStruct gift = 15;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStructOrBuilder>
getGiftFieldBuilder() {
if (giftBuilder_ == null) {
- giftBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ giftBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStructOrBuilder>(
getGift(),
getParentForChildren(),
@@ -5874,7 +5760,7 @@ public Builder clearSendType() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon publicAreaCommon_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder> publicAreaCommonBuilder_;
/**
* .PublicAreaCommon publicAreaCommon = 18;
@@ -5980,11 +5866,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Publi
/**
* .PublicAreaCommon publicAreaCommon = 18;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder>
getPublicAreaCommonFieldBuilder() {
if (publicAreaCommonBuilder_ == null) {
- publicAreaCommonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ publicAreaCommonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder>(
getPublicAreaCommon(),
getParentForChildren(),
@@ -5995,7 +5881,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Publi
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text trayDisplayText_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder> trayDisplayTextBuilder_;
/**
* .Text trayDisplayText = 19;
@@ -6101,11 +5987,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex
/**
* .Text trayDisplayText = 19;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>
getTrayDisplayTextFieldBuilder() {
if (trayDisplayTextBuilder_ == null) {
- trayDisplayTextBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ trayDisplayTextBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder>(
getTrayDisplayText(),
getParentForChildren(),
@@ -6148,7 +6034,7 @@ public Builder clearBannedDisplayEffects() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfo trayInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfoOrBuilder> trayInfoBuilder_;
/**
* .GiftTrayInfo trayInfo = 21;
@@ -6254,11 +6140,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
/**
* .GiftTrayInfo trayInfo = 21;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfoOrBuilder>
getTrayInfoFieldBuilder() {
if (trayInfoBuilder_ == null) {
- trayInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ trayInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfoOrBuilder>(
getTrayInfo(),
getParentForChildren(),
@@ -6269,7 +6155,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfo assetEffectMixInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfoOrBuilder> assetEffectMixInfoBuilder_;
/**
* .AssetEffectMixInfo assetEffectMixInfo = 24;
@@ -6375,11 +6261,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ass
/**
* .AssetEffectMixInfo assetEffectMixInfo = 24;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfoOrBuilder>
getAssetEffectMixInfoFieldBuilder() {
if (assetEffectMixInfoBuilder_ == null) {
- assetEffectMixInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ assetEffectMixInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfoOrBuilder>(
getAssetEffectMixInfo(),
getParentForChildren(),
@@ -6662,7 +6548,7 @@ public Builder clearClientGiftSource() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftData anchorGift_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftData, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftData.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftDataOrBuilder> anchorGiftBuilder_;
/**
* .AnchorGiftData anchorGift = 31;
@@ -6768,11 +6654,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Anc
/**
* .AnchorGiftData anchorGift = 31;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftData, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftData.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftDataOrBuilder>
getAnchorGiftFieldBuilder() {
if (anchorGiftBuilder_ == null) {
- anchorGiftBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ anchorGiftBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftData, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftData.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftDataOrBuilder>(
getAnchorGift(),
getParentForChildren(),
@@ -7033,18 +6919,6 @@ public Builder clearEffectDisplayTs() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:GiftMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOrBuilder.java
index bd554d61..08aaa7a3 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/GiftMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface GiftMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOuterClass.java
index 69b2f9f8..820ac11c 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GiftMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/GiftMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class GiftMessageOuterClass {
private GiftMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ GiftMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,17 +27,17 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GiftMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GiftMessage_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GiftMessage_TextEffect_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GiftMessage_TextEffect_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_GiftMessage_TextEffect_Detail_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_GiftMessage_TextEffect_Detail_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -104,21 +113,22 @@ public static void registerAllExtensions(
internal_static_GiftMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_GiftMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GiftMessage_descriptor,
new java.lang.String[] { "Common", "GiftId", "FanTicketCount", "GroupCount", "RepeatCount", "ComboCount", "User", "ToUser", "RepeatEnd", "TextEffect", "GroupId", "IncomeTaskgifts", "RoomFanTicketCount", "Priority", "Gift", "LogId", "SendType", "PublicAreaCommon", "TrayDisplayText", "BannedDisplayEffects", "TrayInfo", "AssetEffectMixInfo", "DisplayForSelf", "InteractGiftInfo", "DiyItemInfo", "MinAssetSetList", "TotalCount", "ClientGiftSource", "AnchorGift", "ToUserIdsList", "SendTime", "ForceDisplayEffects", "TraceId", "EffectDisplayTs", });
internal_static_GiftMessage_TextEffect_descriptor =
internal_static_GiftMessage_descriptor.getNestedTypes().get(0);
internal_static_GiftMessage_TextEffect_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GiftMessage_TextEffect_descriptor,
new java.lang.String[] { "Portrait", "Landscape", });
internal_static_GiftMessage_TextEffect_Detail_descriptor =
internal_static_GiftMessage_TextEffect_descriptor.getNestedTypes().get(0);
internal_static_GiftMessage_TextEffect_Detail_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_GiftMessage_TextEffect_Detail_descriptor,
new java.lang.String[] { "Text", "TextFontSize", "Background", "Start", "Duration", "X", "Y", "Width", "Height", "ShadowDx", "ShadowDy", "ShadowRadius", "ShadowColor", "StrokeColor", "StrokeWidth", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessage.java
index d4e41cd4..923caa19 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessage.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessage.java
@@ -1,23 +1,32 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/HotChatMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 2023-01-11 + * 更新时间 2023-01-11 ** * Protobuf type {@code HotChatMessage} */ public final class HotChatMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:HotChatMessage) HotChatMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + HotChatMessage.class.getName()); + } // Use HotChatMessage.newBuilder() to construct. - private HotChatMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private HotChatMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private HotChatMessage() { @@ -29,20 +38,13 @@ private HotChatMessage() { com.google.protobuf.LazyStringArrayList.emptyList(); } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new HotChatMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotChatMessageOuterClass.internal_static_HotChatMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotChatMessageOuterClass.internal_static_HotChatMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -291,11 +293,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(title_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, title_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(title_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, title_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 3, content_); } if (getNumListList().size() > 0) { output.writeUInt32NoTag(34); @@ -318,7 +320,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeInt64(7, sequenceId_); } for (int i = 0; i < hotListList_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 8, hotListList_.getRaw(i)); + com.google.protobuf.GeneratedMessage.writeString(output, 8, hotListList_.getRaw(i)); } getUnknownFields().writeTo(output); } @@ -333,11 +335,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(title_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, title_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(title_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, title_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(3, content_); } { int dataSize = 0; @@ -493,20 +495,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotChatMessage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotChatMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotChatMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -514,20 +516,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotChatMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotChatMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -547,19 +549,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 2023-01-11 + * 更新时间 2023-01-11 ** * Protobuf type {@code HotChatMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -985,11 +955,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -1485,18 +1455,6 @@ public Builder addHotListListBytes(
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:HotChatMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOrBuilder.java
index 7ad758c5..5a1c988f 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/HotChatMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface HotChatMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOuterClass.java
index 3b4d84cb..23bca116 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotChatMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/HotChatMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class HotChatMessageOuterClass {
private HotChatMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ HotChatMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_HotChatMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_HotChatMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -47,9 +56,10 @@ public static void registerAllExtensions(
internal_static_HotChatMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_HotChatMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_HotChatMessage_descriptor,
new java.lang.String[] { "Common", "Title", "Content", "NumList", "Duration", "ShowDurationList", "SequenceId", "HotListList", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfo.java
index 04b422e2..5a8582e9 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfo.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfo.java
@@ -1,42 +1,44 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/HotRoomInfo.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code HotRoomInfo} */ public final class HotRoomInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:HotRoomInfo) HotRoomInfoOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + HotRoomInfo.class.getName()); + } // Use HotRoomInfo.newBuilder() to construct. - private HotRoomInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private HotRoomInfo(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private HotRoomInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new HotRoomInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfoOuterClass.internal_static_HotRoomInfo_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfoOuterClass.internal_static_HotRoomInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -154,20 +156,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -175,20 +177,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -208,19 +210,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code HotRoomInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code HotRoomMessage} */ public final class HotRoomMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:HotRoomMessage) HotRoomMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + HotRoomMessage.class.getName()); + } // Use HotRoomMessage.newBuilder() to construct. - private HotRoomMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private HotRoomMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private HotRoomMessage() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new HotRoomMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomMessageOuterClass.internal_static_HotRoomMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomMessageOuterClass.internal_static_HotRoomMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -216,20 +218,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomMessage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -237,20 +239,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -270,19 +272,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code HotRoomMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -592,11 +562,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -607,7 +577,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo info_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfoOrBuilder> infoBuilder_;
/**
* .HotRoomInfo info = 2;
@@ -713,11 +683,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRo
/**
* .HotRoomInfo info = 2;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfoOrBuilder>
getInfoFieldBuilder() {
if (infoBuilder_ == null) {
- infoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ infoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfoOrBuilder>(
getInfo(),
getParentForChildren(),
@@ -726,18 +696,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRo
}
return infoBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:HotRoomMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOrBuilder.java
index fddc7cc3..267b6828 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/HotRoomMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface HotRoomMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOuterClass.java
index 8fee01c2..7e5f2a76 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/HotRoomMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class HotRoomMessageOuterClass {
private HotRoomMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ HotRoomMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_HotRoomMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_HotRoomMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -46,9 +55,10 @@ public static void registerAllExtensions(
internal_static_HotRoomMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_HotRoomMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_HotRoomMessage_descriptor,
new java.lang.String[] { "Common", "Info", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfoOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessage.java
index c8a9f0aa..abb4e0d4 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessage.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessage.java
@@ -1,23 +1,32 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/InRoomBannerMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code InRoomBannerMessage} */ public final class InRoomBannerMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:InRoomBannerMessage) InRoomBannerMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + InRoomBannerMessage.class.getName()); + } // Use InRoomBannerMessage.newBuilder() to construct. - private InRoomBannerMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private InRoomBannerMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private InRoomBannerMessage() { @@ -30,20 +39,13 @@ private InRoomBannerMessage() { opType_ = 0; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new InRoomBannerMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessageOuterClass.internal_static_InRoomBannerMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessageOuterClass.internal_static_InRoomBannerMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -94,6 +96,15 @@ public enum PositionType UNRECOGNIZED(-1), ; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PositionType.class.getName()); + } /** *
UNDEFINED = 0;
*/
@@ -237,6 +248,15 @@ public enum ContainerType
UNRECOGNIZED(-1),
;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ ContainerType.class.getName());
+ }
/**
* WEBVIEW = 0;
*/
@@ -345,6 +365,15 @@ public enum OpType
UNRECOGNIZED(-1),
;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ OpType.class.getName());
+ }
/**
* DELETE = 0;
*/
@@ -670,8 +699,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getCommon());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(extra_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 2, extra_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(extra_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 2, extra_);
}
if (position_ != cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage.PositionType.UNDEFINED.getNumber()) {
output.writeEnum(3, position_);
@@ -679,11 +708,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (actionType_ != cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ActionType.DEFAULT.getNumber()) {
output.writeEnum(4, actionType_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(containerUrl_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 5, containerUrl_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(containerUrl_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 5, containerUrl_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(lynxContainerUrl_)) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 6, lynxContainerUrl_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(lynxContainerUrl_)) {
+ com.google.protobuf.GeneratedMessage.writeString(output, 6, lynxContainerUrl_);
}
if (containerType_ != cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage.ContainerType.WEBVIEW.getNumber()) {
output.writeEnum(7, containerType_);
@@ -704,8 +733,8 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getCommon());
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(extra_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, extra_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(extra_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(2, extra_);
}
if (position_ != cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage.PositionType.UNDEFINED.getNumber()) {
size += com.google.protobuf.CodedOutputStream
@@ -715,11 +744,11 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(4, actionType_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(containerUrl_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, containerUrl_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(containerUrl_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(5, containerUrl_);
}
- if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(lynxContainerUrl_)) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, lynxContainerUrl_);
+ if (!com.google.protobuf.GeneratedMessage.isStringEmpty(lynxContainerUrl_)) {
+ size += com.google.protobuf.GeneratedMessage.computeStringSize(6, lynxContainerUrl_);
}
if (containerType_ != cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage.ContainerType.WEBVIEW.getNumber()) {
size += com.google.protobuf.CodedOutputStream
@@ -827,20 +856,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -848,20 +877,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -881,19 +910,19 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code InRoomBannerMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -1271,11 +1268,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -1712,18 +1709,6 @@ public Builder clearOpType() {
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:InRoomBannerMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOrBuilder.java
index ad57e15c..6a67ddd2 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/InRoomBannerMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface InRoomBannerMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOuterClass.java
index 7d9d0451..0ec6ed72 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomBannerMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/InRoomBannerMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class InRoomBannerMessageOuterClass {
private InRoomBannerMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ InRoomBannerMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_InRoomBannerMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_InRoomBannerMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -59,9 +68,10 @@ public static void registerAllExtensions(
internal_static_InRoomBannerMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_InRoomBannerMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_InRoomBannerMessage_descriptor,
new java.lang.String[] { "Common", "Extra", "Position", "ActionType", "ContainerUrl", "LynxContainerUrl", "ContainerType", "OpType", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ActionTypeOuterClass.getDescriptor();
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraType.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraType.java
index 5e734e32..9dfaba6d 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraType.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraType.java
@@ -1,12 +1,12 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/InRoomMessageExtraType.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf enum {@code InRoomMessageExtraType} @@ -28,6 +28,15 @@ public enum InRoomMessageExtraType UNRECOGNIZED(-1), ; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + InRoomMessageExtraType.class.getName()); + } /** *
ITEMDATA = 0;
*/
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraTypeOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraTypeOuterClass.java
index 1c003319..24268817 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraTypeOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/InRoomMessageExtraTypeOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/InRoomMessageExtraType.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class InRoomMessageExtraTypeOuterClass {
private InRoomMessageExtraTypeOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ InRoomMessageExtraTypeOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -35,6 +44,7 @@ public static void registerAllExtensions(
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
+ descriptor.resolveAllFeaturesImmutable();
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommon.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommon.java
index 51b35112..7226c41c 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommon.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommon.java
@@ -1,38 +1,40 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/LandscapeAreaCommon.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* Protobuf type {@code LandscapeAreaCommon}
*/
public final class LandscapeAreaCommon extends
- com.google.protobuf.GeneratedMessageV3 implements
+ com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:LandscapeAreaCommon)
LandscapeAreaCommonOrBuilder {
private static final long serialVersionUID = 0L;
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ LandscapeAreaCommon.class.getName());
+ }
// Use LandscapeAreaCommon.newBuilder() to construct.
- private LandscapeAreaCommon(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
+ private LandscapeAreaCommon(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private LandscapeAreaCommon() {
}
- @java.lang.Override
- @SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(
- UnusedPrivateParameter unused) {
- return new LandscapeAreaCommon();
- }
-
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommonOuterClass.internal_static_LandscapeAreaCommon_descriptor;
}
@java.lang.Override
- protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommonOuterClass.internal_static_LandscapeAreaCommon_fieldAccessorTable
.ensureFieldAccessorsInitialized(
@@ -127,20 +129,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon parseFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
@@ -148,20 +150,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3
+ return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
@@ -181,7 +183,7 @@ public Builder toBuilder() {
@java.lang.Override
protected Builder newBuilderForType(
- com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
@@ -189,7 +191,7 @@ protected Builder newBuilderForType(
* Protobuf type {@code LandscapeAreaCommon}
*/
public static final class Builder extends
- com.google.protobuf.GeneratedMessageV3.Builder- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code LikeMessage} */ public final class LikeMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LikeMessage) LikeMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LikeMessage.class.getName()); + } // Use LikeMessage.newBuilder() to construct. - private LikeMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LikeMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LikeMessage() { @@ -25,20 +34,13 @@ private LikeMessage() { scene_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LikeMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LikeMessageOuterClass.internal_static_LikeMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LikeMessageOuterClass.internal_static_LikeMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -327,8 +329,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(5, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(icon_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 6, icon_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(icon_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 6, icon_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(7, getDoubleLikeDetail()); @@ -339,8 +341,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (linkmicGuestUid_ != 0L) { output.writeInt64(9, linkmicGuestUid_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(scene_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 10, scene_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(scene_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 10, scene_); } if (((bitField0_ & 0x00000010) != 0)) { output.writeMessage(11, getPicoDisplayInfo()); @@ -374,8 +376,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(icon_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, icon_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(icon_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(6, icon_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -389,8 +391,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(9, linkmicGuestUid_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(scene_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, scene_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(scene_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(10, scene_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -534,20 +536,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LikeMessage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LikeMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LikeMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -555,20 +557,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LikeMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LikeMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -588,19 +590,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code LikeMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -1052,11 +1022,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -1163,7 +1133,7 @@ public Builder clearColor() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User user_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder> userBuilder_;
/**
* .User user = 5;
@@ -1269,11 +1239,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use
/**
* .User user = 5;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>
getUserFieldBuilder() {
if (userBuilder_ == null) {
- userBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ userBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder>(
getUser(),
getParentForChildren(),
@@ -1356,7 +1326,7 @@ public Builder setIconBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetail doubleLikeDetail_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetail, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetail.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetailOrBuilder> doubleLikeDetailBuilder_;
/**
* .DoubleLikeDetail doubleLikeDetail = 7;
@@ -1462,11 +1432,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Doubl
/**
* .DoubleLikeDetail doubleLikeDetail = 7;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetail, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetail.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetailOrBuilder>
getDoubleLikeDetailFieldBuilder() {
if (doubleLikeDetailBuilder_ == null) {
- doubleLikeDetailBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ doubleLikeDetailBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetail, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetail.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetailOrBuilder>(
getDoubleLikeDetail(),
getParentForChildren(),
@@ -1477,7 +1447,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Doubl
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfo displayControlInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfoOrBuilder> displayControlInfoBuilder_;
/**
* .DisplayControlInfo displayControlInfo = 8;
@@ -1583,11 +1553,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Displ
/**
* .DisplayControlInfo displayControlInfo = 8;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfoOrBuilder>
getDisplayControlInfoFieldBuilder() {
if (displayControlInfoBuilder_ == null) {
- displayControlInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ displayControlInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfoOrBuilder>(
getDisplayControlInfo(),
getParentForChildren(),
@@ -1702,7 +1672,7 @@ public Builder setSceneBytes(
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfo picoDisplayInfo_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfoOrBuilder> picoDisplayInfoBuilder_;
/**
* .PicoDisplayInfo picoDisplayInfo = 11;
@@ -1808,11 +1778,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoD
/**
* .PicoDisplayInfo picoDisplayInfo = 11;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfoOrBuilder>
getPicoDisplayInfoFieldBuilder() {
if (picoDisplayInfoBuilder_ == null) {
- picoDisplayInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ picoDisplayInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfo, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfo.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfoOrBuilder>(
getPicoDisplayInfo(),
getParentForChildren(),
@@ -1821,18 +1791,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoD
}
return picoDisplayInfoBuilder_;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:LikeMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOrBuilder.java
index 77fed152..3065e55b 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/LikeMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface LikeMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOuterClass.java
index a82c7663..f6b16e86 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/LikeMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class LikeMessageOuterClass {
private LikeMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ LikeMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_LikeMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_LikeMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -58,9 +67,10 @@ public static void registerAllExtensions(
internal_static_LikeMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_LikeMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_LikeMessage_descriptor,
new java.lang.String[] { "Common", "Count", "Total", "Color", "User", "Icon", "DoubleLikeDetail", "DisplayControlInfo", "LinkmicGuestUid", "Scene", "PicoDisplayInfo", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetailOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessage.java
index 46d517ef..ab909a8e 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessage.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessage.java
@@ -1,43 +1,45 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/LinkMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code LinkMessage} */ public final class LinkMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkMessage) LinkMessageOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkMessage.class.getName()); + } // Use LinkMessage.newBuilder() to construct. - private LinkMessage(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkMessage(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkMessage() { extra_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkMessageOuterClass.internal_static_LinkMessage_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkMessageOuterClass.internal_static_LinkMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1576,8 +1578,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (fallbackScene_ != 0L) { output.writeInt64(199, fallbackScene_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(extra_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 200, extra_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(extra_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 200, extra_); } getUnknownFields().writeTo(output); } @@ -1800,8 +1802,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(199, fallbackScene_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(extra_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(200, extra_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(extra_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(200, extra_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -2333,20 +2335,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkMessage parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkMessage parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -2354,20 +2356,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkMessage parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkMessage parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -2387,19 +2389,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-09 + * 更新时间 : 2023-01-09 ** * Protobuf type {@code LinkMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
.Common common = 1;
@@ -3816,11 +3786,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo
/**
* .Common common = 1;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>
getCommonFieldBuilder() {
if (commonBuilder_ == null) {
- commonBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ commonBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder>(
getCommon(),
getParentForChildren(),
@@ -3927,7 +3897,7 @@ public Builder clearScene() {
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent inviteContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContentOrBuilder> inviteContentBuilder_;
/**
* .LinkerInviteContent inviteContent = 5;
@@ -4033,11 +4003,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerInviteContent inviteContent = 5;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContentOrBuilder>
getInviteContentFieldBuilder() {
if (inviteContentBuilder_ == null) {
- inviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ inviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContentOrBuilder>(
getInviteContent(),
getParentForChildren(),
@@ -4048,7 +4018,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent replyContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContentOrBuilder> replyContentBuilder_;
/**
* .LinkerReplyContent replyContent = 6;
@@ -4154,11 +4124,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerReplyContent replyContent = 6;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContentOrBuilder>
getReplyContentFieldBuilder() {
if (replyContentBuilder_ == null) {
- replyContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ replyContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContentOrBuilder>(
getReplyContent(),
getParentForChildren(),
@@ -4169,7 +4139,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent createContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContentOrBuilder> createContentBuilder_;
/**
* .LinkerCreateContent createContent = 7;
@@ -4275,11 +4245,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerCreateContent createContent = 7;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContentOrBuilder>
getCreateContentFieldBuilder() {
if (createContentBuilder_ == null) {
- createContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ createContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContentOrBuilder>(
getCreateContent(),
getParentForChildren(),
@@ -4290,7 +4260,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent closeContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContentOrBuilder> closeContentBuilder_;
/**
* .LinkerCloseContent closeContent = 8;
@@ -4396,11 +4366,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerCloseContent closeContent = 8;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContentOrBuilder>
getCloseContentFieldBuilder() {
if (closeContentBuilder_ == null) {
- closeContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ closeContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContentOrBuilder>(
getCloseContent(),
getParentForChildren(),
@@ -4411,7 +4381,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent enterContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContentOrBuilder> enterContentBuilder_;
/**
* .LinkerEnterContent enterContent = 9;
@@ -4517,11 +4487,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerEnterContent enterContent = 9;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContentOrBuilder>
getEnterContentFieldBuilder() {
if (enterContentBuilder_ == null) {
- enterContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ enterContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContentOrBuilder>(
getEnterContent(),
getParentForChildren(),
@@ -4532,7 +4502,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent leaveContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContentOrBuilder> leaveContentBuilder_;
/**
* .LinkerLeaveContent leaveContent = 10;
@@ -4638,11 +4608,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerLeaveContent leaveContent = 10;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContentOrBuilder>
getLeaveContentFieldBuilder() {
if (leaveContentBuilder_ == null) {
- leaveContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ leaveContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContentOrBuilder>(
getLeaveContent(),
getParentForChildren(),
@@ -4653,7 +4623,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent cancelContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContentOrBuilder> cancelContentBuilder_;
/**
* .LinkerCancelContent cancelContent = 11;
@@ -4759,11 +4729,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerCancelContent cancelContent = 11;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContentOrBuilder>
getCancelContentFieldBuilder() {
if (cancelContentBuilder_ == null) {
- cancelContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ cancelContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContentOrBuilder>(
getCancelContent(),
getParentForChildren(),
@@ -4774,7 +4744,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent kickOutContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContentOrBuilder> kickOutContentBuilder_;
/**
* .LinkerKickOutContent kickOutContent = 12;
@@ -4880,11 +4850,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerKickOutContent kickOutContent = 12;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContentOrBuilder>
getKickOutContentFieldBuilder() {
if (kickOutContentBuilder_ == null) {
- kickOutContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ kickOutContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContentOrBuilder>(
getKickOutContent(),
getParentForChildren(),
@@ -4895,7 +4865,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent linkedListChangeContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContentOrBuilder> linkedListChangeContentBuilder_;
/**
* .LinkerLinkedListChangeContent linkedListChangeContent = 13;
@@ -5001,11 +4971,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerLinkedListChangeContent linkedListChangeContent = 13;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContentOrBuilder>
getLinkedListChangeContentFieldBuilder() {
if (linkedListChangeContentBuilder_ == null) {
- linkedListChangeContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ linkedListChangeContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContentOrBuilder>(
getLinkedListChangeContent(),
getParentForChildren(),
@@ -5016,7 +4986,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContent updateUserContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContentOrBuilder> updateUserContentBuilder_;
/**
* .LinkerUpdateUserContent updateUserContent = 14;
@@ -5122,11 +5092,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerUpdateUserContent updateUserContent = 14;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContentOrBuilder>
getUpdateUserContentFieldBuilder() {
if (updateUserContentBuilder_ == null) {
- updateUserContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ updateUserContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContentOrBuilder>(
getUpdateUserContent(),
getParentForChildren(),
@@ -5137,7 +5107,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContent waitingListChangeContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContentOrBuilder> waitingListChangeContentBuilder_;
/**
* .LinkerWaitingListChangeContent waitingListChangeContent = 15;
@@ -5243,11 +5213,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerWaitingListChangeContent waitingListChangeContent = 15;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContentOrBuilder>
getWaitingListChangeContentFieldBuilder() {
if (waitingListChangeContentBuilder_ == null) {
- waitingListChangeContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ waitingListChangeContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContentOrBuilder>(
getWaitingListChangeContent(),
getParentForChildren(),
@@ -5258,7 +5228,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent banContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContentOrBuilder> banContentBuilder_;
/**
* .LinkerBanContent banContent = 16;
@@ -5364,11 +5334,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerBanContent banContent = 16;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContentOrBuilder>
getBanContentFieldBuilder() {
if (banContentBuilder_ == null) {
- banContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ banContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContentOrBuilder>(
getBanContent(),
getParentForChildren(),
@@ -5379,7 +5349,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent itemContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContentOrBuilder> itemContentBuilder_;
/**
* .LinkerItemContent itemContent = 17;
@@ -5485,11 +5455,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerItemContent itemContent = 17;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContentOrBuilder>
getItemContentFieldBuilder() {
if (itemContentBuilder_ == null) {
- itemContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ itemContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContentOrBuilder>(
getItemContent(),
getParentForChildren(),
@@ -5500,7 +5470,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContent violationReminderContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContentOrBuilder> violationReminderContentBuilder_;
/**
* .LinkerViolationReminderContent violationReminderContent = 18;
@@ -5606,11 +5576,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerViolationReminderContent violationReminderContent = 18;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContentOrBuilder>
getViolationReminderContentFieldBuilder() {
if (violationReminderContentBuilder_ == null) {
- violationReminderContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ violationReminderContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContentOrBuilder>(
getViolationReminderContent(),
getParentForChildren(),
@@ -5621,7 +5591,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContent updateLinkTypeApplyContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContentOrBuilder> updateLinkTypeApplyContentBuilder_;
/**
* .LinkerUpdateLinkTypeApplyContent updateLinkTypeApplyContent = 19;
@@ -5727,11 +5697,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerUpdateLinkTypeApplyContent updateLinkTypeApplyContent = 19;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContentOrBuilder>
getUpdateLinkTypeApplyContentFieldBuilder() {
if (updateLinkTypeApplyContentBuilder_ == null) {
- updateLinkTypeApplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ updateLinkTypeApplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContentOrBuilder>(
getUpdateLinkTypeApplyContent(),
getParentForChildren(),
@@ -5742,7 +5712,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContent updateLinkTypeReplyContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContentOrBuilder> updateLinkTypeReplyContentBuilder_;
/**
* .LinkerUpdateLinkTypeReplyContent updateLinkTypeReplyContent = 20;
@@ -5848,11 +5818,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerUpdateLinkTypeReplyContent updateLinkTypeReplyContent = 20;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContentOrBuilder>
getUpdateLinkTypeReplyContentFieldBuilder() {
if (updateLinkTypeReplyContentBuilder_ == null) {
- updateLinkTypeReplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ updateLinkTypeReplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContentOrBuilder>(
getUpdateLinkTypeReplyContent(),
getParentForChildren(),
@@ -5863,7 +5833,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent avatarAuditContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContentOrBuilder> avatarAuditContentBuilder_;
/**
* .LinkerAvatarAuditContent avatarAuditContent = 21;
@@ -5969,11 +5939,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerAvatarAuditContent avatarAuditContent = 21;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContentOrBuilder>
getAvatarAuditContentFieldBuilder() {
if (avatarAuditContentBuilder_ == null) {
- avatarAuditContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ avatarAuditContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContentOrBuilder>(
getAvatarAuditContent(),
getParentForChildren(),
@@ -5984,7 +5954,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent applyExpiredContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContentOrBuilder> applyExpiredContentBuilder_;
/**
* .LinkerApplyExpiredContent applyExpiredContent = 22;
@@ -6090,11 +6060,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerApplyExpiredContent applyExpiredContent = 22;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContentOrBuilder>
getApplyExpiredContentFieldBuilder() {
if (applyExpiredContentBuilder_ == null) {
- applyExpiredContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ applyExpiredContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContentOrBuilder>(
getApplyExpiredContent(),
getParentForChildren(),
@@ -6105,7 +6075,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent applyStrongReminderContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContentOrBuilder> applyStrongReminderContentBuilder_;
/**
* .LinkerApplyStrongReminderContent applyStrongReminderContent = 23;
@@ -6211,11 +6181,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerApplyStrongReminderContent applyStrongReminderContent = 23;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContentOrBuilder>
getApplyStrongReminderContentFieldBuilder() {
if (applyStrongReminderContentBuilder_ == null) {
- applyStrongReminderContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ applyStrongReminderContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContentOrBuilder>(
getApplyStrongReminderContent(),
getParentForChildren(),
@@ -6226,7 +6196,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent anchorStreamSwitchContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContentOrBuilder> anchorStreamSwitchContentBuilder_;
/**
* .LinkerAnchorStreamSwitchContent anchorStreamSwitchContent = 24;
@@ -6332,11 +6302,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerAnchorStreamSwitchContent anchorStreamSwitchContent = 24;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContentOrBuilder>
getAnchorStreamSwitchContentFieldBuilder() {
if (anchorStreamSwitchContentBuilder_ == null) {
- anchorStreamSwitchContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ anchorStreamSwitchContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContentOrBuilder>(
getAnchorStreamSwitchContent(),
getParentForChildren(),
@@ -6347,7 +6317,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent clickScreenContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContentOrBuilder> clickScreenContentBuilder_;
/**
* .LinkerClickScreenContent clickScreenContent = 25;
@@ -6453,11 +6423,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerClickScreenContent clickScreenContent = 25;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContentOrBuilder>
getClickScreenContentFieldBuilder() {
if (clickScreenContentBuilder_ == null) {
- clickScreenContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ clickScreenContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContentOrBuilder>(
getClickScreenContent(),
getParentForChildren(),
@@ -6468,7 +6438,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent lockPositionContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContentOrBuilder> lockPositionContentBuilder_;
/**
* .LinkerLockPositionContent lockPositionContent = 26;
@@ -6574,11 +6544,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerLockPositionContent lockPositionContent = 26;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContentOrBuilder>
getLockPositionContentFieldBuilder() {
if (lockPositionContentBuilder_ == null) {
- lockPositionContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ lockPositionContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContentOrBuilder>(
getLockPositionContent(),
getParentForChildren(),
@@ -6589,7 +6559,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent followStrongGuideContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContentOrBuilder> followStrongGuideContentBuilder_;
/**
* .LinkerFollowStrongGuideContent followStrongGuideContent = 27;
@@ -6695,11 +6665,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerFollowStrongGuideContent followStrongGuideContent = 27;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContentOrBuilder>
getFollowStrongGuideContentFieldBuilder() {
if (followStrongGuideContentBuilder_ == null) {
- followStrongGuideContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ followStrongGuideContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContentOrBuilder>(
getFollowStrongGuideContent(),
getParentForChildren(),
@@ -6710,7 +6680,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContent shareVideoImContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContentOrBuilder> shareVideoImContentBuilder_;
/**
* .LinkerShareVideoImContent shareVideoImContent = 28;
@@ -6816,11 +6786,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerShareVideoImContent shareVideoImContent = 28;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContentOrBuilder>
getShareVideoImContentFieldBuilder() {
if (shareVideoImContentBuilder_ == null) {
- shareVideoImContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ shareVideoImContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContentOrBuilder>(
getShareVideoImContent(),
getParentForChildren(),
@@ -6831,7 +6801,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent guestInviteContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContentOrBuilder> guestInviteContentBuilder_;
/**
* .LinkerGuestInviteContent guestInviteContent = 29;
@@ -6937,11 +6907,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerGuestInviteContent guestInviteContent = 29;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContentOrBuilder>
getGuestInviteContentFieldBuilder() {
if (guestInviteContentBuilder_ == null) {
- guestInviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ guestInviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContentOrBuilder>(
getGuestInviteContent(),
getParentForChildren(),
@@ -6952,7 +6922,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent exitCastScreenContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContentOrBuilder> exitCastScreenContentBuilder_;
/**
* .LinkerGuestExitCastScreenContent exitCastScreenContent = 30;
@@ -7058,11 +7028,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerGuestExitCastScreenContent exitCastScreenContent = 30;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContentOrBuilder>
getExitCastScreenContentFieldBuilder() {
if (exitCastScreenContentBuilder_ == null) {
- exitCastScreenContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ exitCastScreenContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContentOrBuilder>(
getExitCastScreenContent(),
getParentForChildren(),
@@ -7073,7 +7043,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContent switchSceneContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContentOrBuilder> switchSceneContentBuilder_;
/**
* .LinkerSwitchSceneContent switchSceneContent = 31;
@@ -7179,11 +7149,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerSwitchSceneContent switchSceneContent = 31;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContentOrBuilder>
getSwitchSceneContentFieldBuilder() {
if (switchSceneContentBuilder_ == null) {
- switchSceneContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ switchSceneContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContentOrBuilder>(
getSwitchSceneContent(),
getParentForChildren(),
@@ -7194,7 +7164,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent linkPhaseEnterNextContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContentOrBuilder> linkPhaseEnterNextContentBuilder_;
/**
* .LinkPhaseEnterNextNotifyContent linkPhaseEnterNextContent = 32;
@@ -7300,11 +7270,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkP
/**
* .LinkPhaseEnterNextNotifyContent linkPhaseEnterNextContent = 32;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContentOrBuilder>
getLinkPhaseEnterNextContentFieldBuilder() {
if (linkPhaseEnterNextContentBuilder_ == null) {
- linkPhaseEnterNextContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ linkPhaseEnterNextContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContentOrBuilder>(
getLinkPhaseEnterNextContent(),
getParentForChildren(),
@@ -7315,7 +7285,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkP
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent changePlayModeContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContentOrBuilder> changePlayModeContentBuilder_;
/**
* .LinkerChangePlayModeContent changePlayModeContent = 33;
@@ -7421,11 +7391,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerChangePlayModeContent changePlayModeContent = 33;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContentOrBuilder>
getChangePlayModeContentFieldBuilder() {
if (changePlayModeContentBuilder_ == null) {
- changePlayModeContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ changePlayModeContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContentOrBuilder>(
getChangePlayModeContent(),
getParentForChildren(),
@@ -7436,7 +7406,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent lowBalanceForPaidLinkmicContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContentOrBuilder> lowBalanceForPaidLinkmicContentBuilder_;
/**
* .LinkerLowBalanceForPaidLinkmicContent lowBalanceForPaidLinkmicContent = 34;
@@ -7542,11 +7512,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerLowBalanceForPaidLinkmicContent lowBalanceForPaidLinkmicContent = 34;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContentOrBuilder>
getLowBalanceForPaidLinkmicContentFieldBuilder() {
if (lowBalanceForPaidLinkmicContentBuilder_ == null) {
- lowBalanceForPaidLinkmicContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ lowBalanceForPaidLinkmicContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContentOrBuilder>(
getLowBalanceForPaidLinkmicContent(),
getParentForChildren(),
@@ -7557,7 +7527,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent degradeAlertContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContentOrBuilder> degradeAlertContentBuilder_;
/**
* .LinkerDegradeAlertContent degradeAlertContent = 35;
@@ -7663,11 +7633,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerDegradeAlertContent degradeAlertContent = 35;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContentOrBuilder>
getDegradeAlertContentFieldBuilder() {
if (degradeAlertContentBuilder_ == null) {
- degradeAlertContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ degradeAlertContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContentOrBuilder>(
getDegradeAlertContent(),
getParentForChildren(),
@@ -7678,7 +7648,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent enlargeGuestInviteContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContentOrBuilder> enlargeGuestInviteContentBuilder_;
/**
* .LinkerEnlargeGuestInviteContent enlargeGuestInviteContent = 36;
@@ -7784,11 +7754,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerEnlargeGuestInviteContent enlargeGuestInviteContent = 36;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContentOrBuilder>
getEnlargeGuestInviteContentFieldBuilder() {
if (enlargeGuestInviteContentBuilder_ == null) {
- enlargeGuestInviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ enlargeGuestInviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContentOrBuilder>(
getEnlargeGuestInviteContent(),
getParentForChildren(),
@@ -7799,7 +7769,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent enlargeGuestReplyContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContentOrBuilder> enlargeGuestReplyContentBuilder_;
/**
* .LinkerEnlargeGuestReplyContent enlargeGuestReplyContent = 37;
@@ -7905,11 +7875,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerEnlargeGuestReplyContent enlargeGuestReplyContent = 37;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContentOrBuilder>
getEnlargeGuestReplyContentFieldBuilder() {
if (enlargeGuestReplyContentBuilder_ == null) {
- enlargeGuestReplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ enlargeGuestReplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContentOrBuilder>(
getEnlargeGuestReplyContent(),
getParentForChildren(),
@@ -7920,7 +7890,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent enlargeGuestApplyContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContentOrBuilder> enlargeGuestApplyContentBuilder_;
/**
* .LinkerEnlargeGuestApplyContent enlargeGuestApplyContent = 38;
@@ -8026,11 +7996,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerEnlargeGuestApplyContent enlargeGuestApplyContent = 38;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContentOrBuilder>
getEnlargeGuestApplyContentFieldBuilder() {
if (enlargeGuestApplyContentBuilder_ == null) {
- enlargeGuestApplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ enlargeGuestApplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContentOrBuilder>(
getEnlargeGuestApplyContent(),
getParentForChildren(),
@@ -8041,7 +8011,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent prepareApplyContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContentOrBuilder> prepareApplyContentBuilder_;
/**
* .LinkPrepareApplyContent prepareApplyContent = 39;
@@ -8147,11 +8117,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkP
/**
* .LinkPrepareApplyContent prepareApplyContent = 39;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContentOrBuilder>
getPrepareApplyContentFieldBuilder() {
if (prepareApplyContentBuilder_ == null) {
- prepareApplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ prepareApplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContentOrBuilder>(
getPrepareApplyContent(),
getParentForChildren(),
@@ -8162,7 +8132,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkP
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent crossRoomUpdateContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContentOrBuilder> crossRoomUpdateContentBuilder_;
/**
* .LinkerCrossRoomUpdateContent crossRoomUpdateContent = 40;
@@ -8268,11 +8238,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerCrossRoomUpdateContent crossRoomUpdateContent = 40;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContentOrBuilder>
getCrossRoomUpdateContentFieldBuilder() {
if (crossRoomUpdateContentBuilder_ == null) {
- crossRoomUpdateContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ crossRoomUpdateContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContentOrBuilder>(
getCrossRoomUpdateContent(),
getParentForChildren(),
@@ -8283,7 +8253,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent changeMultiPkTeamInfoContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContentOrBuilder> changeMultiPkTeamInfoContentBuilder_;
/**
* .LinkerChangeMultiPKTeamInfoContent changeMultiPkTeamInfoContent = 41;
@@ -8389,11 +8359,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerChangeMultiPKTeamInfoContent changeMultiPkTeamInfoContent = 41;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContentOrBuilder>
getChangeMultiPkTeamInfoContentFieldBuilder() {
if (changeMultiPkTeamInfoContentBuilder_ == null) {
- changeMultiPkTeamInfoContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ changeMultiPkTeamInfoContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContentOrBuilder>(
getChangeMultiPkTeamInfoContent(),
getParentForChildren(),
@@ -8404,7 +8374,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent crossRoomLinkInviteContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContentOrBuilder> crossRoomLinkInviteContentBuilder_;
/**
* .CrossRoomLinkInviteContent crossRoomLinkInviteContent = 42;
@@ -8510,11 +8480,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross
/**
* .CrossRoomLinkInviteContent crossRoomLinkInviteContent = 42;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContentOrBuilder>
getCrossRoomLinkInviteContentFieldBuilder() {
if (crossRoomLinkInviteContentBuilder_ == null) {
- crossRoomLinkInviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ crossRoomLinkInviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContentOrBuilder>(
getCrossRoomLinkInviteContent(),
getParentForChildren(),
@@ -8525,7 +8495,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent crossRoomLinkReplyContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContentOrBuilder> crossRoomLinkReplyContentBuilder_;
/**
* .CrossRoomLinkReplyContent crossRoomLinkReplyContent = 43;
@@ -8631,11 +8601,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross
/**
* .CrossRoomLinkReplyContent crossRoomLinkReplyContent = 43;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContentOrBuilder>
getCrossRoomLinkReplyContentFieldBuilder() {
if (crossRoomLinkReplyContentBuilder_ == null) {
- crossRoomLinkReplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ crossRoomLinkReplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContentOrBuilder>(
getCrossRoomLinkReplyContent(),
getParentForChildren(),
@@ -8646,7 +8616,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent crossRoomLinkCancelInviteContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContentOrBuilder> crossRoomLinkCancelInviteContentBuilder_;
/**
* .CrossRoomLinkCancelInviteContent crossRoomLinkCancelInviteContent = 44;
@@ -8752,11 +8722,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross
/**
* .CrossRoomLinkCancelInviteContent crossRoomLinkCancelInviteContent = 44;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContentOrBuilder>
getCrossRoomLinkCancelInviteContentFieldBuilder() {
if (crossRoomLinkCancelInviteContentBuilder_ == null) {
- crossRoomLinkCancelInviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ crossRoomLinkCancelInviteContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContentOrBuilder>(
getCrossRoomLinkCancelInviteContent(),
getParentForChildren(),
@@ -8767,7 +8737,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContent linkerResumeAudienceContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContentOrBuilder> linkerResumeAudienceContentBuilder_;
/**
* .LinkerResumeAudienceContent linkerResumeAudienceContent = 45;
@@ -8873,11 +8843,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerResumeAudienceContent linkerResumeAudienceContent = 45;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContentOrBuilder>
getLinkerResumeAudienceContentFieldBuilder() {
if (linkerResumeAudienceContentBuilder_ == null) {
- linkerResumeAudienceContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ linkerResumeAudienceContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContentOrBuilder>(
getLinkerResumeAudienceContent(),
getParentForChildren(),
@@ -8888,7 +8858,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent linkerBattleConnectContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContentOrBuilder> linkerBattleConnectContentBuilder_;
/**
* .LinkerBattleConnectContent linkerBattleConnectContent = 46;
@@ -8994,11 +8964,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerBattleConnectContent linkerBattleConnectContent = 46;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContentOrBuilder>
getLinkerBattleConnectContentFieldBuilder() {
if (linkerBattleConnectContentBuilder_ == null) {
- linkerBattleConnectContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ linkerBattleConnectContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContentOrBuilder>(
getLinkerBattleConnectContent(),
getParentForChildren(),
@@ -9009,7 +8979,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContent linkerResumeApplyContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContentOrBuilder> linkerResumeApplyContentBuilder_;
/**
* .LinkerResumeApplyContent linkerResumeApplyContent = 47;
@@ -9115,11 +9085,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerResumeApplyContent linkerResumeApplyContent = 47;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContentOrBuilder>
getLinkerResumeApplyContentFieldBuilder() {
if (linkerResumeApplyContentBuilder_ == null) {
- linkerResumeApplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ linkerResumeApplyContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContentOrBuilder>(
getLinkerResumeApplyContent(),
getParentForChildren(),
@@ -9130,7 +9100,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent crossRoomRtcInfoContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContentOrBuilder> crossRoomRtcInfoContentBuilder_;
/**
* .CrossRoomRTCInfoContent crossRoomRtcInfoContent = 48;
@@ -9236,11 +9206,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross
/**
* .CrossRoomRTCInfoContent crossRoomRtcInfoContent = 48;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContentOrBuilder>
getCrossRoomRtcInfoContentFieldBuilder() {
if (crossRoomRtcInfoContentBuilder_ == null) {
- crossRoomRtcInfoContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ crossRoomRtcInfoContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContentOrBuilder>(
getCrossRoomRtcInfoContent(),
getParentForChildren(),
@@ -9251,7 +9221,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent anchorUpdateLinkmicConfigContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContentOrBuilder> anchorUpdateLinkmicConfigContentBuilder_;
/**
* .AnchorUpdateLinkmicConfigContent anchorUpdateLinkmicConfigContent = 49;
@@ -9357,11 +9327,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Ancho
/**
* .AnchorUpdateLinkmicConfigContent anchorUpdateLinkmicConfigContent = 49;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContentOrBuilder>
getAnchorUpdateLinkmicConfigContentFieldBuilder() {
if (anchorUpdateLinkmicConfigContentBuilder_ == null) {
- anchorUpdateLinkmicConfigContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ anchorUpdateLinkmicConfigContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContentOrBuilder>(
getAnchorUpdateLinkmicConfigContent(),
getParentForChildren(),
@@ -9372,7 +9342,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Ancho
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent anchorUpdateLayoutContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContentOrBuilder> anchorUpdateLayoutContentBuilder_;
/**
* .AnchorUpdateLayoutContent anchorUpdateLayoutContent = 50;
@@ -9478,11 +9448,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Ancho
/**
* .AnchorUpdateLayoutContent anchorUpdateLayoutContent = 50;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContentOrBuilder>
getAnchorUpdateLayoutContentFieldBuilder() {
if (anchorUpdateLayoutContentBuilder_ == null) {
- anchorUpdateLayoutContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ anchorUpdateLayoutContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContentOrBuilder>(
getAnchorUpdateLayoutContent(),
getParentForChildren(),
@@ -9493,7 +9463,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Ancho
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent applyRankChangeContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContentOrBuilder> applyRankChangeContentBuilder_;
/**
* .LinkerApplyRankChangeContent applyRankChangeContent = 52;
@@ -9599,11 +9569,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerApplyRankChangeContent applyRankChangeContent = 52;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContentOrBuilder>
getApplyRankChangeContentFieldBuilder() {
if (applyRankChangeContentBuilder_ == null) {
- applyRankChangeContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ applyRankChangeContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContentOrBuilder>(
getApplyRankChangeContent(),
getParentForChildren(),
@@ -9614,7 +9584,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
}
private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContent sysKickOutContent_;
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContentOrBuilder> sysKickOutContentBuilder_;
/**
* .LinkerSysKickOutContent sysKickOutContent = 101;
@@ -9720,11 +9690,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke
/**
* .LinkerSysKickOutContent sysKickOutContent = 101;
*/
- private com.google.protobuf.SingleFieldBuilderV3<
+ private com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContentOrBuilder>
getSysKickOutContentFieldBuilder() {
if (sysKickOutContentBuilder_ == null) {
- sysKickOutContentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
+ sysKickOutContentBuilder_ = new com.google.protobuf.SingleFieldBuilder<
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContent, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContent.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContentOrBuilder>(
getSysKickOutContent(),
getParentForChildren(),
@@ -9837,18 +9807,6 @@ public Builder setExtraBytes(
onChanged();
return this;
}
- @java.lang.Override
- public final Builder setUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.setUnknownFields(unknownFields);
- }
-
- @java.lang.Override
- public final Builder mergeUnknownFields(
- final com.google.protobuf.UnknownFieldSet unknownFields) {
- return super.mergeUnknownFields(unknownFields);
- }
-
// @@protoc_insertion_point(builder_scope:LinkMessage)
}
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOrBuilder.java
index 0ecd30cd..1bc2e878 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOrBuilder.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOrBuilder.java
@@ -1,7 +1,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/LinkMessage.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public interface LinkMessageOrBuilder extends
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOuterClass.java
index c90ebd56..f3e4d2cd 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOuterClass.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkMessageOuterClass.java
@@ -1,11 +1,20 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/LinkMessage.proto
+// Protobuf Java Version: 4.26.0
-// Protobuf Java Version: 3.25.3
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
public final class LinkMessageOuterClass {
private LinkMessageOuterClass() {}
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 26,
+ /* patch= */ 0,
+ /* suffix= */ "",
+ LinkMessageOuterClass.class.getName());
+ }
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
@@ -18,7 +27,7 @@ public static void registerAllExtensions(
static final com.google.protobuf.Descriptors.Descriptor
internal_static_LinkMessage_descriptor;
static final
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_LinkMessage_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
@@ -234,9 +243,10 @@ public static void registerAllExtensions(
internal_static_LinkMessage_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_LinkMessage_fieldAccessorTable = new
- com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+ com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_LinkMessage_descriptor,
new java.lang.String[] { "Common", "MessageType", "LinkerId", "Scene", "InviteContent", "ReplyContent", "CreateContent", "CloseContent", "EnterContent", "LeaveContent", "CancelContent", "KickOutContent", "LinkedListChangeContent", "UpdateUserContent", "WaitingListChangeContent", "BanContent", "ItemContent", "ViolationReminderContent", "UpdateLinkTypeApplyContent", "UpdateLinkTypeReplyContent", "AvatarAuditContent", "ApplyExpiredContent", "ApplyStrongReminderContent", "AnchorStreamSwitchContent", "ClickScreenContent", "LockPositionContent", "FollowStrongGuideContent", "ShareVideoImContent", "GuestInviteContent", "ExitCastScreenContent", "SwitchSceneContent", "LinkPhaseEnterNextContent", "ChangePlayModeContent", "LowBalanceForPaidLinkmicContent", "DegradeAlertContent", "EnlargeGuestInviteContent", "EnlargeGuestReplyContent", "EnlargeGuestApplyContent", "PrepareApplyContent", "CrossRoomUpdateContent", "ChangeMultiPkTeamInfoContent", "CrossRoomLinkInviteContent", "CrossRoomLinkReplyContent", "CrossRoomLinkCancelInviteContent", "LinkerResumeAudienceContent", "LinkerBattleConnectContent", "LinkerResumeApplyContent", "CrossRoomRtcInfoContent", "AnchorUpdateLinkmicConfigContent", "AnchorUpdateLayoutContent", "ApplyRankChangeContent", "SysKickOutContent", "FallbackScene", "Extra", });
+ descriptor.resolveAllFeaturesImmutable();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContentOuterClass.getDescriptor();
cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContentOuterClass.getDescriptor();
diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContent.java
index 74fd77f4..9404a3f9 100644
--- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContent.java
+++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContent.java
@@ -1,42 +1,44 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: douyin_hack/webcast/im/LinkPhaseEnterNextNotifyContent.proto
-// Protobuf Java Version: 3.25.3
+// Protobuf Java Version: 4.26.0
package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im;
/**
* - *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkPhaseEnterNextNotifyContent} */ public final class LinkPhaseEnterNextNotifyContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkPhaseEnterNextNotifyContent) LinkPhaseEnterNextNotifyContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkPhaseEnterNextNotifyContent.class.getName()); + } // Use LinkPhaseEnterNextNotifyContent.newBuilder() to construct. - private LinkPhaseEnterNextNotifyContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkPhaseEnterNextNotifyContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkPhaseEnterNextNotifyContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkPhaseEnterNextNotifyContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContentOuterClass.internal_static_LinkPhaseEnterNextNotifyContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContentOuterClass.internal_static_LinkPhaseEnterNextNotifyContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkPhaseEnterNextNotifyContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkPrepareApplyContent} */ public final class LinkPrepareApplyContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkPrepareApplyContent) LinkPrepareApplyContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkPrepareApplyContent.class.getName()); + } // Use LinkPrepareApplyContent.newBuilder() to construct. - private LinkPrepareApplyContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkPrepareApplyContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkPrepareApplyContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkPrepareApplyContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContentOuterClass.internal_static_LinkPrepareApplyContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContentOuterClass.internal_static_LinkPrepareApplyContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkPrepareApplyContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerAnchorStreamSwitchContent} */ public final class LinkerAnchorStreamSwitchContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerAnchorStreamSwitchContent) LinkerAnchorStreamSwitchContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerAnchorStreamSwitchContent.class.getName()); + } // Use LinkerAnchorStreamSwitchContent.newBuilder() to construct. - private LinkerAnchorStreamSwitchContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerAnchorStreamSwitchContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerAnchorStreamSwitchContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerAnchorStreamSwitchContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContentOuterClass.internal_static_LinkerAnchorStreamSwitchContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContentOuterClass.internal_static_LinkerAnchorStreamSwitchContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerAnchorStreamSwitchContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerApplyExpiredContent} */ public final class LinkerApplyExpiredContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerApplyExpiredContent) LinkerApplyExpiredContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerApplyExpiredContent.class.getName()); + } // Use LinkerApplyExpiredContent.newBuilder() to construct. - private LinkerApplyExpiredContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerApplyExpiredContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerApplyExpiredContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerApplyExpiredContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContentOuterClass.internal_static_LinkerApplyExpiredContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContentOuterClass.internal_static_LinkerApplyExpiredContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerApplyExpiredContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerApplyRankChangeContent} */ public final class LinkerApplyRankChangeContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerApplyRankChangeContent) LinkerApplyRankChangeContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerApplyRankChangeContent.class.getName()); + } // Use LinkerApplyRankChangeContent.newBuilder() to construct. - private LinkerApplyRankChangeContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerApplyRankChangeContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerApplyRankChangeContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerApplyRankChangeContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContentOuterClass.internal_static_LinkerApplyRankChangeContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContentOuterClass.internal_static_LinkerApplyRankChangeContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerApplyRankChangeContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerApplyStrongReminderContent} */ public final class LinkerApplyStrongReminderContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerApplyStrongReminderContent) LinkerApplyStrongReminderContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerApplyStrongReminderContent.class.getName()); + } // Use LinkerApplyStrongReminderContent.newBuilder() to construct. - private LinkerApplyStrongReminderContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerApplyStrongReminderContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerApplyStrongReminderContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerApplyStrongReminderContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContentOuterClass.internal_static_LinkerApplyStrongReminderContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContentOuterClass.internal_static_LinkerApplyStrongReminderContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerApplyStrongReminderContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerAvatarAuditContent} */ public final class LinkerAvatarAuditContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerAvatarAuditContent) LinkerAvatarAuditContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerAvatarAuditContent.class.getName()); + } // Use LinkerAvatarAuditContent.newBuilder() to construct. - private LinkerAvatarAuditContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerAvatarAuditContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerAvatarAuditContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerAvatarAuditContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContentOuterClass.internal_static_LinkerAvatarAuditContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContentOuterClass.internal_static_LinkerAvatarAuditContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerAvatarAuditContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerBanContent} */ public final class LinkerBanContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerBanContent) LinkerBanContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerBanContent.class.getName()); + } // Use LinkerBanContent.newBuilder() to construct. - private LinkerBanContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerBanContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerBanContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerBanContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContentOuterClass.internal_static_LinkerBanContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContentOuterClass.internal_static_LinkerBanContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerBanContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerBattleConnectContent} */ public final class LinkerBattleConnectContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerBattleConnectContent) LinkerBattleConnectContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerBattleConnectContent.class.getName()); + } // Use LinkerBattleConnectContent.newBuilder() to construct. - private LinkerBattleConnectContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerBattleConnectContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerBattleConnectContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerBattleConnectContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContentOuterClass.internal_static_LinkerBattleConnectContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContentOuterClass.internal_static_LinkerBattleConnectContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerBattleConnectContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerCancelContent} */ public final class LinkerCancelContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerCancelContent) LinkerCancelContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerCancelContent.class.getName()); + } // Use LinkerCancelContent.newBuilder() to construct. - private LinkerCancelContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerCancelContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerCancelContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerCancelContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContentOuterClass.internal_static_LinkerCancelContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContentOuterClass.internal_static_LinkerCancelContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerCancelContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerChangeMultiPKTeamInfoContent} */ public final class LinkerChangeMultiPKTeamInfoContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerChangeMultiPKTeamInfoContent) LinkerChangeMultiPKTeamInfoContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerChangeMultiPKTeamInfoContent.class.getName()); + } // Use LinkerChangeMultiPKTeamInfoContent.newBuilder() to construct. - private LinkerChangeMultiPKTeamInfoContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerChangeMultiPKTeamInfoContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerChangeMultiPKTeamInfoContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerChangeMultiPKTeamInfoContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContentOuterClass.internal_static_LinkerChangeMultiPKTeamInfoContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContentOuterClass.internal_static_LinkerChangeMultiPKTeamInfoContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerChangeMultiPKTeamInfoContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerChangePlayModeContent} */ public final class LinkerChangePlayModeContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerChangePlayModeContent) LinkerChangePlayModeContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerChangePlayModeContent.class.getName()); + } // Use LinkerChangePlayModeContent.newBuilder() to construct. - private LinkerChangePlayModeContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerChangePlayModeContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerChangePlayModeContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerChangePlayModeContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContentOuterClass.internal_static_LinkerChangePlayModeContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContentOuterClass.internal_static_LinkerChangePlayModeContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerChangePlayModeContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerClickScreenContent} */ public final class LinkerClickScreenContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerClickScreenContent) LinkerClickScreenContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerClickScreenContent.class.getName()); + } // Use LinkerClickScreenContent.newBuilder() to construct. - private LinkerClickScreenContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerClickScreenContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerClickScreenContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerClickScreenContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContentOuterClass.internal_static_LinkerClickScreenContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContentOuterClass.internal_static_LinkerClickScreenContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerClickScreenContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerCloseContent} */ public final class LinkerCloseContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerCloseContent) LinkerCloseContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerCloseContent.class.getName()); + } // Use LinkerCloseContent.newBuilder() to construct. - private LinkerCloseContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerCloseContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerCloseContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerCloseContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContentOuterClass.internal_static_LinkerCloseContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContentOuterClass.internal_static_LinkerCloseContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerCloseContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerCreateContent} */ public final class LinkerCreateContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerCreateContent) LinkerCreateContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerCreateContent.class.getName()); + } // Use LinkerCreateContent.newBuilder() to construct. - private LinkerCreateContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerCreateContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerCreateContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerCreateContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContentOuterClass.internal_static_LinkerCreateContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContentOuterClass.internal_static_LinkerCreateContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerCreateContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerCrossRoomUpdateContent} */ public final class LinkerCrossRoomUpdateContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerCrossRoomUpdateContent) LinkerCrossRoomUpdateContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerCrossRoomUpdateContent.class.getName()); + } // Use LinkerCrossRoomUpdateContent.newBuilder() to construct. - private LinkerCrossRoomUpdateContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerCrossRoomUpdateContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerCrossRoomUpdateContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerCrossRoomUpdateContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContentOuterClass.internal_static_LinkerCrossRoomUpdateContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContentOuterClass.internal_static_LinkerCrossRoomUpdateContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerCrossRoomUpdateContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerDegradeAlertContent} */ public final class LinkerDegradeAlertContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerDegradeAlertContent) LinkerDegradeAlertContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerDegradeAlertContent.class.getName()); + } // Use LinkerDegradeAlertContent.newBuilder() to construct. - private LinkerDegradeAlertContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerDegradeAlertContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerDegradeAlertContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerDegradeAlertContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContentOuterClass.internal_static_LinkerDegradeAlertContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContentOuterClass.internal_static_LinkerDegradeAlertContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerDegradeAlertContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerEnlargeGuestApplyContent} */ public final class LinkerEnlargeGuestApplyContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerEnlargeGuestApplyContent) LinkerEnlargeGuestApplyContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerEnlargeGuestApplyContent.class.getName()); + } // Use LinkerEnlargeGuestApplyContent.newBuilder() to construct. - private LinkerEnlargeGuestApplyContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerEnlargeGuestApplyContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerEnlargeGuestApplyContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerEnlargeGuestApplyContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContentOuterClass.internal_static_LinkerEnlargeGuestApplyContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContentOuterClass.internal_static_LinkerEnlargeGuestApplyContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerEnlargeGuestApplyContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerEnlargeGuestInviteContent} */ public final class LinkerEnlargeGuestInviteContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerEnlargeGuestInviteContent) LinkerEnlargeGuestInviteContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerEnlargeGuestInviteContent.class.getName()); + } // Use LinkerEnlargeGuestInviteContent.newBuilder() to construct. - private LinkerEnlargeGuestInviteContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerEnlargeGuestInviteContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerEnlargeGuestInviteContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerEnlargeGuestInviteContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContentOuterClass.internal_static_LinkerEnlargeGuestInviteContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContentOuterClass.internal_static_LinkerEnlargeGuestInviteContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerEnlargeGuestInviteContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerEnlargeGuestReplyContent} */ public final class LinkerEnlargeGuestReplyContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerEnlargeGuestReplyContent) LinkerEnlargeGuestReplyContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerEnlargeGuestReplyContent.class.getName()); + } // Use LinkerEnlargeGuestReplyContent.newBuilder() to construct. - private LinkerEnlargeGuestReplyContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerEnlargeGuestReplyContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerEnlargeGuestReplyContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerEnlargeGuestReplyContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContentOuterClass.internal_static_LinkerEnlargeGuestReplyContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContentOuterClass.internal_static_LinkerEnlargeGuestReplyContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerEnlargeGuestReplyContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerEnterContent} */ public final class LinkerEnterContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerEnterContent) LinkerEnterContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerEnterContent.class.getName()); + } // Use LinkerEnterContent.newBuilder() to construct. - private LinkerEnterContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerEnterContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerEnterContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerEnterContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContentOuterClass.internal_static_LinkerEnterContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContentOuterClass.internal_static_LinkerEnterContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerEnterContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerFollowStrongGuideContent} */ public final class LinkerFollowStrongGuideContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerFollowStrongGuideContent) LinkerFollowStrongGuideContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerFollowStrongGuideContent.class.getName()); + } // Use LinkerFollowStrongGuideContent.newBuilder() to construct. - private LinkerFollowStrongGuideContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerFollowStrongGuideContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerFollowStrongGuideContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerFollowStrongGuideContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContentOuterClass.internal_static_LinkerFollowStrongGuideContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContentOuterClass.internal_static_LinkerFollowStrongGuideContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerFollowStrongGuideContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerGuestExitCastScreenContent} */ public final class LinkerGuestExitCastScreenContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerGuestExitCastScreenContent) LinkerGuestExitCastScreenContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerGuestExitCastScreenContent.class.getName()); + } // Use LinkerGuestExitCastScreenContent.newBuilder() to construct. - private LinkerGuestExitCastScreenContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerGuestExitCastScreenContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerGuestExitCastScreenContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerGuestExitCastScreenContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContentOuterClass.internal_static_LinkerGuestExitCastScreenContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContentOuterClass.internal_static_LinkerGuestExitCastScreenContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerGuestExitCastScreenContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerGuestInviteContent} */ public final class LinkerGuestInviteContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerGuestInviteContent) LinkerGuestInviteContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerGuestInviteContent.class.getName()); + } // Use LinkerGuestInviteContent.newBuilder() to construct. - private LinkerGuestInviteContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerGuestInviteContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerGuestInviteContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerGuestInviteContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContentOuterClass.internal_static_LinkerGuestInviteContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContentOuterClass.internal_static_LinkerGuestInviteContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerGuestInviteContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerInviteContent} */ public final class LinkerInviteContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerInviteContent) LinkerInviteContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerInviteContent.class.getName()); + } // Use LinkerInviteContent.newBuilder() to construct. - private LinkerInviteContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerInviteContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerInviteContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerInviteContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContentOuterClass.internal_static_LinkerInviteContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContentOuterClass.internal_static_LinkerInviteContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerInviteContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerItemContent} */ public final class LinkerItemContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerItemContent) LinkerItemContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerItemContent.class.getName()); + } // Use LinkerItemContent.newBuilder() to construct. - private LinkerItemContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerItemContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerItemContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerItemContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContentOuterClass.internal_static_LinkerItemContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContentOuterClass.internal_static_LinkerItemContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerItemContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerKickOutContent} */ public final class LinkerKickOutContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerKickOutContent) LinkerKickOutContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerKickOutContent.class.getName()); + } // Use LinkerKickOutContent.newBuilder() to construct. - private LinkerKickOutContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerKickOutContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerKickOutContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerKickOutContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContentOuterClass.internal_static_LinkerKickOutContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContentOuterClass.internal_static_LinkerKickOutContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerKickOutContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerLeaveContent} */ public final class LinkerLeaveContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerLeaveContent) LinkerLeaveContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerLeaveContent.class.getName()); + } // Use LinkerLeaveContent.newBuilder() to construct. - private LinkerLeaveContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerLeaveContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerLeaveContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerLeaveContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContentOuterClass.internal_static_LinkerLeaveContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContentOuterClass.internal_static_LinkerLeaveContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerLeaveContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerLinkedListChangeContent} */ public final class LinkerLinkedListChangeContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerLinkedListChangeContent) LinkerLinkedListChangeContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerLinkedListChangeContent.class.getName()); + } // Use LinkerLinkedListChangeContent.newBuilder() to construct. - private LinkerLinkedListChangeContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerLinkedListChangeContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerLinkedListChangeContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerLinkedListChangeContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContentOuterClass.internal_static_LinkerLinkedListChangeContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContentOuterClass.internal_static_LinkerLinkedListChangeContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerLinkedListChangeContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerLockPositionContent} */ public final class LinkerLockPositionContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerLockPositionContent) LinkerLockPositionContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerLockPositionContent.class.getName()); + } // Use LinkerLockPositionContent.newBuilder() to construct. - private LinkerLockPositionContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerLockPositionContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerLockPositionContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerLockPositionContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContentOuterClass.internal_static_LinkerLockPositionContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContentOuterClass.internal_static_LinkerLockPositionContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerLockPositionContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerLowBalanceForPaidLinkmicContent} */ public final class LinkerLowBalanceForPaidLinkmicContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerLowBalanceForPaidLinkmicContent) LinkerLowBalanceForPaidLinkmicContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerLowBalanceForPaidLinkmicContent.class.getName()); + } // Use LinkerLowBalanceForPaidLinkmicContent.newBuilder() to construct. - private LinkerLowBalanceForPaidLinkmicContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerLowBalanceForPaidLinkmicContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerLowBalanceForPaidLinkmicContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerLowBalanceForPaidLinkmicContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContentOuterClass.internal_static_LinkerLowBalanceForPaidLinkmicContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContentOuterClass.internal_static_LinkerLowBalanceForPaidLinkmicContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerLowBalanceForPaidLinkmicContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerReplyContent} */ public final class LinkerReplyContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerReplyContent) LinkerReplyContentOrBuilder { private static final long serialVersionUID = 0L; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerReplyContent.class.getName()); + } // Use LinkerReplyContent.newBuilder() to construct. - private LinkerReplyContent(com.google.protobuf.GeneratedMessageV3.Builder> builder) { + private LinkerReplyContent(com.google.protobuf.GeneratedMessage.Builder> builder) { super(builder); } private LinkerReplyContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerReplyContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContentOuterClass.internal_static_LinkerReplyContent_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContentOuterClass.internal_static_LinkerReplyContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -131,20 +133,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent parseFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -152,20 +154,20 @@ public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.i java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @@ -185,19 +187,19 @@ public Builder toBuilder() { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
- *更新时间 : 2023-01-11 + * 更新时间 : 2023-01-11 ** * Protobuf type {@code LinkerReplyContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder