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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:PushFrame) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushFrameOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -476,7 +478,7 @@ public static final class Builder extends } @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( @@ -489,7 +491,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -580,38 +582,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushFrame) { @@ -655,7 +625,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit headersList_ = other.headersList_; bitField0_ = (bitField0_ & ~0x00000010); headersListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getHeadersListFieldBuilder() : null; } else { headersListBuilder_.addAllMessages(other.headersList_); @@ -903,7 +873,7 @@ private void ensureHeadersListIsMutable() { } } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeaderOrBuilder> headersListBuilder_; /** @@ -1119,11 +1089,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHe getHeadersListBuilderList() { return getHeadersListFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeaderOrBuilder> getHeadersListFieldBuilder() { if (headersListBuilder_ == null) { - headersListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + headersListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeaderOrBuilder>( headersList_, ((bitField0_ & 0x00000010) != 0), @@ -1309,18 +1279,6 @@ public Builder clearPayload() { 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:PushFrame) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOrBuilder.java index 1a4b2871..42791df2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface PushFrameOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOuterClass.java index fe14ede8..572afe97 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushFrameOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushFrame.proto +// Protobuf Java Version: 4.26.0 -// Protobuf Java Version: 3.25.3 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto; public final class PushFrameOuterClass { private PushFrameOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PushFrameOuterClass.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_PushFrame_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_PushFrame_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -47,9 +56,10 @@ public static void registerAllExtensions( internal_static_PushFrame_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PushFrame_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_PushFrame_descriptor, new java.lang.String[] { "Seqid", "Logid", "Service", "Method", "HeadersList", "PayloadEncoding", "PayloadType", "Payload", }); + descriptor.resolveAllFeaturesImmutable(); cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeaderOuterClass.getDescriptor(); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeader.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeader.java index dfd82312..1275cb0a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeader.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeader.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushHeader.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:PushHeader) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeaderOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -306,7 +308,7 @@ public static final class Builder extends } @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( @@ -319,7 +321,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -370,38 +372,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto.PushHeader) { @@ -620,18 +590,6 @@ public Builder setValueBytes( 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:PushHeader) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOrBuilder.java index b407a1cc..a5478140 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushHeader.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; public interface PushHeaderOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOuterClass.java index e890688e..01fd594a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/pushproto/PushHeaderOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/pushproto/PushHeader.proto +// Protobuf Java Version: 4.26.0 -// Protobuf Java Version: 3.25.3 package cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.pushproto; public final class PushHeaderOuterClass { private PushHeaderOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PushHeaderOuterClass.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_PushHeader_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_PushHeader_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_PushHeader_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PushHeader_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_PushHeader_descriptor, new java.lang.String[] { "Key", "Value", }); + 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/AnchorGiftData.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftData.java index 5731eff1..92273de0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftData.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftData.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AnchorGiftData.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 AnchorGiftData} */ public final class AnchorGiftData extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:AnchorGiftData) AnchorGiftDataOrBuilder { 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= */ "", + AnchorGiftData.class.getName()); + } // Use AnchorGiftData.newBuilder() to construct. - private AnchorGiftData(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private AnchorGiftData(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AnchorGiftData() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new AnchorGiftData(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftDataOuterClass.internal_static_AnchorGiftData_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.AnchorGiftDataOuterClass.internal_static_AnchorGiftData_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.AnchorGiftData 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.AnchorGiftData 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.AnchorGiftData 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.AnchorGiftData 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.AnchorGiftData 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 AnchorGiftData} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:AnchorGiftData) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.AnchorGiftDataOuterClass.internal_static_AnchorGiftData_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Anc return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AnchorGiftData) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:AnchorGiftData) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOrBuilder.java index 133123e5..43cb9a61 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AnchorGiftData.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 AnchorGiftDataOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOuterClass.java index b5757b73..6a846f69 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AnchorGiftDataOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AnchorGiftData.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 AnchorGiftDataOuterClass { private AnchorGiftDataOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + AnchorGiftDataOuterClass.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_AnchorGiftData_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_AnchorGiftData_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_AnchorGiftData_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_AnchorGiftData_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_AnchorGiftData_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/AssetEffectMixInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfo.java index 34756ffe..eea21ef5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfo.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AssetEffectMixInfo.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 AssetEffectMixInfo} */ public final class AssetEffectMixInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:AssetEffectMixInfo) AssetEffectMixInfoOrBuilder { 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= */ "", + AssetEffectMixInfo.class.getName()); + } // Use AssetEffectMixInfo.newBuilder() to construct. - private AssetEffectMixInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private AssetEffectMixInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AssetEffectMixInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new AssetEffectMixInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfoOuterClass.internal_static_AssetEffectMixInfo_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.AssetEffectMixInfoOuterClass.internal_static_AssetEffectMixInfo_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.AssetEffectMixInfo 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.AssetEffectMixInfo 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.AssetEffectMixInfo 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.AssetEffectMixInfo 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.AssetEffectMixInfo 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 AssetEffectMixInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:AssetEffectMixInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.AssetEffectMixInfoOuterClass.internal_static_AssetEffectMixInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ass return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.AssetEffectMixInfo) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:AssetEffectMixInfo) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOrBuilder.java index d0feb18f..3274ffae 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AssetEffectMixInfo.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 AssetEffectMixInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOuterClass.java index a4b9d6ea..8c84ca00 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/AssetEffectMixInfoOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/AssetEffectMixInfo.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 AssetEffectMixInfoOuterClass { private AssetEffectMixInfoOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + AssetEffectMixInfoOuterClass.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_AssetEffectMixInfo_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_AssetEffectMixInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_AssetEffectMixInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_AssetEffectMixInfo_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_AssetEffectMixInfo_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/ChatIdentity.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentity.java index fe01ebaf..ae2ba156 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentity.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/ChatIdentity.java @@ -1,42 +1,44 @@ // 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; /** *
- *更新时间 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:ChatIdentity) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentityOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -271,7 +273,7 @@ public static final class Builder extends } @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( @@ -284,12 +286,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getIdentityLabelFieldBuilder(); } @@ -350,38 +352,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity) { @@ -488,7 +458,7 @@ public Builder clearShowIdentity() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image identityLabel_; - 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> identityLabelBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:Decoration) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.DecorationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Dec return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Decoration) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:Decoration) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOrBuilder.java index 744b1c88..75a19dcd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface DecorationOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOuterClass.java index 0716c7a7..ea589422 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/DecorationOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Decoration.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 DecorationOuterClass { private DecorationOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + DecorationOuterClass.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_Decoration_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Decoration_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_Decoration_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Decoration_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Decoration_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/EffectMixImageInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfo.java index 6e8afd1b..14a8b489 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfo.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/EffectMixImageInfo.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 EffectMixImageInfo} */ public final class EffectMixImageInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:EffectMixImageInfo) EffectMixImageInfoOrBuilder { 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= */ "", + EffectMixImageInfo.class.getName()); + } // Use EffectMixImageInfo.newBuilder() to construct. - private EffectMixImageInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private EffectMixImageInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private EffectMixImageInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new EffectMixImageInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.EffectMixImageInfoOuterClass.internal_static_EffectMixImageInfo_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.EffectMixImageInfoOuterClass.internal_static_EffectMixImageInfo_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.EffectMixImageInfo 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.EffectMixImageInfo 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.EffectMixImageInfo 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.EffectMixImageInfo 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.EffectMixImageInfo 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 EffectMixImageInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:EffectMixImageInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.EffectMixImageInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.EffectMixImageInfoOuterClass.internal_static_EffectMixImageInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Eff return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.EffectMixImageInfo) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:EffectMixImageInfo) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOrBuilder.java index a6bcfc99..57323103 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/EffectMixImageInfo.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 EffectMixImageInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOuterClass.java index 221734dd..3142840c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/EffectMixImageInfoOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/EffectMixImageInfo.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 EffectMixImageInfoOuterClass { private EffectMixImageInfoOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + EffectMixImageInfoOuterClass.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_EffectMixImageInfo_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_EffectMixImageInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_EffectMixImageInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_EffectMixImageInfo_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_EffectMixImageInfo_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/GiftBanner.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBanner.java index 4ec09e70..5db7298c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBanner.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBanner.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBanner.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 GiftBanner} */ public final class GiftBanner extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftBanner) GiftBannerOrBuilder { 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= */ "", + GiftBanner.class.getName()); + } // Use GiftBanner.newBuilder() to construct. - private GiftBanner(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GiftBanner(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GiftBanner() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftBanner(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBannerOuterClass.internal_static_GiftBanner_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.GiftBannerOuterClass.internal_static_GiftBanner_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.GiftBanner 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.GiftBanner 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.GiftBanner 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.GiftBanner 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.GiftBanner 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 GiftBanner} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftBanner) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBannerOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.GiftBannerOuterClass.internal_static_GiftBanner_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBanner) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:GiftBanner) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOrBuilder.java index 0191ca32..ce37a39f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBanner.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 GiftBannerOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOuterClass.java index ab62cff8..49f3c131 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBannerOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBanner.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 GiftBannerOuterClass { private GiftBannerOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GiftBannerOuterClass.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_GiftBanner_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GiftBanner_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_GiftBanner_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GiftBanner_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GiftBanner_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/GiftBuffInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfo.java index 2280d865..7fa906c1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfo.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBuffInfo.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 GiftBuffInfo} */ public final class GiftBuffInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftBuffInfo) GiftBuffInfoOrBuilder { 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= */ "", + GiftBuffInfo.class.getName()); + } // Use GiftBuffInfo.newBuilder() to construct. - private GiftBuffInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GiftBuffInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GiftBuffInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftBuffInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfoOuterClass.internal_static_GiftBuffInfo_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.GiftBuffInfoOuterClass.internal_static_GiftBuffInfo_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.GiftBuffInfo 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.GiftBuffInfo 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.GiftBuffInfo 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.GiftBuffInfo 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.GiftBuffInfo 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 GiftBuffInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftBuffInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.GiftBuffInfoOuterClass.internal_static_GiftBuffInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftBuffInfo) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:GiftBuffInfo) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOrBuilder.java index 39f42ff6..8baaf7e6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBuffInfo.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 GiftBuffInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOuterClass.java index 0143b888..a4991206 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftBuffInfoOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftBuffInfo.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 GiftBuffInfoOuterClass { private GiftBuffInfoOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GiftBuffInfoOuterClass.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_GiftBuffInfo_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GiftBuffInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_GiftBuffInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GiftBuffInfo_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GiftBuffInfo_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/GiftGroupInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfo.java index c6b86f79..daa70dc0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfo.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftGroupInfo.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 GiftGroupInfo} */ public final class GiftGroupInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftGroupInfo) GiftGroupInfoOrBuilder { 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= */ "", + GiftGroupInfo.class.getName()); + } // Use GiftGroupInfo.newBuilder() to construct. - private GiftGroupInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GiftGroupInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GiftGroupInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftGroupInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfoOuterClass.internal_static_GiftGroupInfo_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.GiftGroupInfoOuterClass.internal_static_GiftGroupInfo_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.GiftGroupInfo 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.GiftGroupInfo 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.GiftGroupInfo 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.GiftGroupInfo 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.GiftGroupInfo 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 GiftGroupInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftGroupInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.GiftGroupInfoOuterClass.internal_static_GiftGroupInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftGroupInfo) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:GiftGroupInfo) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOrBuilder.java index 20ecc0f9..ce3c9171 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftGroupInfo.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 GiftGroupInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOuterClass.java index 7163048e..0748e57d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftGroupInfoOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftGroupInfo.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 GiftGroupInfoOuterClass { private GiftGroupInfoOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GiftGroupInfoOuterClass.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_GiftGroupInfo_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GiftGroupInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_GiftGroupInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GiftGroupInfo_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GiftGroupInfo_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/GiftIMPriority.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriority.java index a898b9e3..7aef46ab 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriority.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriority.java @@ -1,39 +1,41 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftIMPriority.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 GiftIMPriority} */ public final class GiftIMPriority extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftIMPriority) GiftIMPriorityOrBuilder { 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= */ "", + GiftIMPriority.class.getName()); + } // Use GiftIMPriority.newBuilder() to construct. - private GiftIMPriority(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GiftIMPriority(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GiftIMPriority() { queueSizes_ = emptyLongList(); } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftIMPriority(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriorityOuterClass.internal_static_GiftIMPriority_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.GiftIMPriorityOuterClass.internal_static_GiftIMPriority_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -232,20 +234,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.GiftIMPriority 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.GiftIMPriority 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.GiftIMPriority parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -253,20 +255,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.GiftIMPriority 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.GiftIMPriority 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); } @@ -286,7 +288,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; } @@ -294,7 +296,7 @@ protected Builder newBuilderForType( * Protobuf type {@code GiftIMPriority} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftIMPriority) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriorityOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -303,7 +305,7 @@ public static final class Builder extends } @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.GiftIMPriorityOuterClass.internal_static_GiftIMPriority_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -316,7 +318,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -372,38 +374,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftIMPriority) { @@ -649,18 +619,6 @@ public Builder clearPriority() { 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:GiftIMPriority) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOrBuilder.java index 4ba159ea..8a8a48fa 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftIMPriority.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 GiftIMPriorityOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOuterClass.java index 7ddbb8c9..b9d929a9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftIMPriorityOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftIMPriority.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 GiftIMPriorityOuterClass { private GiftIMPriorityOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GiftIMPriorityOuterClass.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_GiftIMPriority_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GiftIMPriority_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -43,9 +52,10 @@ public static void registerAllExtensions( internal_static_GiftIMPriority_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GiftIMPriority_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GiftIMPriority_descriptor, new java.lang.String[] { "QueueSizes", "SelfQueuePriority", "Priority", }); + 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/GiftPanelOperation.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperation.java index 26ae3f59..bbca51e0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperation.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperation.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPanelOperation.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 GiftPanelOperation} */ public final class GiftPanelOperation extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftPanelOperation) GiftPanelOperationOrBuilder { 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= */ "", + GiftPanelOperation.class.getName()); + } // Use GiftPanelOperation.newBuilder() to construct. - private GiftPanelOperation(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GiftPanelOperation(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GiftPanelOperation() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftPanelOperation(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperationOuterClass.internal_static_GiftPanelOperation_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.GiftPanelOperationOuterClass.internal_static_GiftPanelOperation_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.GiftPanelOperation 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.GiftPanelOperation 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.GiftPanelOperation 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.GiftPanelOperation 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.GiftPanelOperation 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 GiftPanelOperation} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftPanelOperation) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.GiftPanelOperationOuterClass.internal_static_GiftPanelOperation_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPanelOperation) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:GiftPanelOperation) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOrBuilder.java index 10c92fe6..0fbdfa09 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPanelOperation.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 GiftPanelOperationOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOuterClass.java index 1f0d9071..59ed4264 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPanelOperationOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPanelOperation.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 GiftPanelOperationOuterClass { private GiftPanelOperationOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GiftPanelOperationOuterClass.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_GiftPanelOperation_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GiftPanelOperation_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_GiftPanelOperation_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GiftPanelOperation_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GiftPanelOperation_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/GiftPreviewInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfo.java index 4d2e93c9..678ad2e6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfo.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPreviewInfo.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 GiftPreviewInfo} */ public final class GiftPreviewInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftPreviewInfo) GiftPreviewInfoOrBuilder { 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= */ "", + GiftPreviewInfo.class.getName()); + } // Use GiftPreviewInfo.newBuilder() to construct. - private GiftPreviewInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GiftPreviewInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GiftPreviewInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftPreviewInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfoOuterClass.internal_static_GiftPreviewInfo_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.GiftPreviewInfoOuterClass.internal_static_GiftPreviewInfo_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.GiftPreviewInfo 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.GiftPreviewInfo 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.GiftPreviewInfo 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.GiftPreviewInfo 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.GiftPreviewInfo 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 GiftPreviewInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftPreviewInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.GiftPreviewInfoOuterClass.internal_static_GiftPreviewInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftPreviewInfo) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:GiftPreviewInfo) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOrBuilder.java index 0ea9fa4b..85fe84a2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPreviewInfo.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 GiftPreviewInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOuterClass.java index f0368161..5026dd24 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftPreviewInfoOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftPreviewInfo.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 GiftPreviewInfoOuterClass { private GiftPreviewInfoOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GiftPreviewInfoOuterClass.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_GiftPreviewInfo_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GiftPreviewInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_GiftPreviewInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GiftPreviewInfo_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GiftPreviewInfo_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/GiftStruct.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStruct.java index 6ce40468..cdcd3428 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStruct.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftStruct.java @@ -1,19 +1,28 @@ // 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; /** * Protobuf type {@code GiftStruct} */ public final class GiftStruct extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftStruct) GiftStructOrBuilder { 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= */ "", + GiftStruct.class.getName()); + } // Use GiftStruct.newBuilder() to construct. - private GiftStruct(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GiftStruct(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GiftStruct() { @@ -37,13 +46,6 @@ private GiftStruct() { groupInfo_ = java.util.Collections.emptyList(); } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftStruct(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStructOuterClass.internal_static_GiftStruct_descriptor; @@ -62,7 +64,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.GiftStructOuterClass.internal_static_GiftStruct_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -89,31 +91,33 @@ public interface GiftStructFansClubInfoOrBuilder extends * Protobuf type {@code GiftStruct.GiftStructFansClubInfo} */ public static final class GiftStructFansClubInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftStruct.GiftStructFansClubInfo) GiftStructFansClubInfoOrBuilder { 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= */ "", + GiftStructFansClubInfo.class.getName()); + } // Use GiftStructFansClubInfo.newBuilder() to construct. - private GiftStructFansClubInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GiftStructFansClubInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GiftStructFansClubInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftStructFansClubInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStructOuterClass.internal_static_GiftStruct_GiftStructFansClubInfo_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.GiftStructOuterClass.internal_static_GiftStruct_GiftStructFansClubInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -252,20 +256,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.GiftStruct.GiftStructFansClubInfo 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.GiftStruct.GiftStructFansClubInfo 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.GiftStruct.GiftStructFansClubInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -273,20 +277,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.GiftStruct.GiftStructFansClubInfo 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.GiftStruct.GiftStructFansClubInfo 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); } @@ -306,7 +310,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; } @@ -314,7 +318,7 @@ protected Builder newBuilderForType( * Protobuf type {@code GiftStruct.GiftStructFansClubInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftStruct.GiftStructFansClubInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -323,7 +327,7 @@ public static final class Builder extends } @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.GiftStructOuterClass.internal_static_GiftStruct_GiftStructFansClubInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -336,7 +340,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -387,38 +391,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct.GiftStructFansClubInfo) { @@ -553,18 +525,6 @@ public Builder clearInsertPos() { 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:GiftStruct.GiftStructFansClubInfo) } @@ -1972,8 +1932,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getImage()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(describe_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, describe_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(describe_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, describe_); } if (notify_ != false) { output.writeBool(3, notify_); @@ -2014,19 +1974,19 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(15, getGiftLabelIcon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 16, name_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 16, name_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(region_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 17, region_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(region_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 17, region_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(manual_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 18, manual_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(manual_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 18, manual_); } if (forCustom_ != false) { output.writeBool(19, forCustom_); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeStringMapTo( output, internalGetSpecialEffects(), @@ -2041,8 +2001,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (watermelonSeeds_ != 0) { output.writeInt32(23, watermelonSeeds_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(goldEffect_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 24, goldEffect_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(goldEffect_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 24, goldEffect_); } for (int i = 0; i < subs_.size(); i++) { output.writeMessage(25, subs_.get(i)); @@ -2056,20 +2016,20 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (itemType_ != 0) { output.writeInt32(28, itemType_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(schemeUrl_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 29, schemeUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(schemeUrl_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 29, schemeUrl_); } if (((bitField0_ & 0x00000010) != 0)) { output.writeMessage(30, getGiftOperation()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(eventName_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 31, eventName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(eventName_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 31, eventName_); } if (nobleLevel_ != 0L) { output.writeInt64(32, nobleLevel_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(guideUrl_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 33, guideUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(guideUrl_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 33, guideUrl_); } if (punishMedicine_ != false) { output.writeBool(34, punishMedicine_); @@ -2077,8 +2037,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (forPortal_ != false) { output.writeBool(35, forPortal_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(businessText_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 36, businessText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(businessText_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 36, businessText_); } if (cnyGift_ != false) { output.writeBool(37, cnyGift_); @@ -2092,8 +2052,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (isGray_ != false) { output.writeBool(40, isGray_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(graySchemeUrl_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 41, graySchemeUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(graySchemeUrl_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 41, graySchemeUrl_); } if (giftScene_ != 0L) { output.writeInt64(42, giftScene_); @@ -2102,7 +2062,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) output.writeMessage(43, getGiftBanner()); } for (int i = 0; i < triggerWords_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 44, triggerWords_.getRaw(i)); + com.google.protobuf.GeneratedMessage.writeString(output, 44, triggerWords_.getRaw(i)); } for (int i = 0; i < giftBuffInfos_.size(); i++) { output.writeMessage(45, giftBuffInfos_.get(i)); @@ -2119,14 +2079,14 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (giftOfflineTime_ != 0L) { output.writeInt64(49, giftOfflineTime_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(topBarText_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 50, topBarText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(topBarText_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 50, topBarText_); } if (((bitField0_ & 0x00000080) != 0)) { output.writeMessage(51, getTopRightAvatar()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bannerSchemeUrl_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 52, bannerSchemeUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(bannerSchemeUrl_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 52, bannerSchemeUrl_); } if (isLocked_ != false) { output.writeBool(53, isLocked_); @@ -2166,8 +2126,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getImage()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(describe_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, describe_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(describe_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, describe_); } if (notify_ != false) { size += com.google.protobuf.CodedOutputStream @@ -2221,14 +2181,14 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, getGiftLabelIcon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, name_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(name_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(16, name_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(region_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17, region_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(region_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(17, region_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(manual_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(18, manual_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(manual_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(18, manual_); } if (forCustom_ != false) { size += com.google.protobuf.CodedOutputStream @@ -2256,8 +2216,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(23, watermelonSeeds_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(goldEffect_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, goldEffect_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(goldEffect_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(24, goldEffect_); } for (int i = 0; i < subs_.size(); i++) { size += com.google.protobuf.CodedOutputStream @@ -2275,22 +2235,22 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(28, itemType_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(schemeUrl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(29, schemeUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(schemeUrl_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(29, schemeUrl_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(30, getGiftOperation()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(eventName_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(31, eventName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(eventName_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(31, eventName_); } if (nobleLevel_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(32, nobleLevel_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(guideUrl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(33, guideUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(guideUrl_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(33, guideUrl_); } if (punishMedicine_ != false) { size += com.google.protobuf.CodedOutputStream @@ -2300,8 +2260,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(35, forPortal_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(businessText_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(36, businessText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(businessText_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(36, businessText_); } if (cnyGift_ != false) { size += com.google.protobuf.CodedOutputStream @@ -2319,8 +2279,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(40, isGray_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(graySchemeUrl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(41, graySchemeUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(graySchemeUrl_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(41, graySchemeUrl_); } if (giftScene_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -2358,15 +2318,15 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(49, giftOfflineTime_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(topBarText_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(50, topBarText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(topBarText_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(50, topBarText_); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(51, getTopRightAvatar()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bannerSchemeUrl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(52, bannerSchemeUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(bannerSchemeUrl_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(52, bannerSchemeUrl_); } if (isLocked_ != false) { size += com.google.protobuf.CodedOutputStream @@ -2792,20 +2752,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.GiftStruct 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.GiftStruct 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.GiftStruct parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -2813,20 +2773,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.GiftStruct 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.GiftStruct 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); } @@ -2846,7 +2806,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; } @@ -2854,7 +2814,7 @@ protected Builder newBuilderForType( * Protobuf type {@code GiftStruct} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftStruct) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStructOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -2885,7 +2845,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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.GiftStructOuterClass.internal_static_GiftStruct_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2898,12 +2858,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getImageFieldBuilder(); getFansclubInfoFieldBuilder(); @@ -3319,38 +3279,6 @@ private void buildPartial1(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftStruct) { @@ -3464,7 +3392,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit subs_ = other.subs_; bitField0_ = (bitField0_ & ~0x01000000); subsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getSubsFieldBuilder() : null; } else { subsBuilder_.addAllMessages(other.subs_); @@ -3564,7 +3492,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit giftBuffInfos_ = other.giftBuffInfos_; bitField1_ = (bitField1_ & ~0x00001000); giftBuffInfosBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getGiftBuffInfosFieldBuilder() : null; } else { giftBuffInfosBuilder_.addAllMessages(other.giftBuffInfos_); @@ -3641,7 +3569,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit groupInfo_ = other.groupInfo_; bitField1_ = (bitField1_ & ~0x04000000); groupInfoBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getGroupInfoFieldBuilder() : null; } else { groupInfoBuilder_.addAllMessages(other.groupInfo_); @@ -4048,7 +3976,7 @@ public Builder mergeFrom( private int bitField1_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image image_; - 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> imageBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftTip) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTipOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Gif return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTip) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:GiftTip) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOrBuilder.java index af10e688..4bb98bc3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface GiftTipOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOuterClass.java index 3ef2969c..24837579 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTipOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/GiftTip.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 GiftTipOuterClass { private GiftTipOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + GiftTipOuterClass.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_GiftTip_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GiftTip_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_GiftTip_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_GiftTip_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GiftTip_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/GiftTrayInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfo.java index 3b7f464e..0659d7df 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/GiftTrayInfo.java @@ -1,38 +1,40 @@ // 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; /** * Protobuf type {@code GiftTrayInfo} */ public final class GiftTrayInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:GiftTrayInfo) GiftTrayInfoOrBuilder { 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= */ "", + GiftTrayInfo.class.getName()); + } // Use GiftTrayInfo.newBuilder() to construct. - private GiftTrayInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GiftTrayInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GiftTrayInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GiftTrayInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfoOuterClass.internal_static_GiftTrayInfo_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.GiftTrayInfoOuterClass.internal_static_GiftTrayInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -361,20 +363,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.GiftTrayInfo 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.GiftTrayInfo 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.GiftTrayInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -382,20 +384,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.GiftTrayInfo 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.GiftTrayInfo 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); } @@ -415,7 +417,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; } @@ -423,7 +425,7 @@ protected Builder newBuilderForType( * Protobuf type {@code GiftTrayInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftTrayInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -432,7 +434,7 @@ public static final class Builder extends } @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.GiftTrayInfoOuterClass.internal_static_GiftTrayInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -445,12 +447,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getTrayDisplayTextFieldBuilder(); getTrayBaseImgFieldBuilder(); @@ -559,38 +561,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GiftTrayInfo) { @@ -705,7 +675,7 @@ public Builder mergeFrom( private int bitField0_; 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 = 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GradeBuffInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -442,7 +444,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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( @@ -455,12 +457,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getBuffBadgeFieldBuilder(); } @@ -534,38 +536,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.GradeBuffInfo) { @@ -889,7 +859,7 @@ public Builder putAllStatsInfoMap( } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image buffBadge_; - 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> buffBadgeBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:Image.Content) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.ContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -463,7 +467,7 @@ public static final class Builder extends } @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( @@ -476,7 +480,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -535,38 +539,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content) { @@ -907,18 +879,6 @@ public Builder setAlternativeTextBytes( 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:Image.Content) } @@ -979,31 +939,33 @@ public interface NinePatchSettingOrBuilder extends * Protobuf type {@code Image.NinePatchSetting} */ public static final class NinePatchSetting extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:Image.NinePatchSetting) NinePatchSettingOrBuilder { 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= */ "", + NinePatchSetting.class.getName()); + } // Use NinePatchSetting.newBuilder() to construct. - private NinePatchSetting(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private NinePatchSetting(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private NinePatchSetting() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new NinePatchSetting(); - } - 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_NinePatchSetting_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_NinePatchSetting_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1098,20 +1060,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.NinePatchSetting 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.NinePatchSetting 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.NinePatchSetting parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -1119,20 +1081,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.NinePatchSetting 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.NinePatchSetting 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); } @@ -1152,7 +1114,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; } @@ -1160,7 +1122,7 @@ protected Builder newBuilderForType( * Protobuf type {@code Image.NinePatchSetting} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:Image.NinePatchSetting) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSettingOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -1169,7 +1131,7 @@ public static final class Builder extends } @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_NinePatchSetting_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1182,7 +1144,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -1219,38 +1181,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.NinePatchSetting) { @@ -1304,18 +1234,6 @@ public Builder mergeFrom( } // finally 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:Image.NinePatchSetting) } @@ -1690,10 +1608,10 @@ public final boolean isInitialized() { public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { 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 (height_ != 0L) { output.writeInt64(3, height_); @@ -1701,14 +1619,14 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (width_ != 0L) { output.writeInt64(4, width_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(avgColor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, avgColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(avgColor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 5, avgColor_); } if (imageType_ != 0) { output.writeInt32(6, imageType_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(openWebUrl_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 7, openWebUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(openWebUrl_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 7, openWebUrl_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(8, getContent()); @@ -1739,8 +1657,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_); } if (height_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -1750,15 +1668,15 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(4, width_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(avgColor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, avgColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(avgColor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(5, avgColor_); } if (imageType_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(6, imageType_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(openWebUrl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, openWebUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(openWebUrl_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(7, openWebUrl_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -1899,20 +1817,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 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 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 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -1920,20 +1838,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 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 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); } @@ -1953,19 +1871,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 Image} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:Image) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ImageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -1974,7 +1892,7 @@ public static final class Builder extends } @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( @@ -1987,12 +1905,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getContentFieldBuilder(); getFlexSettingListListFieldBuilder(); @@ -2121,38 +2039,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image) { @@ -2224,7 +2110,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit flexSettingListList_ = other.flexSettingListList_; bitField0_ = (bitField0_ & ~0x00000200); flexSettingListListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getFlexSettingListListFieldBuilder() : null; } else { flexSettingListListBuilder_.addAllMessages(other.flexSettingListList_); @@ -2250,7 +2136,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit textSettingListList_ = other.textSettingListList_; bitField0_ = (bitField0_ & ~0x00000400); textSettingListListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getTextSettingListListFieldBuilder() : null; } else { textSettingListListBuilder_.addAllMessages(other.textSettingListList_); @@ -2798,7 +2684,7 @@ public Builder setOpenWebUrlBytes( } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image.Content content_; - 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> contentBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:IndustryCertification) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertificationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ind return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.IndustryCertification) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:IndustryCertification) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOrBuilder.java index c5aa6305..2df971b6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface IndustryCertificationOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOuterClass.java index 55e79404..49cb084b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/IndustryCertificationOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/IndustryCertification.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 IndustryCertificationOuterClass { private IndustryCertificationOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + IndustryCertificationOuterClass.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_IndustryCertification_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_IndustryCertification_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_IndustryCertification_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_IndustryCertification_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_IndustryCertification_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/LinkMic.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMic.java index 0e75f88d..ca18c05e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMic.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMic.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LinkMic.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 LinkMic} */ public final class LinkMic extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkMic) LinkMicOrBuilder { 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= */ "", + LinkMic.class.getName()); + } // Use LinkMic.newBuilder() to construct. - private LinkMic(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkMic(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkMic() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkMic(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMicOuterClass.internal_static_LinkMic_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.LinkMicOuterClass.internal_static_LinkMic_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.LinkMic 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.LinkMic 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.LinkMic 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.LinkMic 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.LinkMic 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 LinkMic} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkMic) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMicOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.LinkMicOuterClass.internal_static_LinkMic_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Lin return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LinkMic) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:LinkMic) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOrBuilder.java index c47a528f..7f91173a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LinkMic.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 LinkMicOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOuterClass.java index 4e02d6ff..13bbd492 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LinkMicOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LinkMic.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 LinkMicOuterClass { private LinkMicOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkMicOuterClass.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_LinkMic_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkMic_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkMic_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkMic_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkMic_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/LuckyMoneyGiftMeta.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMeta.java index 3648539f..37b47e92 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMeta.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMeta.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LuckyMoneyGiftMeta.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 LuckyMoneyGiftMeta} */ public final class LuckyMoneyGiftMeta extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LuckyMoneyGiftMeta) LuckyMoneyGiftMetaOrBuilder { 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= */ "", + LuckyMoneyGiftMeta.class.getName()); + } // Use LuckyMoneyGiftMeta.newBuilder() to construct. - private LuckyMoneyGiftMeta(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LuckyMoneyGiftMeta(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LuckyMoneyGiftMeta() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LuckyMoneyGiftMeta(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMetaOuterClass.internal_static_LuckyMoneyGiftMeta_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.LuckyMoneyGiftMetaOuterClass.internal_static_LuckyMoneyGiftMeta_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.LuckyMoneyGiftMeta 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.LuckyMoneyGiftMeta 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.LuckyMoneyGiftMeta 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.LuckyMoneyGiftMeta 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.LuckyMoneyGiftMeta 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 LuckyMoneyGiftMeta} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LuckyMoneyGiftMeta) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMetaOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.LuckyMoneyGiftMetaOuterClass.internal_static_LuckyMoneyGiftMeta_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Luc return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.LuckyMoneyGiftMeta) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:LuckyMoneyGiftMeta) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOrBuilder.java index 492c26e3..0a70f597 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LuckyMoneyGiftMeta.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 LuckyMoneyGiftMetaOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOuterClass.java index a278d733..0e2b2a8e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/LuckyMoneyGiftMetaOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/LuckyMoneyGiftMeta.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 LuckyMoneyGiftMetaOuterClass { private LuckyMoneyGiftMetaOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LuckyMoneyGiftMetaOuterClass.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_LuckyMoneyGiftMeta_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LuckyMoneyGiftMeta_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LuckyMoneyGiftMeta_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LuckyMoneyGiftMeta_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LuckyMoneyGiftMeta_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/PatternRef.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRef.java index 155c154f..a20c0dca 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRef.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRef.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/PatternRef.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:PatternRef) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRefOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -306,7 +308,7 @@ public static final class Builder extends } @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( @@ -319,7 +321,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -370,38 +372,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef) { @@ -620,18 +590,6 @@ public Builder setDefaultPatternBytes( 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:PatternRef) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOrBuilder.java index 24013162..3ce8d53b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/PatternRef.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 PatternRefOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOuterClass.java index 53ac5d96..479f38f1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/PatternRefOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/PatternRef.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 PatternRefOuterClass { private PatternRefOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PatternRefOuterClass.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_PatternRef_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_PatternRef_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_PatternRef_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PatternRef_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_PatternRef_descriptor, new java.lang.String[] { "Key", "DefaultPattern", }); + 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/Room.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Room.java index 467bc301..330e2c96 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Room.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Room.java @@ -1,19 +1,28 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Room.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 Room} */ public final class Room extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:Room) RoomOrBuilder { 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= */ "", + Room.class.getName()); + } // Use Room.newBuilder() to construct. - private Room(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private Room(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Room() { @@ -37,13 +46,6 @@ private Room() { privateInfo_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Room(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomOuterClass.internal_static_Room_descriptor; @@ -62,7 +64,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.RoomOuterClass.internal_static_Room_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1322,8 +1324,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (id_ != 0L) { output.writeInt64(1, id_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, idStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(idStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, idStr_); } if (status_ != 0L) { output.writeInt64(3, status_); @@ -1331,8 +1333,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (ownerUserId_ != 0L) { output.writeInt64(4, ownerUserId_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(title_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, title_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(title_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 5, title_); } if (userCount_ != 0L) { output.writeInt64(6, userCount_); @@ -1349,10 +1351,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(10, getExtra()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dynamicCoverUri_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 11, dynamicCoverUri_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(dynamicCoverUri_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 11, dynamicCoverUri_); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeLongMapTo( output, internalGetDynamicCoverDict(), @@ -1388,20 +1390,20 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(22, getDynamicCoverLow()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareUrl_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 23, shareUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(shareUrl_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 23, shareUrl_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(anchorShareText_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 24, anchorShareText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(anchorShareText_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 24, anchorShareText_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userShareText_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 25, userShareText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(userShareText_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 25, userShareText_); } if (streamId_ != 0L) { output.writeInt64(26, streamId_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(streamIdStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 27, streamIdStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(streamIdStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 27, streamIdStr_); } if (((bitField0_ & 0x00000010) != 0)) { output.writeMessage(28, getStreamUrl()); @@ -1409,8 +1411,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (mosaicStatus_ != 0L) { output.writeInt64(29, mosaicStatus_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(mosaicTip_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 30, mosaicTip_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(mosaicTip_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 30, mosaicTip_); } if (cellStyle_ != 0L) { output.writeInt64(31, cellStyle_); @@ -1430,26 +1432,26 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000040) != 0)) { output.writeMessage(36, getStats()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sunDailyIconContent_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 37, sunDailyIconContent_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(sunDailyIconContent_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 37, sunDailyIconContent_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(distance_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 38, distance_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(distance_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 38, distance_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(distanceCity_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 39, distanceCity_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(distanceCity_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 39, distanceCity_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 40, location_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(location_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 40, location_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(realDistance_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 41, realDistance_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(realDistance_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 41, realDistance_); } if (((bitField0_ & 0x00000080) != 0)) { output.writeMessage(42, getFeedRoomLabel()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(commonLabelList_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 43, commonLabelList_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(commonLabelList_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 43, commonLabelList_); } if (((bitField0_ & 0x00000100) != 0)) { output.writeMessage(44, getLivingRoomAttrs()); @@ -1464,8 +1466,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000200) != 0)) { output.writeMessage(46, getOwner()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(privateInfo_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 47, privateInfo_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(privateInfo_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 47, privateInfo_); } getUnknownFields().writeTo(output); } @@ -1480,8 +1482,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, id_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, idStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(idStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, idStr_); } if (status_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -1491,8 +1493,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(4, ownerUserId_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(title_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, title_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(title_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(5, title_); } if (userCount_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -1514,8 +1516,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, getExtra()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dynamicCoverUri_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, dynamicCoverUri_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(dynamicCoverUri_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(11, dynamicCoverUri_); } for (java.util.Map.Entry entry : internalGetDynamicCoverDict().getMap().entrySet()) { @@ -1567,21 +1569,21 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(22, getDynamicCoverLow()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareUrl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, shareUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(shareUrl_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(23, shareUrl_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(anchorShareText_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, anchorShareText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(anchorShareText_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(24, anchorShareText_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userShareText_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(25, userShareText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(userShareText_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(25, userShareText_); } if (streamId_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(26, streamId_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(streamIdStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, streamIdStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(streamIdStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(27, streamIdStr_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -1591,8 +1593,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(29, mosaicStatus_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(mosaicTip_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(30, mosaicTip_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(mosaicTip_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(30, mosaicTip_); } if (cellStyle_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -1618,27 +1620,27 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(36, getStats()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(sunDailyIconContent_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(37, sunDailyIconContent_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(sunDailyIconContent_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(37, sunDailyIconContent_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(distance_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(38, distance_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(distance_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(38, distance_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(distanceCity_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(39, distanceCity_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(distanceCity_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(39, distanceCity_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(40, location_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(location_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(40, location_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(realDistance_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(41, realDistance_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(realDistance_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(41, realDistance_); } if (((bitField0_ & 0x00000080) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(42, getFeedRoomLabel()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(commonLabelList_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(43, commonLabelList_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(commonLabelList_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(43, commonLabelList_); } if (((bitField0_ & 0x00000100) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -1662,8 +1664,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(46, getOwner()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(privateInfo_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(47, privateInfo_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(privateInfo_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(47, privateInfo_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1994,20 +1996,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.Room 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.Room 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.Room parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -2015,20 +2017,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.Room 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.Room 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); } @@ -2048,7 +2050,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; } @@ -2056,7 +2058,7 @@ protected Builder newBuilderForType( * Protobuf type {@code Room} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:Room) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -2087,7 +2089,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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.RoomOuterClass.internal_static_Room_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2100,12 +2102,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getExtraFieldBuilder(); getCoverFieldBuilder(); @@ -2458,38 +2460,6 @@ private void buildPartial1(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Room) { @@ -2636,7 +2606,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit decoList_ = other.decoList_; bitField1_ = (bitField1_ & ~0x00000002); decoListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getDecoListFieldBuilder() : null; } else { decoListBuilder_.addAllMessages(other.decoList_); @@ -2662,7 +2632,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit topFans_ = other.topFans_; bitField1_ = (bitField1_ & ~0x00000004); topFansBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getTopFansFieldBuilder() : null; } else { topFansBuilder_.addAllMessages(other.topFans_); @@ -3426,7 +3396,7 @@ public Builder clearFinishTime() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra extra_; - 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> extraBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:RoomExtra) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtraOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Roo return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtra) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:RoomExtra) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOrBuilder.java index a4d00d05..d7a35e3c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface RoomExtraOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOuterClass.java index def2b8a9..99b4b484 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomExtraOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomExtra.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 RoomExtraOuterClass { private RoomExtraOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomExtraOuterClass.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_RoomExtra_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomExtra_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_RoomExtra_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_RoomExtra_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomExtra_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/RoomOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOrBuilder.java index 5c864412..9daef02c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Room.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 RoomOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOuterClass.java index b41f9319..0ce0cd52 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Room.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 RoomOuterClass { private RoomOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomOuterClass.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_Room_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Room_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_Room_DynamicCoverDictEntry_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Room_DynamicCoverDictEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -93,15 +102,16 @@ public static void registerAllExtensions( internal_static_Room_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Room_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Room_descriptor, new java.lang.String[] { "Id", "IdStr", "Status", "OwnerUserId", "Title", "UserCount", "CreateTime", "LinkmicLayout", "FinishTime", "Extra", "DynamicCoverUri", "DynamicCoverDict", "LastPingTime", "LiveId", "StreamProvider", "OsType", "ClientVersion", "WithLinkmic", "EnableRoomPerspective", "Cover", "DynamicCover", "DynamicCoverLow", "ShareUrl", "AnchorShareText", "UserShareText", "StreamId", "StreamIdStr", "StreamUrl", "MosaicStatus", "MosaicTip", "CellStyle", "LinkMic", "LuckymoneyNum", "DecoList", "TopFans", "Stats", "SunDailyIconContent", "Distance", "DistanceCity", "Location", "RealDistance", "FeedRoomLabel", "CommonLabelList", "LivingRoomAttrs", "AdminUserIds", "Owner", "PrivateInfo", }); internal_static_Room_DynamicCoverDictEntry_descriptor = internal_static_Room_descriptor.getNestedTypes().get(0); internal_static_Room_DynamicCoverDictEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Room_DynamicCoverDictEntry_descriptor, new java.lang.String[] { "Key", "Value", }); + descriptor.resolveAllFeaturesImmutable(); cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomExtraOuterClass.getDescriptor(); 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.UserOuterClass.getDescriptor(); diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStats.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStats.java index ee5f56de..25e31bc2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStats.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStats.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomStats.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 RoomStats} */ public final class RoomStats extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:RoomStats) RoomStatsOrBuilder { 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= */ "", + RoomStats.class.getName()); + } // Use RoomStats.newBuilder() to construct. - private RoomStats(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RoomStats(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private RoomStats() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new RoomStats(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStatsOuterClass.internal_static_RoomStats_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.RoomStatsOuterClass.internal_static_RoomStats_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.RoomStats 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.RoomStats 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.RoomStats 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.RoomStats 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.RoomStats 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 RoomStats} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:RoomStats) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStatsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.RoomStatsOuterClass.internal_static_RoomStats_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Roo return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomStats) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:RoomStats) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOrBuilder.java index 9fbcb0d3..b8db3169 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomStats.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 RoomStatsOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOuterClass.java index 560308e6..370eb430 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomStatsOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomStats.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 RoomStatsOuterClass { private RoomStatsOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomStatsOuterClass.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_RoomStats_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomStats_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_RoomStats_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_RoomStats_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomStats_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/RoomUserAttr.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttr.java index ceeefdad..6e401355 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttr.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttr.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomUserAttr.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 RoomUserAttr} */ public final class RoomUserAttr extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:RoomUserAttr) RoomUserAttrOrBuilder { 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= */ "", + RoomUserAttr.class.getName()); + } // Use RoomUserAttr.newBuilder() to construct. - private RoomUserAttr(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RoomUserAttr(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private RoomUserAttr() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new RoomUserAttr(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttrOuterClass.internal_static_RoomUserAttr_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.RoomUserAttrOuterClass.internal_static_RoomUserAttr_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.RoomUserAttr 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.RoomUserAttr 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.RoomUserAttr 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.RoomUserAttr 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.RoomUserAttr 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 RoomUserAttr} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:RoomUserAttr) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttrOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.RoomUserAttrOuterClass.internal_static_RoomUserAttr_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Roo return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.RoomUserAttr) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:RoomUserAttr) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOrBuilder.java index 954852aa..2ad77e4d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomUserAttr.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 RoomUserAttrOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOuterClass.java index 95e6c021..4bd317ff 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/RoomUserAttrOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/RoomUserAttr.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 RoomUserAttrOuterClass { private RoomUserAttrOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomUserAttrOuterClass.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_RoomUserAttr_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomUserAttr_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_RoomUserAttr_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_RoomUserAttr_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomUserAttr_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/StreamUrl.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrl.java index 53d4531d..ce867ad5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrl.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrl.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/StreamUrl.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 StreamUrl} */ public final class StreamUrl extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:StreamUrl) StreamUrlOrBuilder { 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= */ "", + StreamUrl.class.getName()); + } // Use StreamUrl.newBuilder() to construct. - private StreamUrl(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private StreamUrl(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private StreamUrl() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new StreamUrl(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrlOuterClass.internal_static_StreamUrl_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.StreamUrlOuterClass.internal_static_StreamUrl_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.StreamUrl 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.StreamUrl 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.StreamUrl 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.StreamUrl 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.StreamUrl 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 StreamUrl} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:StreamUrl) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrlOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.StreamUrlOuterClass.internal_static_StreamUrl_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Str return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.StreamUrl) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:StreamUrl) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOrBuilder.java index 0605fc1a..3826beb5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/StreamUrl.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 StreamUrlOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOuterClass.java index 227f102d..cfb8d24b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/StreamUrlOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/StreamUrl.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 StreamUrlOuterClass { private StreamUrlOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + StreamUrlOuterClass.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_StreamUrl_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_StreamUrl_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_StreamUrl_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_StreamUrl_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_StreamUrl_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/Text.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Text.java index fda1983a..d0a60d97 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Text.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/Text.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Text.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:Text) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -404,7 +406,7 @@ public static final class Builder extends } @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( @@ -417,12 +419,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getDefaultFormatFieldBuilder(); getPiecesListFieldBuilder(); @@ -508,38 +510,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text) { @@ -584,7 +554,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit piecesList_ = other.piecesList_; bitField0_ = (bitField0_ & ~0x00000008); piecesListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getPiecesListFieldBuilder() : null; } else { piecesListBuilder_.addAllMessages(other.piecesList_); @@ -809,7 +779,7 @@ public Builder setDefaultPatternBytes( } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat defaultFormat_; - 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> defaultFormatBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TextFormat) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormatOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -416,7 +418,7 @@ public static final class Builder extends } @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( @@ -429,7 +431,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -504,38 +506,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat) { @@ -952,18 +922,6 @@ public Builder clearUseRemoteClor() { 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:TextFormat) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOrBuilder.java index 248638a1..61f4c0bc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface TextFormatOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOuterClass.java index cb2dcab5..1cf6ee18 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextFormatOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextFormat.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 TextFormatOuterClass { private TextFormatOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextFormatOuterClass.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_TextFormat_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TextFormat_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -45,9 +54,10 @@ public static void registerAllExtensions( internal_static_TextFormat_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_TextFormat_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TextFormat_descriptor, new java.lang.String[] { "Color", "Bold", "Italic", "Weight", "ItalicAngle", "FontSize", "UseHeighLightColor", "UseRemoteClor", }); + 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/TextOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOrBuilder.java index 512012b7..c3fe55a7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Text.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 TextOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOuterClass.java index a52f9658..91213485 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/Text.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 TextOuterClass { private TextOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextOuterClass.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_Text_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Text_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -47,9 +56,10 @@ public static void registerAllExtensions( internal_static_Text_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Text_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Text_descriptor, new java.lang.String[] { "Key", "DefaultPattern", "DefaultFormat", "PiecesList", }); + 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.TextPieceOuterClass.getDescriptor(); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiece.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiece.java index 7e74c0d7..179a6715 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiece.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiece.java @@ -1,43 +1,45 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TextPiece) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -531,7 +533,7 @@ public static final class Builder extends } @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( @@ -544,12 +546,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getFormatFieldBuilder(); getUserValueFieldBuilder(); @@ -674,38 +676,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece) { @@ -872,7 +842,7 @@ public Builder clearType() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextFormat format_; - 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> formatBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TextPieceGift) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGiftOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -272,7 +274,7 @@ public static final class Builder extends } @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( @@ -285,12 +287,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getNameRefFieldBuilder(); } @@ -351,38 +353,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceGift) { @@ -489,7 +459,7 @@ public Builder clearGiftId() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.PatternRef nameRef_; - 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> nameRefBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TextPieceHeart) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeartOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -256,7 +258,7 @@ public static final class Builder extends } @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( @@ -269,7 +271,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -316,38 +318,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceHeart) { @@ -484,18 +454,6 @@ public Builder setColorBytes( 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:TextPieceHeart) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOrBuilder.java index 119d8092..6c094f31 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface TextPieceHeartOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOuterClass.java index 5f2c6ad5..81eca3b5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceHeartOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPieceHeart.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 TextPieceHeartOuterClass { private TextPieceHeartOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextPieceHeartOuterClass.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_TextPieceHeart_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TextPieceHeart_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_TextPieceHeart_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_TextPieceHeart_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TextPieceHeart_descriptor, new java.lang.String[] { "Color", }); + 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/TextPieceImage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImage.java index 1a5db026..fe1ee445 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceImage.java @@ -1,42 +1,44 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TextPieceImage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -273,7 +275,7 @@ public static final class Builder extends } @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( @@ -286,12 +288,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getImageFieldBuilder(); } @@ -352,38 +354,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceImage) { @@ -458,7 +428,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image image_; - 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> imageBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TextPiecePatternRef) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRefOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -306,7 +308,7 @@ public static final class Builder extends } @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( @@ -319,7 +321,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -370,38 +372,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiecePatternRef) { @@ -620,18 +590,6 @@ public Builder setDefaultPatternBytes( 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:TextPiecePatternRef) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOrBuilder.java index 1b4be78b..c788fdd0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface TextPiecePatternRefOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOuterClass.java index 14cc8b4b..9e1b20f8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPiecePatternRefOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TextPiecePatternRef.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 TextPiecePatternRefOuterClass { private TextPiecePatternRefOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TextPiecePatternRefOuterClass.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_TextPiecePatternRef_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TextPiecePatternRef_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_TextPiecePatternRef_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_TextPiecePatternRef_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TextPiecePatternRef_descriptor, new java.lang.String[] { "Key", "DefaultPattern", }); + 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/TextPieceUser.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUser.java index 6b0cdc23..c860150f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUser.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TextPieceUser.java @@ -1,42 +1,44 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TextPieceUser) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUserOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -272,7 +274,7 @@ public static final class Builder extends } @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( @@ -285,12 +287,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getUserFieldBuilder(); } @@ -351,38 +353,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPieceUser) { @@ -457,7 +427,7 @@ public Builder mergeFrom( private int bitField0_; 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 = 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TopFan) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFanOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Top return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TopFan) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:TopFan) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOrBuilder.java index 4e31cd1c..4b6597c5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface TopFanOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOuterClass.java index e7863c1b..480091d3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/TopFanOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/TopFan.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 TopFanOuterClass { private TopFanOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TopFanOuterClass.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_TopFan_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TopFan_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_TopFan_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_TopFan_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TopFan_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/User.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/User.java index a9416a94..57b0e277 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/User.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/User.java @@ -1,23 +1,32 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.ActivityInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -265,7 +269,7 @@ public static final class Builder extends } @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( @@ -278,7 +282,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -315,38 +319,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ActivityInfo) { @@ -400,18 +372,6 @@ public Builder mergeFrom( } // finally 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.ActivityInfo) } @@ -472,31 +432,33 @@ public interface AnchorInfoOrBuilder extends * Protobuf type {@code User.AnchorInfo} */ public static final class AnchorInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.AnchorInfo) AnchorInfoOrBuilder { 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= */ "", + AnchorInfo.class.getName()); + } // Use AnchorInfo.newBuilder() to construct. - private AnchorInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private AnchorInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AnchorInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new AnchorInfo(); - } - 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_AnchorInfo_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_AnchorInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -591,20 +553,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.AnchorInfo 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.AnchorInfo 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.AnchorInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -612,20 +574,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.AnchorInfo 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.AnchorInfo 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); } @@ -645,7 +607,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; } @@ -653,7 +615,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.AnchorInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.AnchorInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -662,7 +624,7 @@ public static final class Builder extends } @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_AnchorInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -675,7 +637,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -712,38 +674,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorInfo) { @@ -797,18 +727,6 @@ public Builder mergeFrom( } // finally 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.AnchorInfo) } @@ -869,31 +787,33 @@ public interface AnchorLevelOrBuilder extends * Protobuf type {@code User.AnchorLevel} */ public static final class AnchorLevel extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.AnchorLevel) AnchorLevelOrBuilder { 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= */ "", + AnchorLevel.class.getName()); + } // Use AnchorLevel.newBuilder() to construct. - private AnchorLevel(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private AnchorLevel(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AnchorLevel() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new AnchorLevel(); - } - 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_AnchorLevel_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_AnchorLevel_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -988,20 +908,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.AnchorLevel 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.AnchorLevel 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.AnchorLevel parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -1009,20 +929,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.AnchorLevel 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.AnchorLevel 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); } @@ -1042,7 +962,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; } @@ -1050,7 +970,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.AnchorLevel} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.AnchorLevel) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevelOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -1059,7 +979,7 @@ public static final class Builder extends } @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_AnchorLevel_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1072,7 +992,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -1109,38 +1029,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AnchorLevel) { @@ -1194,18 +1082,6 @@ public Builder mergeFrom( } // finally 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.AnchorLevel) } @@ -1266,31 +1142,33 @@ public interface AuthenticationInfoOrBuilder extends * Protobuf type {@code User.AuthenticationInfo} */ public static final class AuthenticationInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.AuthenticationInfo) AuthenticationInfoOrBuilder { 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= */ "", + AuthenticationInfo.class.getName()); + } // Use AuthenticationInfo.newBuilder() to construct. - private AuthenticationInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private AuthenticationInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AuthenticationInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new AuthenticationInfo(); - } - 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_AuthenticationInfo_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_AuthenticationInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1385,20 +1263,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.AuthenticationInfo 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.AuthenticationInfo 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.AuthenticationInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -1406,20 +1284,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.AuthenticationInfo 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.AuthenticationInfo 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); } @@ -1439,7 +1317,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; } @@ -1447,7 +1325,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.AuthenticationInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.AuthenticationInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -1456,7 +1334,7 @@ public static final class Builder extends } @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_AuthenticationInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1469,7 +1347,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -1506,38 +1384,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthenticationInfo) { @@ -1591,18 +1437,6 @@ public Builder mergeFrom( } // finally 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.AuthenticationInfo) } @@ -1663,31 +1497,33 @@ public interface AuthorStatsOrBuilder extends * Protobuf type {@code User.AuthorStats} */ public static final class AuthorStats extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.AuthorStats) AuthorStatsOrBuilder { 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= */ "", + AuthorStats.class.getName()); + } // Use AuthorStats.newBuilder() to construct. - private AuthorStats(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private AuthorStats(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private AuthorStats() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new AuthorStats(); - } - 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_AuthorStats_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_AuthorStats_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1782,20 +1618,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.AuthorStats 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.AuthorStats 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.AuthorStats parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -1803,20 +1639,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.AuthorStats 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.AuthorStats 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); } @@ -1836,7 +1672,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; } @@ -1844,7 +1680,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.AuthorStats} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.AuthorStats) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStatsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -1853,7 +1689,7 @@ public static final class Builder extends } @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_AuthorStats_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1866,7 +1702,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -1903,38 +1739,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.AuthorStats) { @@ -1988,18 +1792,6 @@ public Builder mergeFrom( } // finally 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.AuthorStats) } @@ -2060,31 +1852,33 @@ public interface BorderOrBuilder extends * Protobuf type {@code User.Border} */ public static final class Border extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.Border) BorderOrBuilder { 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= */ "", + Border.class.getName()); + } // Use Border.newBuilder() to construct. - private Border(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private Border(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Border() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Border(); - } - 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_Border_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_Border_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2179,20 +1973,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.Border 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.Border 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.Border parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -2200,20 +1994,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.Border 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.Border 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); } @@ -2233,7 +2027,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; } @@ -2241,7 +2035,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.Border} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.Border) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BorderOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -2250,7 +2044,7 @@ public static final class Builder extends } @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_Border_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2263,7 +2057,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -2300,38 +2094,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Border) { @@ -2385,18 +2147,6 @@ public Builder mergeFrom( } // finally 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.Border) } @@ -2457,31 +2207,33 @@ public interface BrotherhoodInfoOrBuilder extends * Protobuf type {@code User.BrotherhoodInfo} */ public static final class BrotherhoodInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.BrotherhoodInfo) BrotherhoodInfoOrBuilder { 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= */ "", + BrotherhoodInfo.class.getName()); + } // Use BrotherhoodInfo.newBuilder() to construct. - private BrotherhoodInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private BrotherhoodInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private BrotherhoodInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new BrotherhoodInfo(); - } - 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_BrotherhoodInfo_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_BrotherhoodInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2576,20 +2328,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.BrotherhoodInfo 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.BrotherhoodInfo 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.BrotherhoodInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -2597,20 +2349,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.BrotherhoodInfo 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.BrotherhoodInfo 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); } @@ -2630,7 +2382,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; } @@ -2638,7 +2390,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.BrotherhoodInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.BrotherhoodInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -2647,7 +2399,7 @@ public static final class Builder extends } @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_BrotherhoodInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2660,7 +2412,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -2697,38 +2449,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.BrotherhoodInfo) { @@ -2782,18 +2502,6 @@ public Builder mergeFrom( } // finally 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.BrotherhoodInfo) } @@ -2903,24 +2611,26 @@ cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansC * Protobuf type {@code User.FansClub} */ public static final class FansClub extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.FansClub) FansClubOrBuilder { 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= */ "", + FansClub.class.getName()); + } // Use FansClub.newBuilder() to construct. - private FansClub(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private FansClub(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private FansClub() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new FansClub(); - } - 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_FansClub_descriptor; @@ -2939,7 +2649,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.UserOuterClass.internal_static_User_FansClub_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3016,12 +2726,21 @@ public interface FansClubDataOrBuilder extends * Protobuf type {@code User.FansClub.FansClubData} */ public static final class FansClubData extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.FansClub.FansClubData) FansClubDataOrBuilder { 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= */ "", + FansClubData.class.getName()); + } // Use FansClubData.newBuilder() to construct. - private FansClubData(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private FansClubData(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private FansClubData() { @@ -3029,20 +2748,13 @@ private FansClubData() { availableGiftIds_ = emptyLongList(); } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new FansClubData(); - } - 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_FansClub_FansClubData_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_FansClub_FansClubData_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3103,25 +2815,27 @@ cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image getI * Protobuf type {@code User.FansClub.FansClubData.UserBadge} */ public static final class UserBadge extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.FansClub.FansClubData.UserBadge) UserBadgeOrBuilder { 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= */ "", + UserBadge.class.getName()); + } // Use UserBadge.newBuilder() to construct. - private UserBadge(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private UserBadge(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private UserBadge() { title_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new UserBadge(); - } - 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_FansClub_FansClubData_UserBadge_descriptor; @@ -3140,7 +2854,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.UserOuterClass.internal_static_User_FansClub_FansClubData_UserBadge_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3279,14 +2993,14 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeIntegerMapTo( output, internalGetIcons(), IconsDefaultEntryHolder.defaultEntry, 1); - 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_); } getUnknownFields().writeTo(output); } @@ -3307,8 +3021,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, icons__); } - 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_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -3385,20 +3099,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.FansClubData.UserBadge 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.FansClubData.UserBadge 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.FansClubData.UserBadge parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -3406,20 +3120,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.FansClubData.UserBadge 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.FansClubData.UserBadge 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); } @@ -3439,7 +3153,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; } @@ -3447,7 +3161,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.FansClub.FansClubData.UserBadge} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.FansClub.FansClubData.UserBadge) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.UserBadgeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -3478,7 +3192,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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_FansClub_FansClubData_UserBadge_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3491,7 +3205,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -3542,38 +3256,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.UserBadge) { @@ -3877,18 +3559,6 @@ public Builder setTitleBytes( 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.UserBadge) } @@ -4085,8 +3755,8 @@ public final boolean isInitialized() { public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clubName_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, clubName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(clubName_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, clubName_); } if (level_ != 0) { output.writeInt32(2, level_); @@ -4116,8 +3786,8 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clubName_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, clubName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(clubName_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, clubName_); } if (level_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -4246,20 +3916,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.FansClubData 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.FansClubData 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.FansClubData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -4267,20 +3937,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.FansClubData 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.FansClubData 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); } @@ -4300,7 +3970,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; } @@ -4308,7 +3978,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.FansClub.FansClubData} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.FansClub.FansClubData) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -4317,7 +3987,7 @@ public static final class Builder extends } @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_FansClub_FansClubData_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4330,12 +4000,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getBadgeFieldBuilder(); } @@ -4413,38 +4083,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData) { @@ -4708,7 +4346,7 @@ public Builder clearUserFansClubStatus() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData.UserBadge badge_; - 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> badgeBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.FansClub) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClubOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -5332,7 +4958,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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_FansClub_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5345,12 +4971,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getDataFieldBuilder(); } @@ -5411,38 +5037,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub) { @@ -5521,7 +5115,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansClub.FansClubData data_; - 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> dataBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.FansGroupInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -6057,7 +5641,7 @@ public static final class Builder extends } @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( @@ -6070,7 +5654,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -6107,38 +5691,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FansGroupInfo) { @@ -6192,18 +5744,6 @@ public Builder mergeFrom( } // finally 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.FansGroupInfo) } @@ -6300,32 +5840,34 @@ public interface FollowInfoOrBuilder extends * Protobuf type {@code User.FollowInfo} */ public static final class FollowInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.FollowInfo) FollowInfoOrBuilder { 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= */ "", + FollowInfo.class.getName()); + } // Use FollowInfo.newBuilder() to construct. - private FollowInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private FollowInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private FollowInfo() { remarkName_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new FollowInfo(); - } - 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_FollowInfo_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_FollowInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -6441,8 +5983,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (pushStatus_ != 0L) { output.writeInt64(4, pushStatus_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(remarkName_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, remarkName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(remarkName_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 5, remarkName_); } getUnknownFields().writeTo(output); } @@ -6469,8 +6011,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(4, pushStatus_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(remarkName_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, remarkName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(remarkName_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(5, remarkName_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -6561,20 +6103,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.FollowInfo 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.FollowInfo 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.FollowInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -6582,20 +6124,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.FollowInfo 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.FollowInfo 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); } @@ -6615,7 +6157,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; } @@ -6623,7 +6165,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.FollowInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.FollowInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -6632,7 +6174,7 @@ public static final class Builder extends } @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_FollowInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -6645,7 +6187,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -6708,38 +6250,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.FollowInfo) { @@ -7036,18 +6546,6 @@ public Builder setRemarkNameBytes( 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.FollowInfo) } @@ -7108,31 +6606,33 @@ public interface JAccreditInfoOrBuilder extends * Protobuf type {@code User.JAccreditInfo} */ public static final class JAccreditInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.JAccreditInfo) JAccreditInfoOrBuilder { 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= */ "", + JAccreditInfo.class.getName()); + } // Use JAccreditInfo.newBuilder() to construct. - private JAccreditInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private JAccreditInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private JAccreditInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new JAccreditInfo(); - } - 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_JAccreditInfo_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_JAccreditInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -7227,20 +6727,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.JAccreditInfo 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.JAccreditInfo 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.JAccreditInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -7248,20 +6748,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.JAccreditInfo 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.JAccreditInfo 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); } @@ -7281,7 +6781,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; } @@ -7289,7 +6789,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.JAccreditInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.JAccreditInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -7298,7 +6798,7 @@ public static final class Builder extends } @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_JAccreditInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -7311,7 +6811,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -7348,38 +6848,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.JAccreditInfo) { @@ -7433,18 +6901,6 @@ public Builder mergeFrom( } // finally 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.JAccreditInfo) } @@ -7505,31 +6961,33 @@ public interface NobleLevelInfoOrBuilder extends * Protobuf type {@code User.NobleLevelInfo} */ public static final class NobleLevelInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.NobleLevelInfo) NobleLevelInfoOrBuilder { 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= */ "", + NobleLevelInfo.class.getName()); + } // Use NobleLevelInfo.newBuilder() to construct. - private NobleLevelInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private NobleLevelInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private NobleLevelInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new NobleLevelInfo(); - } - 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_NobleLevelInfo_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_NobleLevelInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -7624,20 +7082,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.NobleLevelInfo 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.NobleLevelInfo 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.NobleLevelInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -7645,20 +7103,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.NobleLevelInfo 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.NobleLevelInfo 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); } @@ -7678,7 +7136,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; } @@ -7686,7 +7144,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.NobleLevelInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.NobleLevelInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -7695,7 +7153,7 @@ public static final class Builder extends } @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_NobleLevelInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -7708,7 +7166,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -7742,41 +7200,9 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo buildPartial() { cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo result = new cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo(this); onBuilt(); - return result; - } - - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); + return result; } + @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.NobleLevelInfo) { @@ -7830,18 +7256,6 @@ public Builder mergeFrom( } // finally 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.NobleLevelInfo) } @@ -7902,31 +7316,33 @@ public interface OwnRoomOrBuilder extends * Protobuf type {@code User.OwnRoom} */ public static final class OwnRoom extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.OwnRoom) OwnRoomOrBuilder { 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= */ "", + OwnRoom.class.getName()); + } // Use OwnRoom.newBuilder() to construct. - private OwnRoom(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private OwnRoom(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private OwnRoom() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new OwnRoom(); - } - 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_OwnRoom_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_OwnRoom_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8021,20 +7437,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.OwnRoom 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.OwnRoom 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.OwnRoom parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -8042,20 +7458,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.OwnRoom 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.OwnRoom 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); } @@ -8075,7 +7491,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; } @@ -8083,7 +7499,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.OwnRoom} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.OwnRoom) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoomOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -8092,7 +7508,7 @@ public static final class Builder extends } @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_OwnRoom_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8105,7 +7521,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -8142,38 +7558,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.OwnRoom) { @@ -8227,18 +7611,6 @@ public Builder mergeFrom( } // finally 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.OwnRoom) } @@ -8638,12 +8010,21 @@ cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGr * Protobuf type {@code User.PayGrade} */ public static final class PayGrade extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.PayGrade) PayGradeOrBuilder { 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= */ "", + PayGrade.class.getName()); + } // Use PayGrade.newBuilder() to construct. - private PayGrade(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private PayGrade(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private PayGrade() { @@ -8655,20 +8036,13 @@ private PayGrade() { gradeBanner_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new PayGrade(); - } - 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_PayGrade_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_PayGrade_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8722,32 +8096,34 @@ public interface GradeIconOrBuilder extends * Protobuf type {@code User.PayGrade.GradeIcon} */ public static final class GradeIcon extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.PayGrade.GradeIcon) GradeIconOrBuilder { 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= */ "", + GradeIcon.class.getName()); + } // Use GradeIcon.newBuilder() to construct. - private GradeIcon(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private GradeIcon(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private GradeIcon() { levelStr_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new GradeIcon(); - } - 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_PayGrade_GradeIcon_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_PayGrade_GradeIcon_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8865,8 +8241,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (level_ != 0L) { output.writeInt64(3, level_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(levelStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 4, levelStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(levelStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 4, levelStr_); } getUnknownFields().writeTo(output); } @@ -8889,8 +8265,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, level_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(levelStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, levelStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(levelStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(4, levelStr_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -8980,20 +8356,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.GradeIcon 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.GradeIcon 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.GradeIcon parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -9001,20 +8377,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.GradeIcon 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.GradeIcon 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); } @@ -9034,7 +8410,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; } @@ -9042,7 +8418,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.PayGrade.GradeIcon} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.PayGrade.GradeIcon) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIconOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -9051,7 +8427,7 @@ public static final class Builder extends } @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_PayGrade_GradeIcon_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -9064,12 +8440,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getIconFieldBuilder(); } @@ -9138,38 +8514,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade.GradeIcon) { @@ -9262,7 +8606,7 @@ public Builder mergeFrom( private int bitField0_; 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 = 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.PayGrade) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGradeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -10816,7 +10148,7 @@ public static final class Builder extends } @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_PayGrade_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -10829,12 +10161,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getDiamondIconFieldBuilder(); getIconFieldBuilder(); @@ -11116,38 +10448,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PayGrade) { @@ -11224,7 +10524,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit gradeIconList_ = other.gradeIconList_; bitField0_ = (bitField0_ & ~0x00002000); gradeIconListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getGradeIconListFieldBuilder() : null; } else { gradeIconListBuilder_.addAllMessages(other.gradeIconList_); @@ -11535,7 +10835,7 @@ public Builder clearTotalDiamondCount() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image diamondIcon_; - 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> diamondIconBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.PoiInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -14256,7 +13546,7 @@ public static final class Builder extends } @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( @@ -14269,7 +13559,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -14306,38 +13596,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.PoiInfo) { @@ -14391,18 +13649,6 @@ public Builder mergeFrom( } // finally 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.PoiInfo) } @@ -14463,31 +13709,33 @@ public interface ProfileStyleParamsOrBuilder extends * Protobuf type {@code User.ProfileStyleParams} */ public static final class ProfileStyleParams extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.ProfileStyleParams) ProfileStyleParamsOrBuilder { 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= */ "", + ProfileStyleParams.class.getName()); + } // Use ProfileStyleParams.newBuilder() to construct. - private ProfileStyleParams(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private ProfileStyleParams(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ProfileStyleParams() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new ProfileStyleParams(); - } - 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_ProfileStyleParams_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_ProfileStyleParams_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -14582,20 +13830,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.ProfileStyleParams 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.ProfileStyleParams 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.ProfileStyleParams parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -14603,20 +13851,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.ProfileStyleParams 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.ProfileStyleParams 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); } @@ -14636,7 +13884,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; } @@ -14644,7 +13892,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.ProfileStyleParams} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.ProfileStyleParams) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParamsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -14653,7 +13901,7 @@ public static final class Builder extends } @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_ProfileStyleParams_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -14666,7 +13914,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -14703,38 +13951,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.ProfileStyleParams) { @@ -14788,18 +14004,6 @@ public Builder mergeFrom( } // finally 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.ProfileStyleParams) } @@ -14860,31 +14064,33 @@ public interface SubscribeOrBuilder extends * Protobuf type {@code User.Subscribe} */ public static final class Subscribe extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.Subscribe) SubscribeOrBuilder { 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= */ "", + Subscribe.class.getName()); + } // Use Subscribe.newBuilder() to construct. - private Subscribe(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private Subscribe(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Subscribe() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Subscribe(); - } - 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_Subscribe_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_Subscribe_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -14979,20 +14185,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.Subscribe 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.Subscribe 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.Subscribe parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -15000,20 +14206,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.Subscribe 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.Subscribe 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); } @@ -15033,7 +14239,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; } @@ -15041,7 +14247,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.Subscribe} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.Subscribe) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.SubscribeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -15050,7 +14256,7 @@ public static final class Builder extends } @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_Subscribe_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -15063,7 +14269,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -15100,38 +14306,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.Subscribe) { @@ -15185,18 +14359,6 @@ public Builder mergeFrom( } // finally 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.Subscribe) } @@ -15257,31 +14419,33 @@ public interface UserAttrOrBuilder extends * Protobuf type {@code User.UserAttr} */ public static final class UserAttr extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.UserAttr) UserAttrOrBuilder { 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= */ "", + UserAttr.class.getName()); + } // Use UserAttr.newBuilder() to construct. - private UserAttr(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private UserAttr(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private UserAttr() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new UserAttr(); - } - 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_UserAttr_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_UserAttr_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -15376,20 +14540,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.UserAttr 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.UserAttr 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.UserAttr parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -15397,20 +14561,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.UserAttr 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.UserAttr 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); } @@ -15430,7 +14594,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; } @@ -15438,7 +14602,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.UserAttr} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.UserAttr) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttrOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -15447,7 +14611,7 @@ public static final class Builder extends } @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_UserAttr_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -15460,7 +14624,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -15497,38 +14661,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserAttr) { @@ -15582,18 +14714,6 @@ public Builder mergeFrom( } // finally 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.UserAttr) } @@ -15654,31 +14774,33 @@ public interface UserDressInfoOrBuilder extends * Protobuf type {@code User.UserDressInfo} */ public static final class UserDressInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.UserDressInfo) UserDressInfoOrBuilder { 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= */ "", + UserDressInfo.class.getName()); + } // Use UserDressInfo.newBuilder() to construct. - private UserDressInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private UserDressInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private UserDressInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new UserDressInfo(); - } - 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_UserDressInfo_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_UserDressInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -15773,20 +14895,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.UserDressInfo 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.UserDressInfo 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.UserDressInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -15794,20 +14916,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.UserDressInfo 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.UserDressInfo 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); } @@ -15827,7 +14949,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; } @@ -15835,7 +14957,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.UserDressInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.UserDressInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -15844,7 +14966,7 @@ public static final class Builder extends } @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_UserDressInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -15857,7 +14979,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -15894,38 +15016,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserDressInfo) { @@ -15979,18 +15069,6 @@ public Builder mergeFrom( } // finally 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.UserDressInfo) } @@ -16051,31 +15129,33 @@ public interface UserStatsOrBuilder extends * Protobuf type {@code User.UserStats} */ public static final class UserStats extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.UserStats) UserStatsOrBuilder { 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= */ "", + UserStats.class.getName()); + } // Use UserStats.newBuilder() to construct. - private UserStats(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private UserStats(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private UserStats() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new UserStats(); - } - 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_UserStats_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_UserStats_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -16170,20 +15250,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.UserStats 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.UserStats 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.UserStats parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -16191,20 +15271,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.UserStats 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.UserStats 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); } @@ -16224,7 +15304,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; } @@ -16232,7 +15312,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.UserStats} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.UserStats) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStatsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -16241,7 +15321,7 @@ public static final class Builder extends } @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_UserStats_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -16254,7 +15334,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -16291,38 +15371,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.UserStats) { @@ -16376,18 +15424,6 @@ public Builder mergeFrom( } // finally 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.UserStats) } @@ -16448,31 +15484,33 @@ public interface XiguaParamsOrBuilder extends * Protobuf type {@code User.XiguaParams} */ public static final class XiguaParams extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:User.XiguaParams) XiguaParamsOrBuilder { 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= */ "", + XiguaParams.class.getName()); + } // Use XiguaParams.newBuilder() to construct. - private XiguaParams(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private XiguaParams(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private XiguaParams() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new XiguaParams(); - } - 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_XiguaParams_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_XiguaParams_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -16567,20 +15605,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.XiguaParams 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.XiguaParams 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.XiguaParams parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -16588,20 +15626,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.XiguaParams 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.XiguaParams 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); } @@ -16621,7 +15659,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; } @@ -16629,7 +15667,7 @@ protected Builder newBuilderForType( * Protobuf type {@code User.XiguaParams} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User.XiguaParams) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParamsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -16638,7 +15676,7 @@ public static final class Builder extends } @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_XiguaParams_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -16651,7 +15689,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -16688,38 +15726,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User.XiguaParams) { @@ -16773,18 +15779,6 @@ public Builder mergeFrom( } // finally 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.XiguaParams) } @@ -19370,14 +18364,14 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (shortId_ != 0L) { output.writeInt64(2, shortId_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickname_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, nickname_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nickname_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 3, nickname_); } if (gender_ != 0) { output.writeInt32(4, gender_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(signature_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, signature_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(signature_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 5, signature_); } if (level_ != 0) { output.writeInt32(6, level_); @@ -19385,8 +18379,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (birthday_ != 0L) { output.writeInt64(7, birthday_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(telephone_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 8, telephone_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(telephone_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 8, telephone_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(9, getAvatarThumb()); @@ -19403,8 +18397,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (experience_ != 0) { output.writeInt32(13, experience_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(city_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 14, city_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(city_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 14, city_); } if (status_ != 0) { output.writeInt32(15, status_); @@ -19418,8 +18412,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (secret_ != 0) { output.writeInt32(18, secret_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareQrcodeUri_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 19, shareQrcodeUri_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(shareQrcodeUri_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 19, shareQrcodeUri_); } if (incomeSharePercent_ != 0) { output.writeInt32(20, incomeSharePercent_); @@ -19439,8 +18433,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000080) != 0)) { output.writeMessage(25, getBorder()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(specialId_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 26, specialId_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(specialId_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 26, specialId_); } if (((bitField0_ & 0x00000100) != 0)) { output.writeMessage(27, getAvatarBorder()); @@ -19475,8 +18469,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (linkMicStats_ != 0) { output.writeInt32(37, linkMicStats_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayId_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 38, displayId_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(displayId_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 38, displayId_); } if (withCommercePermission_ != false) { output.writeBool(39, withCommercePermission_); @@ -19490,8 +18484,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00002000) != 0)) { output.writeMessage(42, getWebcastAnchorLevel()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verifiedContent_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 43, verifiedContent_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(verifiedContent_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 43, verifiedContent_); } if (((bitField0_ & 0x00004000) != 0)) { output.writeMessage(44, getAuthorStats()); @@ -19499,8 +18493,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) for (int i = 0; i < topFansList_.size(); i++) { output.writeMessage(45, topFansList_.get(i)); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(secUid_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 46, secUid_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(secUid_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 46, secUid_); } if (userRole_ != 0) { output.writeInt32(47, userRole_); @@ -19554,23 +18548,23 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x02000000) != 0)) { output.writeMessage(62, getIndustryCertification()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationCity_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 63, locationCity_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(locationCity_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 63, locationCity_); } if (((bitField0_ & 0x04000000) != 0)) { output.writeMessage(64, getFansGroupInfo()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(remarkName_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 65, remarkName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(remarkName_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 65, remarkName_); } if (mysteryMan_ != 0) { output.writeInt32(66, mysteryMan_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(webRid_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 67, webRid_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(webRid_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 67, webRid_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(desensitizedNickname_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 68, desensitizedNickname_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(desensitizedNickname_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 68, desensitizedNickname_); } if (((bitField0_ & 0x08000000) != 0)) { output.writeMessage(69, getJAccreditInfo()); @@ -19584,8 +18578,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (consumeDiamondLevel_ != 0) { output.writeInt32(72, consumeDiamondLevel_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(webcastUid_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 73, webcastUid_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(webcastUid_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 73, webcastUid_); } if (((bitField0_ & 0x20000000) != 0)) { output.writeMessage(74, getProfileStyleParams()); @@ -19629,11 +18623,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField1_ & 0x00000001) != 0)) { output.writeMessage(1012, getAvatarJpg()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bgImgUrl_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1013, bgImgUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(bgImgUrl_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1013, bgImgUrl_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(birthdayDescription_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1014, birthdayDescription_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(birthdayDescription_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1014, birthdayDescription_); } if (birthdayValid_ != false) { output.writeBool(1015, birthdayValid_); @@ -19644,8 +18638,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (commentRestrict_ != 0) { output.writeInt32(1017, commentRestrict_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(constellation_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1018, constellation_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(constellation_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1018, constellation_); } if (disableIchat_ != 0) { output.writeInt32(1019, disableIchat_); @@ -19668,14 +18662,14 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (hotsoonVerified_ != false) { output.writeBool(1025, hotsoonVerified_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(hotsoonVerifiedReason_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1026, hotsoonVerifiedReason_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(hotsoonVerifiedReason_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1026, hotsoonVerifiedReason_); } if (ichatRestrictType_ != 0) { output.writeInt32(1027, ichatRestrictType_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1028, idStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(idStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1028, idStr_); } if (isFollower_ != false) { output.writeBool(1029, isFollower_); @@ -19719,8 +18713,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (verifiedMobile_ != false) { output.writeBool(1042, verifiedMobile_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verifiedReason_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1043, verifiedReason_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(verifiedReason_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1043, verifiedReason_); } if (withCarManagementPermission_ != false) { output.writeBool(1044, withCarManagementPermission_); @@ -19748,15 +18742,15 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(2, shortId_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickname_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, nickname_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(nickname_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(3, nickname_); } if (gender_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(4, gender_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(signature_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, signature_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(signature_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(5, signature_); } if (level_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -19766,8 +18760,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(7, birthday_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(telephone_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, telephone_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(telephone_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(8, telephone_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -19789,8 +18783,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(13, experience_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(city_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, city_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(city_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(14, city_); } if (status_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -19808,8 +18802,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(18, secret_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareQrcodeUri_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(19, shareQrcodeUri_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(shareQrcodeUri_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(19, shareQrcodeUri_); } if (incomeSharePercent_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -19835,8 +18829,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(25, getBorder()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(specialId_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(26, specialId_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(specialId_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(26, specialId_); } if (((bitField0_ & 0x00000100) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -19882,8 +18876,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(37, linkMicStats_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayId_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(38, displayId_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(displayId_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(38, displayId_); } if (withCommercePermission_ != false) { size += com.google.protobuf.CodedOutputStream @@ -19901,8 +18895,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(42, getWebcastAnchorLevel()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verifiedContent_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(43, verifiedContent_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(verifiedContent_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(43, verifiedContent_); } if (((bitField0_ & 0x00004000) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -19912,8 +18906,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(45, topFansList_.get(i)); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(secUid_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(46, secUid_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(secUid_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(46, secUid_); } if (userRole_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -19989,25 +18983,25 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(62, getIndustryCertification()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(locationCity_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(63, locationCity_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(locationCity_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(63, locationCity_); } if (((bitField0_ & 0x04000000) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(64, getFansGroupInfo()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(remarkName_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(65, remarkName_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(remarkName_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(65, remarkName_); } if (mysteryMan_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(66, mysteryMan_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(webRid_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(67, webRid_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(webRid_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(67, webRid_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(desensitizedNickname_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(68, desensitizedNickname_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(desensitizedNickname_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(68, desensitizedNickname_); } if (((bitField0_ & 0x08000000) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -20025,8 +19019,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(72, consumeDiamondLevel_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(webcastUid_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(73, webcastUid_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(webcastUid_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(73, webcastUid_); } if (((bitField0_ & 0x20000000) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -20084,11 +19078,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1012, getAvatarJpg()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bgImgUrl_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1013, bgImgUrl_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(bgImgUrl_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1013, bgImgUrl_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(birthdayDescription_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1014, birthdayDescription_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(birthdayDescription_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1014, birthdayDescription_); } if (birthdayValid_ != false) { size += com.google.protobuf.CodedOutputStream @@ -20102,8 +19096,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1017, commentRestrict_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(constellation_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1018, constellation_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(constellation_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1018, constellation_); } if (disableIchat_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -20133,15 +19127,15 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1025, hotsoonVerified_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(hotsoonVerifiedReason_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1026, hotsoonVerifiedReason_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(hotsoonVerifiedReason_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1026, hotsoonVerifiedReason_); } if (ichatRestrictType_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(1027, ichatRestrictType_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(idStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1028, idStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(idStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1028, idStr_); } if (isFollower_ != false) { size += com.google.protobuf.CodedOutputStream @@ -20199,8 +19193,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(1042, verifiedMobile_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(verifiedReason_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1043, verifiedReason_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(verifiedReason_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1043, verifiedReason_); } if (withCarManagementPermission_ != false) { size += com.google.protobuf.CodedOutputStream @@ -20985,20 +19979,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 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 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 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -21006,20 +20000,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 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 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); } @@ -21039,19 +20033,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 User} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:User) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -21060,7 +20054,7 @@ public static final class Builder extends } @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( @@ -21073,12 +20067,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getAvatarThumbFieldBuilder(); getAvatarMediumFieldBuilder(); @@ -21949,38 +20943,6 @@ private void buildPartial3(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField1_ |= to_bitField1_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User) { @@ -22108,7 +21070,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit realTimeIconsList_ = other.realTimeIconsList_; bitField0_ = (bitField0_ & ~0x10000000); realTimeIconsListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getRealTimeIconsListFieldBuilder() : null; } else { realTimeIconsListBuilder_.addAllMessages(other.realTimeIconsList_); @@ -22134,7 +21096,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit newRealTimeIconsList_ = other.newRealTimeIconsList_; bitField0_ = (bitField0_ & ~0x20000000); newRealTimeIconsListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getNewRealTimeIconsListFieldBuilder() : null; } else { newRealTimeIconsListBuilder_.addAllMessages(other.newRealTimeIconsList_); @@ -22206,7 +21168,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit topFansList_ = other.topFansList_; bitField1_ = (bitField1_ & ~0x00001000); topFansListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getTopFansListFieldBuilder() : null; } else { topFansListBuilder_.addAllMessages(other.topFansList_); @@ -23604,7 +22566,7 @@ public Builder setTelephoneBytes( } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image avatarThumb_; - 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> avatarThumbBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:UserVIPInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.UserVIPInfo) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:UserVIPInfo) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOrBuilder.java index bc331939..c62898c3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface UserVIPInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOuterClass.java index 7eebb348..7e364ce7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/data/UserVIPInfoOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/data/UserVIPInfo.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 UserVIPInfoOuterClass { private UserVIPInfoOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + UserVIPInfoOuterClass.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_UserVIPInfo_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_UserVIPInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_UserVIPInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_UserVIPInfo_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_UserVIPInfo_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/im/ActionType.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionType.java index 7f201498..9325d3fb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionType.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ActionType.java @@ -1,12 +1,12 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ActionType.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-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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:AnchorUpdateLayoutContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Ancho return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLayoutContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:AnchorUpdateLayoutContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOrBuilder.java index 7764d744..b60a5635 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface AnchorUpdateLayoutContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOuterClass.java index 8b931d3f..499a0268 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLayoutContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLayoutContent.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 AnchorUpdateLayoutContentOuterClass { private AnchorUpdateLayoutContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + AnchorUpdateLayoutContentOuterClass.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_AnchorUpdateLayoutContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_AnchorUpdateLayoutContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_AnchorUpdateLayoutContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_AnchorUpdateLayoutContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_AnchorUpdateLayoutContent_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/im/AnchorUpdateLinkmicConfigContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContent.java index a13a0872..eb201e6b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLinkmicConfigContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:AnchorUpdateLinkmicConfigContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Ancho return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AnchorUpdateLinkmicConfigContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:AnchorUpdateLinkmicConfigContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOrBuilder.java index d285e350..c968b1c3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLinkmicConfigContent.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 AnchorUpdateLinkmicConfigContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOuterClass.java index 05f4d9a0..1e897793 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AnchorUpdateLinkmicConfigContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/AnchorUpdateLinkmicConfigContent.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 AnchorUpdateLinkmicConfigContentOuterClass { private AnchorUpdateLinkmicConfigContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + AnchorUpdateLinkmicConfigContentOuterClass.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_AnchorUpdateLinkmicConfigContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_AnchorUpdateLinkmicConfigContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_AnchorUpdateLinkmicConfigContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_AnchorUpdateLinkmicConfigContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_AnchorUpdateLinkmicConfigContent_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/im/AudioChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessage.java index 6bbb290a..1cc38a2f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/AudioChatMessage.java @@ -1,23 +1,32 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:AudioChatMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AudioChatMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -456,7 +458,7 @@ public static final class Builder extends } @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( @@ -469,12 +471,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -567,38 +569,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.AudioChatMessage) { @@ -713,7 +683,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:ChatMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ChatMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -870,7 +872,7 @@ public static final class Builder extends } @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( @@ -883,12 +885,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -1077,38 +1079,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ChatMessage) { @@ -1345,7 +1315,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CommerceMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommerceMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Comme return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommerceMessage) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:CommerceMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOrBuilder.java index 01f3c8cb..c3901674 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface CommerceMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOuterClass.java index 6b905097..44a4b4e1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CommerceMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CommerceMessage.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 CommerceMessageOuterClass { private CommerceMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CommerceMessageOuterClass.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_CommerceMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CommerceMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_CommerceMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_CommerceMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CommerceMessage_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/im/Common.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Common.java index 410cf76c..dfffeeab 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Common.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Common.java @@ -1,23 +1,32 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:Common) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -950,7 +952,7 @@ public static final class Builder extends } @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( @@ -963,12 +965,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getDisplayTextFieldBuilder(); getUserFieldBuilder(); @@ -1133,38 +1135,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common) { @@ -1733,7 +1703,7 @@ public Builder setDescribeBytes( } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text displayText_; - 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> displayTextBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CommonTextMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonTextMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -341,7 +343,7 @@ public static final class Builder extends } @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( @@ -354,12 +356,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -432,38 +434,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CommonTextMessage) { @@ -550,7 +520,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:ControlMessage.Extra) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.ExtraOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -681,7 +685,7 @@ public static final class Builder extends } @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( @@ -694,12 +698,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getTitleFieldBuilder(); getViolationReasonFieldBuilder(); @@ -816,38 +820,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage.Extra) { @@ -1086,7 +1058,7 @@ public Builder clearReasonNo() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text title_; - 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> titleBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:ControlMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -2145,7 +2105,7 @@ public static final class Builder extends } @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( @@ -2158,12 +2118,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getExtraFieldBuilder(); @@ -2240,38 +2200,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ControlMessage) { @@ -2366,7 +2294,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CrossRoomLinkCancelInviteContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkCancelInviteContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:CrossRoomLinkCancelInviteContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOrBuilder.java index 79033b8c..1633301e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface CrossRoomLinkCancelInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOuterClass.java index 50ff53b7..8900d50c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkCancelInviteContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkCancelInviteContent.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 CrossRoomLinkCancelInviteContentOuterClass { private CrossRoomLinkCancelInviteContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CrossRoomLinkCancelInviteContentOuterClass.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_CrossRoomLinkCancelInviteContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CrossRoomLinkCancelInviteContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_CrossRoomLinkCancelInviteContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_CrossRoomLinkCancelInviteContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CrossRoomLinkCancelInviteContent_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/im/CrossRoomLinkInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContent.java index eff7a1fb..2c7340fb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkInviteContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CrossRoomLinkInviteContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkInviteContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:CrossRoomLinkInviteContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOrBuilder.java index c7f04c46..fd8442de 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkInviteContent.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 CrossRoomLinkInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOuterClass.java index 406d0ec9..187f0a29 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkInviteContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkInviteContent.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 CrossRoomLinkInviteContentOuterClass { private CrossRoomLinkInviteContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CrossRoomLinkInviteContentOuterClass.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_CrossRoomLinkInviteContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CrossRoomLinkInviteContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_CrossRoomLinkInviteContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_CrossRoomLinkInviteContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CrossRoomLinkInviteContent_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/im/CrossRoomLinkReplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContent.java index 2e816c41..3345550f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkReplyContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CrossRoomLinkReplyContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomLinkReplyContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:CrossRoomLinkReplyContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOrBuilder.java index 5589ebb1..51ca1659 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkReplyContent.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 CrossRoomLinkReplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOuterClass.java index 297a1718..40801fd9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomLinkReplyContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomLinkReplyContent.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 CrossRoomLinkReplyContentOuterClass { private CrossRoomLinkReplyContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CrossRoomLinkReplyContentOuterClass.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_CrossRoomLinkReplyContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CrossRoomLinkReplyContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_CrossRoomLinkReplyContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_CrossRoomLinkReplyContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CrossRoomLinkReplyContent_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/im/CrossRoomRTCInfoContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContent.java index bfd7c3bb..7c9c3d0e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomRTCInfoContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:CrossRoomRTCInfoContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Cross return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.CrossRoomRTCInfoContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:CrossRoomRTCInfoContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOrBuilder.java index 88791343..5090c0a2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomRTCInfoContent.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 CrossRoomRTCInfoContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOuterClass.java index 21bc100a..f9e7e760 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/CrossRoomRTCInfoContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/CrossRoomRTCInfoContent.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 CrossRoomRTCInfoContentOuterClass { private CrossRoomRTCInfoContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + CrossRoomRTCInfoContentOuterClass.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_CrossRoomRTCInfoContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CrossRoomRTCInfoContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_CrossRoomRTCInfoContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_CrossRoomRTCInfoContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CrossRoomRTCInfoContent_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/im/DisplayControlInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfo.java index 4b463c6c..90f7d894 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfo.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DisplayControlInfo.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 DisplayControlInfo} */ public final class DisplayControlInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:DisplayControlInfo) DisplayControlInfoOrBuilder { 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= */ "", + DisplayControlInfo.class.getName()); + } // Use DisplayControlInfo.newBuilder() to construct. - private DisplayControlInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private DisplayControlInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private DisplayControlInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new DisplayControlInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfoOuterClass.internal_static_DisplayControlInfo_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.DisplayControlInfoOuterClass.internal_static_DisplayControlInfo_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.DisplayControlInfo 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.DisplayControlInfo 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.DisplayControlInfo 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.DisplayControlInfo 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.DisplayControlInfo 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 DisplayControlInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:DisplayControlInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.DisplayControlInfoOuterClass.internal_static_DisplayControlInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Displ return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DisplayControlInfo) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:DisplayControlInfo) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOrBuilder.java index b2b1e3cd..dfb95ac0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DisplayControlInfo.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 DisplayControlInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOuterClass.java index f125409e..4d323a36 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DisplayControlInfoOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DisplayControlInfo.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 DisplayControlInfoOuterClass { private DisplayControlInfoOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + DisplayControlInfoOuterClass.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_DisplayControlInfo_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_DisplayControlInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_DisplayControlInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_DisplayControlInfo_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_DisplayControlInfo_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/im/DoubleLikeDetail.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetail.java index b9ac379d..389fc46d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetail.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetail.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DoubleLikeDetail.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 DoubleLikeDetail} */ public final class DoubleLikeDetail extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:DoubleLikeDetail) DoubleLikeDetailOrBuilder { 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= */ "", + DoubleLikeDetail.class.getName()); + } // Use DoubleLikeDetail.newBuilder() to construct. - private DoubleLikeDetail(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private DoubleLikeDetail(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private DoubleLikeDetail() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new DoubleLikeDetail(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetailOuterClass.internal_static_DoubleLikeDetail_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.DoubleLikeDetailOuterClass.internal_static_DoubleLikeDetail_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.DoubleLikeDetail 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.DoubleLikeDetail 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.DoubleLikeDetail 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.DoubleLikeDetail 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.DoubleLikeDetail 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 DoubleLikeDetail} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:DoubleLikeDetail) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetailOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.DoubleLikeDetailOuterClass.internal_static_DoubleLikeDetail_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Doubl return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.DoubleLikeDetail) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:DoubleLikeDetail) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOrBuilder.java index 8607b44e..242a8fec 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DoubleLikeDetail.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 DoubleLikeDetailOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOuterClass.java index c2a5178f..9ef57953 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/DoubleLikeDetailOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/DoubleLikeDetail.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 DoubleLikeDetailOuterClass { private DoubleLikeDetailOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + DoubleLikeDetailOuterClass.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_DoubleLikeDetail_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_DoubleLikeDetail_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_DoubleLikeDetail_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_DoubleLikeDetail_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_DoubleLikeDetail_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/im/EmojiChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessage.java index bf7bbc81..764532f7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/EmojiChatMessage.java @@ -1,43 +1,45 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:EmojiChatMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.EmojiChatMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -494,7 +496,7 @@ public static final class Builder extends } @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( @@ -507,12 +509,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -621,38 +623,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.EmojiChatMessage) { @@ -783,7 +753,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:FansclubMessage.UpgradePrivilege) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessage.UpgradePrivilegeOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -394,7 +398,7 @@ public static final class Builder extends } @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( @@ -407,7 +411,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -462,38 +466,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessage.UpgradePrivilege) { @@ -752,18 +724,6 @@ public Builder clearButtonType() { 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:FansclubMessage.UpgradePrivilege) } @@ -969,8 +929,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (action_ != 0) { output.writeInt32(2, action_); } - 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 (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(4, getUser()); @@ -995,8 +955,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, action_); } - 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 (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -1106,20 +1066,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 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 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 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -1127,20 +1087,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 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 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); } @@ -1160,19 +1120,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 FansclubMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:FansclubMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -1181,7 +1141,7 @@ public static final class Builder extends } @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( @@ -1194,12 +1154,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -1288,38 +1248,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FansclubMessage) { @@ -1424,7 +1352,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:FlexImageStruct) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStructOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -452,7 +454,7 @@ public static final class Builder extends } @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( @@ -465,7 +467,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -532,38 +534,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct) { @@ -1089,18 +1059,6 @@ public Builder clearTopBorderHeight() { 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:FlexImageStruct) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOrBuilder.java index 60470aa3..e863a256 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface FlexImageStructOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOuterClass.java index 47b32350..bec247db 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/FlexImageStructOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/FlexImageStruct.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 FlexImageStructOuterClass { private FlexImageStructOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + FlexImageStructOuterClass.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_FlexImageStruct_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_FlexImageStruct_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -44,9 +53,10 @@ public static void registerAllExtensions( internal_static_FlexImageStruct_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_FlexImageStruct_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_FlexImageStruct_descriptor, new java.lang.String[] { "UrlListList", "Uri", "FlexSettingList", "TextSettingList", "TopBorderHeight", }); + 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/GameCPUserDownloadMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessage.java index 67601f2d..acf7ef4f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/GameCPUserDownloadMessage.java @@ -1,23 +1,32 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GameCPUserDownloadMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -451,7 +453,7 @@ public static final class Builder extends } @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( @@ -464,12 +466,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); } @@ -546,38 +548,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GameCPUserDownloadMessage) { @@ -690,7 +660,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftMessage.TextEffect.Detail) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.DetailOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -862,7 +868,7 @@ public static final class Builder extends } @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( @@ -875,12 +881,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getTextFieldBuilder(); getBackgroundFieldBuilder(); @@ -1001,38 +1007,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail) { @@ -1217,7 +1191,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text text_; - 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> textBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftMessage.TextEffect) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffectOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -2261,7 +2223,7 @@ public static final class Builder extends } @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( @@ -2274,12 +2236,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getPortraitFieldBuilder(); getLandscapeFieldBuilder(); @@ -2348,38 +2310,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect) { @@ -2456,7 +2386,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage.TextEffect.Detail portrait_; - 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> portraitBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:GiftMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -4052,7 +3970,7 @@ public static final class Builder extends } @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( @@ -4065,12 +3983,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -4346,38 +4264,6 @@ private void buildPartial1(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.GiftMessage) { @@ -4756,7 +4642,7 @@ public Builder mergeFrom( private int bitField1_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:HotChatMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotChatMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -568,7 +570,7 @@ public static final class Builder extends } @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( @@ -581,12 +583,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); } @@ -675,38 +677,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotChatMessage) { @@ -879,7 +849,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:HotRoomInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -229,7 +231,7 @@ public static final class Builder extends } @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( @@ -242,7 +244,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -289,38 +291,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomInfo) { @@ -415,18 +385,6 @@ public Builder clearBitmap() { 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:HotRoomInfo) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOrBuilder.java index 11bb0d59..fdf5e564 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface HotRoomInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOuterClass.java index 27733acd..31487ffd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomInfoOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/HotRoomInfo.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 HotRoomInfoOuterClass { private HotRoomInfoOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + HotRoomInfoOuterClass.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_HotRoomInfo_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_HotRoomInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_HotRoomInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_HotRoomInfo_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_HotRoomInfo_descriptor, new java.lang.String[] { "Bitmap", }); + 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/HotRoomMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessage.java index 03f6d8ab..e82ce4c9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/HotRoomMessage.java @@ -1,42 +1,44 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:HotRoomMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -291,7 +293,7 @@ public static final class Builder extends } @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( @@ -304,12 +306,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getInfoFieldBuilder(); @@ -378,38 +380,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.HotRoomMessage) { @@ -486,7 +456,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:InRoomBannerMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -902,7 +931,7 @@ public static final class Builder extends } @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( @@ -915,12 +944,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); } @@ -1005,38 +1034,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.InRoomBannerMessage) { @@ -1165,7 +1162,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LandscapeAreaCommon) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommonOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Lands return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LandscapeAreaCommon) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:LandscapeAreaCommon) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOrBuilder.java index a6a940ef..5863e7fb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface LandscapeAreaCommonOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOuterClass.java index 5194c97e..48056a69 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LandscapeAreaCommonOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LandscapeAreaCommon.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 LandscapeAreaCommonOuterClass { private LandscapeAreaCommonOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LandscapeAreaCommonOuterClass.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_LandscapeAreaCommon_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LandscapeAreaCommon_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LandscapeAreaCommon_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LandscapeAreaCommon_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LandscapeAreaCommon_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/im/LikeMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessage.java index 7389fae0..7eb90b57 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LikeMessage.java @@ -1,23 +1,32 @@ // 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; /** *
- *更新时间 : 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LikeMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LikeMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -609,7 +611,7 @@ public static final class Builder extends } @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( @@ -622,12 +624,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -756,38 +758,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LikeMessage) { @@ -946,7 +916,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -2408,7 +2410,7 @@ public static final class Builder extends } @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( @@ -2421,12 +2423,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getInviteContentFieldBuilder(); @@ -3089,38 +3091,6 @@ private void buildPartial1(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField1_ |= to_bitField1_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkMessage) { @@ -3710,7 +3680,7 @@ public Builder mergeFrom( private int bitField1_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkPhaseEnterNextNotifyContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkP return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPhaseEnterNextNotifyContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkPhaseEnterNextNotifyContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOrBuilder.java index 3a976fbd..8a41faaf 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOrBuilder.java @@ -1,7 +1,7 @@ // 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; public interface LinkPhaseEnterNextNotifyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOuterClass.java index 5ccf2191..f8ec1a5c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPhaseEnterNextNotifyContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPhaseEnterNextNotifyContent.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 LinkPhaseEnterNextNotifyContentOuterClass { private LinkPhaseEnterNextNotifyContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkPhaseEnterNextNotifyContentOuterClass.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_LinkPhaseEnterNextNotifyContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkPhaseEnterNextNotifyContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkPhaseEnterNextNotifyContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkPhaseEnterNextNotifyContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkPhaseEnterNextNotifyContent_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/im/LinkPrepareApplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContent.java index 5f705cd8..58ffbd50 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPrepareApplyContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkPrepareApplyContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkP return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkPrepareApplyContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkPrepareApplyContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOrBuilder.java index 887a57a8..c4c1e2e3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPrepareApplyContent.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 LinkPrepareApplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOuterClass.java index da118456..8bbe401d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkPrepareApplyContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkPrepareApplyContent.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 LinkPrepareApplyContentOuterClass { private LinkPrepareApplyContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkPrepareApplyContentOuterClass.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_LinkPrepareApplyContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkPrepareApplyContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkPrepareApplyContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkPrepareApplyContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkPrepareApplyContent_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/im/LinkerAnchorStreamSwitchContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContent.java index 7b25e008..976cf3ab 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAnchorStreamSwitchContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerAnchorStreamSwitchContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAnchorStreamSwitchContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerAnchorStreamSwitchContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOrBuilder.java index d8cbf931..ca4b62d5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAnchorStreamSwitchContent.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 LinkerAnchorStreamSwitchContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOuterClass.java index 556768c1..9cec5b00 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAnchorStreamSwitchContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAnchorStreamSwitchContent.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 LinkerAnchorStreamSwitchContentOuterClass { private LinkerAnchorStreamSwitchContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerAnchorStreamSwitchContentOuterClass.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_LinkerAnchorStreamSwitchContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerAnchorStreamSwitchContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerAnchorStreamSwitchContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerAnchorStreamSwitchContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerAnchorStreamSwitchContent_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/im/LinkerApplyExpiredContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContent.java index a9abe7b3..e2a41276 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyExpiredContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerApplyExpiredContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyExpiredContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerApplyExpiredContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOrBuilder.java index c4ce3560..f9ebc5a5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyExpiredContent.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 LinkerApplyExpiredContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOuterClass.java index c865d396..f7165e30 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyExpiredContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyExpiredContent.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 LinkerApplyExpiredContentOuterClass { private LinkerApplyExpiredContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerApplyExpiredContentOuterClass.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_LinkerApplyExpiredContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerApplyExpiredContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerApplyExpiredContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerApplyExpiredContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerApplyExpiredContent_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/im/LinkerApplyRankChangeContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContent.java index 0c761ef1..af2af885 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyRankChangeContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerApplyRankChangeContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyRankChangeContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerApplyRankChangeContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOrBuilder.java index 62d325ad..26568196 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyRankChangeContent.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 LinkerApplyRankChangeContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOuterClass.java index 9829a12d..996c998f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyRankChangeContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyRankChangeContent.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 LinkerApplyRankChangeContentOuterClass { private LinkerApplyRankChangeContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerApplyRankChangeContentOuterClass.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_LinkerApplyRankChangeContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerApplyRankChangeContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerApplyRankChangeContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerApplyRankChangeContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerApplyRankChangeContent_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/im/LinkerApplyStrongReminderContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContent.java index bee600e3..4a113a55 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyStrongReminderContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerApplyStrongReminderContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerApplyStrongReminderContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerApplyStrongReminderContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOrBuilder.java index 8a7bf042..cef67485 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyStrongReminderContent.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 LinkerApplyStrongReminderContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOuterClass.java index c9c76ddb..1134baa1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerApplyStrongReminderContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerApplyStrongReminderContent.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 LinkerApplyStrongReminderContentOuterClass { private LinkerApplyStrongReminderContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerApplyStrongReminderContentOuterClass.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_LinkerApplyStrongReminderContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerApplyStrongReminderContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerApplyStrongReminderContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerApplyStrongReminderContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerApplyStrongReminderContent_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/im/LinkerAvatarAuditContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContent.java index d8c8ef83..e86fe964 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAvatarAuditContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerAvatarAuditContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerAvatarAuditContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerAvatarAuditContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOrBuilder.java index 50d2c84d..7e03a721 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAvatarAuditContent.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 LinkerAvatarAuditContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOuterClass.java index c246b5d8..762bca02 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerAvatarAuditContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerAvatarAuditContent.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 LinkerAvatarAuditContentOuterClass { private LinkerAvatarAuditContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerAvatarAuditContentOuterClass.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_LinkerAvatarAuditContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerAvatarAuditContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerAvatarAuditContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerAvatarAuditContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerAvatarAuditContent_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/im/LinkerBanContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContent.java index 9e287293..89296757 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBanContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerBanContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBanContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerBanContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOrBuilder.java index e7e9e124..3c272d76 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBanContent.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 LinkerBanContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOuterClass.java index 950e5777..8846cc79 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBanContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBanContent.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 LinkerBanContentOuterClass { private LinkerBanContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerBanContentOuterClass.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_LinkerBanContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerBanContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerBanContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerBanContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerBanContent_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/im/LinkerBattleConnectContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContent.java index 0c5b9dfb..1fd9c3e5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBattleConnectContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerBattleConnectContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerBattleConnectContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerBattleConnectContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOrBuilder.java index 85a8d849..e3d02fa9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBattleConnectContent.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 LinkerBattleConnectContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOuterClass.java index 8a4e79ca..ab9c7b87 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerBattleConnectContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerBattleConnectContent.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 LinkerBattleConnectContentOuterClass { private LinkerBattleConnectContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerBattleConnectContentOuterClass.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_LinkerBattleConnectContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerBattleConnectContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerBattleConnectContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerBattleConnectContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerBattleConnectContent_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/im/LinkerCancelContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContent.java index 0a68e60e..405577a5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCancelContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerCancelContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCancelContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerCancelContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOrBuilder.java index 0e6c8381..0da078e7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCancelContent.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 LinkerCancelContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOuterClass.java index dd563ba4..522ed2ba 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCancelContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCancelContent.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 LinkerCancelContentOuterClass { private LinkerCancelContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerCancelContentOuterClass.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_LinkerCancelContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerCancelContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerCancelContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerCancelContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerCancelContent_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/im/LinkerChangeMultiPKTeamInfoContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContent.java index fd5c1489..3990fcf4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangeMultiPKTeamInfoContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerChangeMultiPKTeamInfoContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangeMultiPKTeamInfoContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerChangeMultiPKTeamInfoContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOrBuilder.java index fa6b00d0..610211fb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangeMultiPKTeamInfoContent.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 LinkerChangeMultiPKTeamInfoContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOuterClass.java index e9cb854f..66294bbc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangeMultiPKTeamInfoContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangeMultiPKTeamInfoContent.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 LinkerChangeMultiPKTeamInfoContentOuterClass { private LinkerChangeMultiPKTeamInfoContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerChangeMultiPKTeamInfoContentOuterClass.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_LinkerChangeMultiPKTeamInfoContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerChangeMultiPKTeamInfoContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerChangeMultiPKTeamInfoContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerChangeMultiPKTeamInfoContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerChangeMultiPKTeamInfoContent_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/im/LinkerChangePlayModeContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContent.java index 130e9390..d6ec986e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangePlayModeContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerChangePlayModeContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerChangePlayModeContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerChangePlayModeContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOrBuilder.java index b1361340..b31c9adf 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangePlayModeContent.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 LinkerChangePlayModeContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOuterClass.java index 38822c14..31b51516 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerChangePlayModeContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerChangePlayModeContent.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 LinkerChangePlayModeContentOuterClass { private LinkerChangePlayModeContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerChangePlayModeContentOuterClass.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_LinkerChangePlayModeContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerChangePlayModeContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerChangePlayModeContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerChangePlayModeContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerChangePlayModeContent_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/im/LinkerClickScreenContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContent.java index 5a6a8372..46cd8c19 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerClickScreenContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerClickScreenContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerClickScreenContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerClickScreenContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOrBuilder.java index daadf759..d02fe18f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerClickScreenContent.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 LinkerClickScreenContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOuterClass.java index dd2caea6..7ea11f95 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerClickScreenContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerClickScreenContent.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 LinkerClickScreenContentOuterClass { private LinkerClickScreenContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerClickScreenContentOuterClass.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_LinkerClickScreenContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerClickScreenContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerClickScreenContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerClickScreenContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerClickScreenContent_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/im/LinkerCloseContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContent.java index 834d0bef..ada30e13 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCloseContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerCloseContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCloseContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerCloseContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOrBuilder.java index 0fff1a2a..a87a3aff 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCloseContent.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 LinkerCloseContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOuterClass.java index dced7ec2..7f2ed8fc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCloseContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCloseContent.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 LinkerCloseContentOuterClass { private LinkerCloseContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerCloseContentOuterClass.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_LinkerCloseContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerCloseContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerCloseContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerCloseContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerCloseContent_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/im/LinkerCreateContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContent.java index e0b34267..69d4e1a3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCreateContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerCreateContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCreateContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerCreateContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOrBuilder.java index 248de177..88bc0fd7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCreateContent.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 LinkerCreateContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOuterClass.java index a3481aeb..72156160 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCreateContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCreateContent.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 LinkerCreateContentOuterClass { private LinkerCreateContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerCreateContentOuterClass.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_LinkerCreateContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerCreateContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerCreateContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerCreateContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerCreateContent_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/im/LinkerCrossRoomUpdateContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContent.java index 2e87334a..0afd099d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCrossRoomUpdateContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerCrossRoomUpdateContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerCrossRoomUpdateContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerCrossRoomUpdateContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOrBuilder.java index 13f684ba..b9912758 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCrossRoomUpdateContent.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 LinkerCrossRoomUpdateContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOuterClass.java index d59a090b..458808ee 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerCrossRoomUpdateContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerCrossRoomUpdateContent.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 LinkerCrossRoomUpdateContentOuterClass { private LinkerCrossRoomUpdateContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerCrossRoomUpdateContentOuterClass.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_LinkerCrossRoomUpdateContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerCrossRoomUpdateContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerCrossRoomUpdateContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerCrossRoomUpdateContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerCrossRoomUpdateContent_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/im/LinkerDegradeAlertContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContent.java index 0088f049..5cdcd21f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerDegradeAlertContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerDegradeAlertContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerDegradeAlertContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerDegradeAlertContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOrBuilder.java index 55f6afe6..87444727 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerDegradeAlertContent.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 LinkerDegradeAlertContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOuterClass.java index ca87634f..d3814f6c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerDegradeAlertContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerDegradeAlertContent.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 LinkerDegradeAlertContentOuterClass { private LinkerDegradeAlertContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerDegradeAlertContentOuterClass.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_LinkerDegradeAlertContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerDegradeAlertContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerDegradeAlertContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerDegradeAlertContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerDegradeAlertContent_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/im/LinkerEnlargeGuestApplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContent.java index 605e3c6c..1207c9fc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestApplyContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerEnlargeGuestApplyContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestApplyContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerEnlargeGuestApplyContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOrBuilder.java index 43a7d7bf..b0efdf00 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestApplyContent.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 LinkerEnlargeGuestApplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOuterClass.java index 778a054f..2d1923f6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestApplyContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestApplyContent.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 LinkerEnlargeGuestApplyContentOuterClass { private LinkerEnlargeGuestApplyContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerEnlargeGuestApplyContentOuterClass.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_LinkerEnlargeGuestApplyContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerEnlargeGuestApplyContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerEnlargeGuestApplyContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerEnlargeGuestApplyContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerEnlargeGuestApplyContent_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/im/LinkerEnlargeGuestInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContent.java index e35addeb..3a5d0a14 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestInviteContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerEnlargeGuestInviteContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestInviteContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerEnlargeGuestInviteContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOrBuilder.java index 45c35dc2..9c83efe2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestInviteContent.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 LinkerEnlargeGuestInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOuterClass.java index 57fca681..6a2a85b6 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestInviteContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestInviteContent.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 LinkerEnlargeGuestInviteContentOuterClass { private LinkerEnlargeGuestInviteContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerEnlargeGuestInviteContentOuterClass.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_LinkerEnlargeGuestInviteContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerEnlargeGuestInviteContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerEnlargeGuestInviteContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerEnlargeGuestInviteContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerEnlargeGuestInviteContent_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/im/LinkerEnlargeGuestReplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContent.java index 836ffadd..716e0ecc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestReplyContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerEnlargeGuestReplyContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnlargeGuestReplyContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerEnlargeGuestReplyContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOrBuilder.java index 861b3643..ca143ac8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestReplyContent.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 LinkerEnlargeGuestReplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOuterClass.java index f9665bf4..5fc33513 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnlargeGuestReplyContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnlargeGuestReplyContent.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 LinkerEnlargeGuestReplyContentOuterClass { private LinkerEnlargeGuestReplyContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerEnlargeGuestReplyContentOuterClass.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_LinkerEnlargeGuestReplyContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerEnlargeGuestReplyContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerEnlargeGuestReplyContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerEnlargeGuestReplyContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerEnlargeGuestReplyContent_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/im/LinkerEnterContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContent.java index bfe8f54a..a5cc3518 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnterContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerEnterContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerEnterContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerEnterContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOrBuilder.java index 13ff72e7..ce475937 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnterContent.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 LinkerEnterContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOuterClass.java index 6d6dffa1..e16dacbf 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerEnterContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerEnterContent.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 LinkerEnterContentOuterClass { private LinkerEnterContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerEnterContentOuterClass.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_LinkerEnterContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerEnterContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerEnterContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerEnterContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerEnterContent_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/im/LinkerFollowStrongGuideContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContent.java index b220f414..ae5c1923 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerFollowStrongGuideContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerFollowStrongGuideContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerFollowStrongGuideContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerFollowStrongGuideContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOrBuilder.java index b9bd7c0c..dff82ccc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerFollowStrongGuideContent.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 LinkerFollowStrongGuideContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOuterClass.java index 2013b780..af107c03 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerFollowStrongGuideContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerFollowStrongGuideContent.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 LinkerFollowStrongGuideContentOuterClass { private LinkerFollowStrongGuideContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerFollowStrongGuideContentOuterClass.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_LinkerFollowStrongGuideContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerFollowStrongGuideContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerFollowStrongGuideContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerFollowStrongGuideContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerFollowStrongGuideContent_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/im/LinkerGuestExitCastScreenContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContent.java index f9a34655..fbd07fac 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestExitCastScreenContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerGuestExitCastScreenContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestExitCastScreenContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerGuestExitCastScreenContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOrBuilder.java index 6abfcc0e..ac3b90d3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestExitCastScreenContent.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 LinkerGuestExitCastScreenContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOuterClass.java index 713ca68c..99a12533 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestExitCastScreenContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestExitCastScreenContent.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 LinkerGuestExitCastScreenContentOuterClass { private LinkerGuestExitCastScreenContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerGuestExitCastScreenContentOuterClass.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_LinkerGuestExitCastScreenContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerGuestExitCastScreenContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerGuestExitCastScreenContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerGuestExitCastScreenContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerGuestExitCastScreenContent_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/im/LinkerGuestInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContent.java index e82a5dad..208e432e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestInviteContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerGuestInviteContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerGuestInviteContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerGuestInviteContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOrBuilder.java index 68f5afd5..9f85ea78 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestInviteContent.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 LinkerGuestInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOuterClass.java index ce67bdfe..f0d549e1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerGuestInviteContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerGuestInviteContent.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 LinkerGuestInviteContentOuterClass { private LinkerGuestInviteContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerGuestInviteContentOuterClass.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_LinkerGuestInviteContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerGuestInviteContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerGuestInviteContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerGuestInviteContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerGuestInviteContent_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/im/LinkerInviteContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContent.java index be7c29f2..96db3669 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerInviteContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerInviteContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerInviteContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerInviteContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOrBuilder.java index 60bc1324..05ca43cb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerInviteContent.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 LinkerInviteContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOuterClass.java index 6e5708ba..f9d3ea23 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerInviteContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerInviteContent.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 LinkerInviteContentOuterClass { private LinkerInviteContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerInviteContentOuterClass.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_LinkerInviteContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerInviteContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerInviteContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerInviteContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerInviteContent_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/im/LinkerItemContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContent.java index 1be458df..9d134717 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerItemContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerItemContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerItemContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerItemContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOrBuilder.java index a2db7ce7..99f1bbb9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerItemContent.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 LinkerItemContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOuterClass.java index 698f1a05..32b00321 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerItemContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerItemContent.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 LinkerItemContentOuterClass { private LinkerItemContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerItemContentOuterClass.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_LinkerItemContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerItemContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerItemContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerItemContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerItemContent_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/im/LinkerKickOutContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContent.java index cf8fdd4c..5983da06 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerKickOutContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerKickOutContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerKickOutContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerKickOutContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOrBuilder.java index 8ebc8a1a..fa475bc8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerKickOutContent.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 LinkerKickOutContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOuterClass.java index 92bd6f54..53402a6e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerKickOutContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerKickOutContent.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 LinkerKickOutContentOuterClass { private LinkerKickOutContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerKickOutContentOuterClass.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_LinkerKickOutContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerKickOutContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerKickOutContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerKickOutContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerKickOutContent_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/im/LinkerLeaveContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContent.java index d7dab4a1..40988236 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLeaveContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerLeaveContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLeaveContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerLeaveContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOrBuilder.java index 67a6aa9d..eec0470b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLeaveContent.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 LinkerLeaveContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOuterClass.java index 0774a3ee..79082269 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLeaveContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLeaveContent.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 LinkerLeaveContentOuterClass { private LinkerLeaveContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerLeaveContentOuterClass.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_LinkerLeaveContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerLeaveContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerLeaveContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerLeaveContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerLeaveContent_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/im/LinkerLinkedListChangeContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContent.java index 342b338d..acf9c159 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLinkedListChangeContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerLinkedListChangeContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLinkedListChangeContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerLinkedListChangeContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOrBuilder.java index ca6c9905..a3c0014f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLinkedListChangeContent.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 LinkerLinkedListChangeContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOuterClass.java index d685d0ad..00c6426e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLinkedListChangeContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLinkedListChangeContent.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 LinkerLinkedListChangeContentOuterClass { private LinkerLinkedListChangeContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerLinkedListChangeContentOuterClass.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_LinkerLinkedListChangeContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerLinkedListChangeContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerLinkedListChangeContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerLinkedListChangeContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerLinkedListChangeContent_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/im/LinkerLockPositionContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContent.java index 699a5ee9..a5886eb3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLockPositionContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerLockPositionContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLockPositionContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerLockPositionContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOrBuilder.java index 2b61a8a5..1cec224d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLockPositionContent.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 LinkerLockPositionContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOuterClass.java index a883ffcb..25c98a6e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLockPositionContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLockPositionContent.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 LinkerLockPositionContentOuterClass { private LinkerLockPositionContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerLockPositionContentOuterClass.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_LinkerLockPositionContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerLockPositionContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerLockPositionContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerLockPositionContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerLockPositionContent_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/im/LinkerLowBalanceForPaidLinkmicContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContent.java index c1029d5a..0768dbc3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLowBalanceForPaidLinkmicContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerLowBalanceForPaidLinkmicContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerLowBalanceForPaidLinkmicContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerLowBalanceForPaidLinkmicContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOrBuilder.java index 94557e66..d70e741e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLowBalanceForPaidLinkmicContent.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 LinkerLowBalanceForPaidLinkmicContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOuterClass.java index 90ce0ded..2f81d557 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerLowBalanceForPaidLinkmicContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerLowBalanceForPaidLinkmicContent.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 LinkerLowBalanceForPaidLinkmicContentOuterClass { private LinkerLowBalanceForPaidLinkmicContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerLowBalanceForPaidLinkmicContentOuterClass.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_LinkerLowBalanceForPaidLinkmicContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerLowBalanceForPaidLinkmicContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerLowBalanceForPaidLinkmicContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerLowBalanceForPaidLinkmicContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerLowBalanceForPaidLinkmicContent_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/im/LinkerReplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContent.java index 4244e54f..3f036b1a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerReplyContent.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 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 implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerReplyContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerReplyContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerReplyContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOrBuilder.java index 69e6929b..832d74a1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerReplyContent.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 LinkerReplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOuterClass.java index a921e95b..474af7f7 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerReplyContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerReplyContent.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 LinkerReplyContentOuterClass { private LinkerReplyContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerReplyContentOuterClass.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_LinkerReplyContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerReplyContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_LinkerReplyContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerReplyContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerReplyContent_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/im/LinkerResumeApplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContent.java index e8eaabe5..57b77aee 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeApplyContent.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 LinkerResumeApplyContent} */ public final class LinkerResumeApplyContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerResumeApplyContent) LinkerResumeApplyContentOrBuilder { 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= */ "", + LinkerResumeApplyContent.class.getName()); + } // Use LinkerResumeApplyContent.newBuilder() to construct. - private LinkerResumeApplyContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerResumeApplyContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerResumeApplyContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerResumeApplyContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContentOuterClass.internal_static_LinkerResumeApplyContent_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.LinkerResumeApplyContentOuterClass.internal_static_LinkerResumeApplyContent_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.LinkerResumeApplyContent 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.LinkerResumeApplyContent 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.LinkerResumeApplyContent 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.LinkerResumeApplyContent 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.LinkerResumeApplyContent 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 LinkerResumeApplyContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerResumeApplyContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerResumeApplyContentOuterClass.internal_static_LinkerResumeApplyContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeApplyContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerResumeApplyContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOrBuilder.java index ed25a16a..badf1c73 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeApplyContent.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 LinkerResumeApplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOuterClass.java index 98dbd698..6180cf46 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeApplyContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeApplyContent.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 LinkerResumeApplyContentOuterClass { private LinkerResumeApplyContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerResumeApplyContentOuterClass.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_LinkerResumeApplyContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerResumeApplyContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerResumeApplyContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerResumeApplyContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerResumeApplyContent_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/im/LinkerResumeAudienceContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContent.java index 29dc22b8..91ecbcec 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeAudienceContent.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 LinkerResumeAudienceContent} */ public final class LinkerResumeAudienceContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerResumeAudienceContent) LinkerResumeAudienceContentOrBuilder { 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= */ "", + LinkerResumeAudienceContent.class.getName()); + } // Use LinkerResumeAudienceContent.newBuilder() to construct. - private LinkerResumeAudienceContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerResumeAudienceContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerResumeAudienceContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerResumeAudienceContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContentOuterClass.internal_static_LinkerResumeAudienceContent_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.LinkerResumeAudienceContentOuterClass.internal_static_LinkerResumeAudienceContent_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.LinkerResumeAudienceContent 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.LinkerResumeAudienceContent 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.LinkerResumeAudienceContent 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.LinkerResumeAudienceContent 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.LinkerResumeAudienceContent 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 LinkerResumeAudienceContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerResumeAudienceContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerResumeAudienceContentOuterClass.internal_static_LinkerResumeAudienceContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerResumeAudienceContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerResumeAudienceContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOrBuilder.java index bf9e416d..635d216a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeAudienceContent.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 LinkerResumeAudienceContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOuterClass.java index bd8b75c5..67506c4a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerResumeAudienceContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerResumeAudienceContent.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 LinkerResumeAudienceContentOuterClass { private LinkerResumeAudienceContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerResumeAudienceContentOuterClass.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_LinkerResumeAudienceContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerResumeAudienceContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerResumeAudienceContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerResumeAudienceContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerResumeAudienceContent_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/im/LinkerShareVideoImContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContent.java index 99eba20a..6ed68a6b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerShareVideoImContent.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 LinkerShareVideoImContent} */ public final class LinkerShareVideoImContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerShareVideoImContent) LinkerShareVideoImContentOrBuilder { 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= */ "", + LinkerShareVideoImContent.class.getName()); + } // Use LinkerShareVideoImContent.newBuilder() to construct. - private LinkerShareVideoImContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerShareVideoImContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerShareVideoImContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerShareVideoImContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContentOuterClass.internal_static_LinkerShareVideoImContent_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.LinkerShareVideoImContentOuterClass.internal_static_LinkerShareVideoImContent_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.LinkerShareVideoImContent 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.LinkerShareVideoImContent 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.LinkerShareVideoImContent 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.LinkerShareVideoImContent 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.LinkerShareVideoImContent 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 LinkerShareVideoImContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerShareVideoImContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerShareVideoImContentOuterClass.internal_static_LinkerShareVideoImContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerShareVideoImContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerShareVideoImContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOrBuilder.java index 81429470..a3a9052d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerShareVideoImContent.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 LinkerShareVideoImContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOuterClass.java index edf7b1b8..5948e810 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerShareVideoImContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerShareVideoImContent.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 LinkerShareVideoImContentOuterClass { private LinkerShareVideoImContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerShareVideoImContentOuterClass.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_LinkerShareVideoImContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerShareVideoImContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerShareVideoImContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerShareVideoImContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerShareVideoImContent_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/im/LinkerSwitchSceneContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContent.java index 6d60976e..35ed9d14 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSwitchSceneContent.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 LinkerSwitchSceneContent} */ public final class LinkerSwitchSceneContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerSwitchSceneContent) LinkerSwitchSceneContentOrBuilder { 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= */ "", + LinkerSwitchSceneContent.class.getName()); + } // Use LinkerSwitchSceneContent.newBuilder() to construct. - private LinkerSwitchSceneContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerSwitchSceneContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerSwitchSceneContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerSwitchSceneContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContentOuterClass.internal_static_LinkerSwitchSceneContent_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.LinkerSwitchSceneContentOuterClass.internal_static_LinkerSwitchSceneContent_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.LinkerSwitchSceneContent 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.LinkerSwitchSceneContent 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.LinkerSwitchSceneContent 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.LinkerSwitchSceneContent 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.LinkerSwitchSceneContent 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 LinkerSwitchSceneContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerSwitchSceneContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerSwitchSceneContentOuterClass.internal_static_LinkerSwitchSceneContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSwitchSceneContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerSwitchSceneContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOrBuilder.java index af1eb609..6b4bdaa3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSwitchSceneContent.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 LinkerSwitchSceneContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOuterClass.java index ffed59df..672ad8ce 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSwitchSceneContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSwitchSceneContent.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 LinkerSwitchSceneContentOuterClass { private LinkerSwitchSceneContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerSwitchSceneContentOuterClass.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_LinkerSwitchSceneContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerSwitchSceneContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerSwitchSceneContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerSwitchSceneContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerSwitchSceneContent_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/im/LinkerSysKickOutContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContent.java index adfdb0c7..af86e6d5 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSysKickOutContent.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 LinkerSysKickOutContent} */ public final class LinkerSysKickOutContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerSysKickOutContent) LinkerSysKickOutContentOrBuilder { 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= */ "", + LinkerSysKickOutContent.class.getName()); + } // Use LinkerSysKickOutContent.newBuilder() to construct. - private LinkerSysKickOutContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerSysKickOutContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerSysKickOutContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerSysKickOutContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContentOuterClass.internal_static_LinkerSysKickOutContent_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.LinkerSysKickOutContentOuterClass.internal_static_LinkerSysKickOutContent_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.LinkerSysKickOutContent 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.LinkerSysKickOutContent 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.LinkerSysKickOutContent 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.LinkerSysKickOutContent 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.LinkerSysKickOutContent 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 LinkerSysKickOutContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerSysKickOutContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerSysKickOutContentOuterClass.internal_static_LinkerSysKickOutContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerSysKickOutContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerSysKickOutContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOrBuilder.java index 2c71757b..01b35093 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSysKickOutContent.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 LinkerSysKickOutContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOuterClass.java index 222c7a49..23471711 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerSysKickOutContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerSysKickOutContent.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 LinkerSysKickOutContentOuterClass { private LinkerSysKickOutContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerSysKickOutContentOuterClass.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_LinkerSysKickOutContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerSysKickOutContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerSysKickOutContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerSysKickOutContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerSysKickOutContent_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/im/LinkerUpdateLinkTypeApplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContent.java index 3ccde836..4721143a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeApplyContent.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 LinkerUpdateLinkTypeApplyContent} */ public final class LinkerUpdateLinkTypeApplyContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerUpdateLinkTypeApplyContent) LinkerUpdateLinkTypeApplyContentOrBuilder { 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= */ "", + LinkerUpdateLinkTypeApplyContent.class.getName()); + } // Use LinkerUpdateLinkTypeApplyContent.newBuilder() to construct. - private LinkerUpdateLinkTypeApplyContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerUpdateLinkTypeApplyContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerUpdateLinkTypeApplyContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerUpdateLinkTypeApplyContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContentOuterClass.internal_static_LinkerUpdateLinkTypeApplyContent_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.LinkerUpdateLinkTypeApplyContentOuterClass.internal_static_LinkerUpdateLinkTypeApplyContent_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.LinkerUpdateLinkTypeApplyContent 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.LinkerUpdateLinkTypeApplyContent 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.LinkerUpdateLinkTypeApplyContent 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.LinkerUpdateLinkTypeApplyContent 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.LinkerUpdateLinkTypeApplyContent 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 LinkerUpdateLinkTypeApplyContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerUpdateLinkTypeApplyContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerUpdateLinkTypeApplyContentOuterClass.internal_static_LinkerUpdateLinkTypeApplyContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeApplyContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerUpdateLinkTypeApplyContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOrBuilder.java index 30028b59..19350aea 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeApplyContent.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 LinkerUpdateLinkTypeApplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOuterClass.java index b26cfeca..f91ecf1a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeApplyContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeApplyContent.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 LinkerUpdateLinkTypeApplyContentOuterClass { private LinkerUpdateLinkTypeApplyContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerUpdateLinkTypeApplyContentOuterClass.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_LinkerUpdateLinkTypeApplyContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerUpdateLinkTypeApplyContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerUpdateLinkTypeApplyContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerUpdateLinkTypeApplyContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerUpdateLinkTypeApplyContent_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/im/LinkerUpdateLinkTypeReplyContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContent.java index 762273b5..d7404919 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeReplyContent.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 LinkerUpdateLinkTypeReplyContent} */ public final class LinkerUpdateLinkTypeReplyContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerUpdateLinkTypeReplyContent) LinkerUpdateLinkTypeReplyContentOrBuilder { 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= */ "", + LinkerUpdateLinkTypeReplyContent.class.getName()); + } // Use LinkerUpdateLinkTypeReplyContent.newBuilder() to construct. - private LinkerUpdateLinkTypeReplyContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerUpdateLinkTypeReplyContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerUpdateLinkTypeReplyContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerUpdateLinkTypeReplyContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContentOuterClass.internal_static_LinkerUpdateLinkTypeReplyContent_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.LinkerUpdateLinkTypeReplyContentOuterClass.internal_static_LinkerUpdateLinkTypeReplyContent_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.LinkerUpdateLinkTypeReplyContent 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.LinkerUpdateLinkTypeReplyContent 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.LinkerUpdateLinkTypeReplyContent 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.LinkerUpdateLinkTypeReplyContent 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.LinkerUpdateLinkTypeReplyContent 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 LinkerUpdateLinkTypeReplyContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerUpdateLinkTypeReplyContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerUpdateLinkTypeReplyContentOuterClass.internal_static_LinkerUpdateLinkTypeReplyContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateLinkTypeReplyContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerUpdateLinkTypeReplyContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOrBuilder.java index fe462efe..8c912720 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeReplyContent.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 LinkerUpdateLinkTypeReplyContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOuterClass.java index eb8f0af5..9e21eacd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateLinkTypeReplyContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateLinkTypeReplyContent.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 LinkerUpdateLinkTypeReplyContentOuterClass { private LinkerUpdateLinkTypeReplyContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerUpdateLinkTypeReplyContentOuterClass.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_LinkerUpdateLinkTypeReplyContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerUpdateLinkTypeReplyContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerUpdateLinkTypeReplyContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerUpdateLinkTypeReplyContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerUpdateLinkTypeReplyContent_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/im/LinkerUpdateUserContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContent.java index 24807f89..55bc9258 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateUserContent.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 LinkerUpdateUserContent} */ public final class LinkerUpdateUserContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerUpdateUserContent) LinkerUpdateUserContentOrBuilder { 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= */ "", + LinkerUpdateUserContent.class.getName()); + } // Use LinkerUpdateUserContent.newBuilder() to construct. - private LinkerUpdateUserContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerUpdateUserContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerUpdateUserContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerUpdateUserContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContentOuterClass.internal_static_LinkerUpdateUserContent_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.LinkerUpdateUserContentOuterClass.internal_static_LinkerUpdateUserContent_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.LinkerUpdateUserContent 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.LinkerUpdateUserContent 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.LinkerUpdateUserContent 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.LinkerUpdateUserContent 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.LinkerUpdateUserContent 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 LinkerUpdateUserContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerUpdateUserContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerUpdateUserContentOuterClass.internal_static_LinkerUpdateUserContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerUpdateUserContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerUpdateUserContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOrBuilder.java index 5b18d240..94e8b762 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateUserContent.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 LinkerUpdateUserContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOuterClass.java index e70efd0d..f7dbf703 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerUpdateUserContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerUpdateUserContent.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 LinkerUpdateUserContentOuterClass { private LinkerUpdateUserContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerUpdateUserContentOuterClass.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_LinkerUpdateUserContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerUpdateUserContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerUpdateUserContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerUpdateUserContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerUpdateUserContent_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/im/LinkerViolationReminderContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContent.java index 175bac24..59ae0395 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerViolationReminderContent.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 LinkerViolationReminderContent} */ public final class LinkerViolationReminderContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerViolationReminderContent) LinkerViolationReminderContentOrBuilder { 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= */ "", + LinkerViolationReminderContent.class.getName()); + } // Use LinkerViolationReminderContent.newBuilder() to construct. - private LinkerViolationReminderContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerViolationReminderContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerViolationReminderContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerViolationReminderContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContentOuterClass.internal_static_LinkerViolationReminderContent_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.LinkerViolationReminderContentOuterClass.internal_static_LinkerViolationReminderContent_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.LinkerViolationReminderContent 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.LinkerViolationReminderContent 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.LinkerViolationReminderContent 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.LinkerViolationReminderContent 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.LinkerViolationReminderContent 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 LinkerViolationReminderContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerViolationReminderContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerViolationReminderContentOuterClass.internal_static_LinkerViolationReminderContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerViolationReminderContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerViolationReminderContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOrBuilder.java index c58bed01..b4114a86 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerViolationReminderContent.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 LinkerViolationReminderContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOuterClass.java index 4b638699..fddc6b87 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerViolationReminderContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerViolationReminderContent.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 LinkerViolationReminderContentOuterClass { private LinkerViolationReminderContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerViolationReminderContentOuterClass.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_LinkerViolationReminderContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerViolationReminderContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerViolationReminderContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerViolationReminderContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerViolationReminderContent_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/im/LinkerWaitingListChangeContent.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContent.java index 2debeb81..6c9ee929 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContent.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContent.java @@ -1,42 +1,44 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerWaitingListChangeContent.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 LinkerWaitingListChangeContent} */ public final class LinkerWaitingListChangeContent extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:LinkerWaitingListChangeContent) LinkerWaitingListChangeContentOrBuilder { 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= */ "", + LinkerWaitingListChangeContent.class.getName()); + } // Use LinkerWaitingListChangeContent.newBuilder() to construct. - private LinkerWaitingListChangeContent(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private LinkerWaitingListChangeContent(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private LinkerWaitingListChangeContent() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new LinkerWaitingListChangeContent(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContentOuterClass.internal_static_LinkerWaitingListChangeContent_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.LinkerWaitingListChangeContentOuterClass.internal_static_LinkerWaitingListChangeContent_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.LinkerWaitingListChangeContent 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.LinkerWaitingListChangeContent 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.LinkerWaitingListChangeContent 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.LinkerWaitingListChangeContent 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.LinkerWaitingListChangeContent 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 LinkerWaitingListChangeContent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:LinkerWaitingListChangeContent) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -206,7 +208,7 @@ public static final class Builder extends } @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.LinkerWaitingListChangeContentOuterClass.internal_static_LinkerWaitingListChangeContent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -219,7 +221,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -256,38 +258,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Linke return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.LinkerWaitingListChangeContent) { @@ -341,18 +311,6 @@ public Builder mergeFrom( } // finally 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:LinkerWaitingListChangeContent) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOrBuilder.java index 84ab4395..1f28353a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerWaitingListChangeContent.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 LinkerWaitingListChangeContentOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOuterClass.java index 15fad9ba..6d64c689 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/LinkerWaitingListChangeContentOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/LinkerWaitingListChangeContent.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 LinkerWaitingListChangeContentOuterClass { private LinkerWaitingListChangeContentOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + LinkerWaitingListChangeContentOuterClass.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_LinkerWaitingListChangeContent_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_LinkerWaitingListChangeContent_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_LinkerWaitingListChangeContent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_LinkerWaitingListChangeContent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_LinkerWaitingListChangeContent_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/im/MemberMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessage.java index 2a6e8e40..a4093b2f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessage.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/MemberMessage.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 MemberMessage} */ public final class MemberMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:MemberMessage) MemberMessageOrBuilder { 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= */ "", + MemberMessage.class.getName()); + } // Use MemberMessage.newBuilder() to construct. - private MemberMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private MemberMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private MemberMessage() { @@ -25,13 +34,6 @@ private MemberMessage() { popStr_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new MemberMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessageOuterClass.internal_static_MemberMessage_descriptor; @@ -50,7 +52,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.im.MemberMessageOuterClass.internal_static_MemberMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -362,12 +364,21 @@ cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece * Protobuf type {@code MemberMessage.EffectConfig} */ public static final class EffectConfig extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:MemberMessage.EffectConfig) EffectConfigOrBuilder { 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= */ "", + EffectConfig.class.getName()); + } // Use EffectConfig.newBuilder() to construct. - private EffectConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private EffectConfig(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private EffectConfig() { @@ -377,13 +388,6 @@ private EffectConfig() { effectScene_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new EffectConfig(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessageOuterClass.internal_static_MemberMessage_EffectConfig_descriptor; @@ -404,7 +408,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.im.MemberMessageOuterClass.internal_static_MemberMessage_EffectConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1079,7 +1083,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000040) != 0)) { output.writeMessage(15, getDynamicImage()); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeStringMapTo( output, internalGetExtraMap(), @@ -1094,8 +1098,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (maxWaitTime_ != 0L) { output.writeInt64(19, maxWaitTime_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dressId_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 20, dressId_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(dressId_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 20, dressId_); } if (alignment_ != 0L) { output.writeInt64(21, alignment_); @@ -1103,10 +1107,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (alignmentOffset_ != 0L) { output.writeInt64(22, alignmentOffset_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(effectScene_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 23, effectScene_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(effectScene_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 23, effectScene_); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeStringMapTo( output, internalGetPieceValuesMap(), @@ -1223,8 +1227,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(19, maxWaitTime_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dressId_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, dressId_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(dressId_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(20, dressId_); } if (alignment_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -1234,8 +1238,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(22, alignmentOffset_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(effectScene_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, effectScene_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(effectScene_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(23, effectScene_); } for (java.util.Map.Entry entry : internalGetPieceValuesMap().getMap().entrySet()) { @@ -1461,20 +1465,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.MemberMessage.EffectConfig 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.MemberMessage.EffectConfig 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.MemberMessage.EffectConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -1482,20 +1486,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.MemberMessage.EffectConfig 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.MemberMessage.EffectConfig 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); } @@ -1515,7 +1519,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; } @@ -1523,7 +1527,7 @@ protected Builder newBuilderForType( * Protobuf type {@code MemberMessage.EffectConfig} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:MemberMessage.EffectConfig) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfigOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -1558,7 +1562,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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.MemberMessageOuterClass.internal_static_MemberMessage_EffectConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1571,12 +1575,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getIconFieldBuilder(); getTextFieldBuilder(); @@ -1776,38 +1780,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig) { @@ -2152,7 +2124,7 @@ public Builder clearType() { } 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 = 2; @@ -2258,11 +2230,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image icon = 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> 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(), @@ -2305,7 +2277,7 @@ public Builder clearAvatarPos() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Text text_; - 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> textBuilder_; /** * .Text text = 4; @@ -2411,11 +2383,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex /** * .Text text = 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> 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(), @@ -2426,7 +2398,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 textIcon_; - 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> textIconBuilder_; /** * .Image textIcon = 5; @@ -2532,11 +2504,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image textIcon = 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> getTextIconFieldBuilder() { if (textIconBuilder_ == null) { - textIconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + textIconBuilder_ = 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>( getTextIcon(), getParentForChildren(), @@ -2611,7 +2583,7 @@ public Builder clearAnimAssetId() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image badge_; - 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> badgeBuilder_; /** * .Image badge = 8; @@ -2717,11 +2689,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image badge = 8; */ - 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> 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.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>( getBadge(), getParentForChildren(), @@ -2816,7 +2788,7 @@ public Builder clearFlexSettingArrayList() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image textIconOverlay_; - 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> textIconOverlayBuilder_; /** * .Image textIconOverlay = 10; @@ -2922,11 +2894,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image textIconOverlay = 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> getTextIconOverlayFieldBuilder() { if (textIconOverlayBuilder_ == null) { - textIconOverlayBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + textIconOverlayBuilder_ = 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>( getTextIconOverlay(), getParentForChildren(), @@ -2937,7 +2909,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 animatedBadge_; - 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> animatedBadgeBuilder_; /** * .Image animatedBadge = 11; @@ -3043,11 +3015,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image animatedBadge = 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> getAnimatedBadgeFieldBuilder() { if (animatedBadgeBuilder_ == null) { - animatedBadgeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + animatedBadgeBuilder_ = 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>( getAnimatedBadge(), getParentForChildren(), @@ -3206,7 +3178,7 @@ public Builder clearCenterAnimAssetId() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image dynamicImage_; - 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> dynamicImageBuilder_; /** * .Image dynamicImage = 15; @@ -3312,11 +3284,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image dynamicImage = 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> getDynamicImageFieldBuilder() { if (dynamicImageBuilder_ == null) { - dynamicImageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + dynamicImageBuilder_ = 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>( getDynamicImage(), getParentForChildren(), @@ -3911,18 +3883,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex } return (cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.TextPiece.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:MemberMessage.EffectConfig) } @@ -4521,8 +4481,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (action_ != 0L) { output.writeInt64(10, action_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(actionDescription_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 11, actionDescription_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(actionDescription_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 11, actionDescription_); } if (userId_ != 0L) { output.writeInt64(12, userId_); @@ -4530,8 +4490,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(13, getEffectConfig()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(popStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 14, popStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(popStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 14, popStr_); } if (((bitField0_ & 0x00000010) != 0)) { output.writeMessage(15, getEnterEffectConfig()); @@ -4554,7 +4514,7 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (anchorEnterTipType_ != 0L) { output.writeInt64(21, anchorEnterTipType_); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeStringMapTo( output, internalGetBuriedPointMap(), @@ -4609,8 +4569,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(10, action_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(actionDescription_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, actionDescription_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(actionDescription_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(11, actionDescription_); } if (userId_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -4620,8 +4580,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, getEffectConfig()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(popStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, popStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(popStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(14, popStr_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -4871,20 +4831,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.MemberMessage 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.MemberMessage 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.MemberMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -4892,20 +4852,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.MemberMessage 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.MemberMessage 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); } @@ -4925,19 +4885,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 MemberMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:MemberMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -4968,7 +4928,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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.MemberMessageOuterClass.internal_static_MemberMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4981,12 +4941,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -5192,38 +5152,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage) { @@ -5482,7 +5410,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .Common common = 1; @@ -5588,11 +5516,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(), @@ -5603,7 +5531,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; @@ -5709,11 +5637,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(), @@ -5756,7 +5684,7 @@ public Builder clearMemberCount() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.User operator_; - 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> operatorBuilder_; /** * .User operator = 4; @@ -5862,11 +5790,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Use /** * .User operator = 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> getOperatorFieldBuilder() { if (operatorBuilder_ == null) { - operatorBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + operatorBuilder_ = 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>( getOperator(), getParentForChildren(), @@ -6173,7 +6101,7 @@ public Builder clearUserId() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig effectConfig_; - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfigOrBuilder> effectConfigBuilder_; /** * .MemberMessage.EffectConfig effectConfig = 13; @@ -6279,11 +6207,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Membe /** * .MemberMessage.EffectConfig effectConfig = 13; */ - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfigOrBuilder> getEffectConfigFieldBuilder() { if (effectConfigBuilder_ == null) { - effectConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + effectConfigBuilder_ = new com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfigOrBuilder>( getEffectConfig(), getParentForChildren(), @@ -6366,7 +6294,7 @@ public Builder setPopStrBytes( } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig enterEffectConfig_; - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfigOrBuilder> enterEffectConfigBuilder_; /** * .MemberMessage.EffectConfig enterEffectConfig = 15; @@ -6472,11 +6400,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Membe /** * .MemberMessage.EffectConfig enterEffectConfig = 15; */ - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfigOrBuilder> getEnterEffectConfigFieldBuilder() { if (enterEffectConfigBuilder_ == null) { - enterEffectConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + enterEffectConfigBuilder_ = new com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfig.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MemberMessage.EffectConfigOrBuilder>( getEnterEffectConfig(), getParentForChildren(), @@ -6487,7 +6415,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Membe } 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 = 16; @@ -6593,11 +6521,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image backgroundImage = 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> 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(), @@ -6608,7 +6536,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 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 = 17; @@ -6714,11 +6642,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image backgroundImageV2 = 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> 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(), @@ -6729,7 +6657,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.Text anchorDisplayText_; - 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> anchorDisplayTextBuilder_; /** * .Text anchorDisplayText = 18; @@ -6835,11 +6763,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex /** * .Text anchorDisplayText = 18; */ - 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> getAnchorDisplayTextFieldBuilder() { if (anchorDisplayTextBuilder_ == null) { - anchorDisplayTextBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + anchorDisplayTextBuilder_ = 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>( getAnchorDisplayText(), getParentForChildren(), @@ -6850,7 +6778,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.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 = 19; @@ -6956,11 +6884,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Publi /** * .PublicAreaCommon publicAreaCommon = 19; */ - 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(), @@ -7160,18 +7088,6 @@ public Builder putAllBuriedPointMap( bitField0_ |= 0x00200000; 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:MemberMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOrBuilder.java index 42d9cdbe..e18096fa 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/MemberMessage.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 MemberMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOuterClass.java index 78d0669a..eb4eabdd 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MemberMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/MemberMessage.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 MemberMessageOuterClass { private MemberMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + MemberMessageOuterClass.class.getName()); + } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } @@ -18,27 +27,27 @@ public static void registerAllExtensions( static final com.google.protobuf.Descriptors.Descriptor internal_static_MemberMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_MemberMessage_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_MemberMessage_BuriedPointMapEntry_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_MemberMessage_BuriedPointMapEntry_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_MemberMessage_EffectConfig_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_MemberMessage_EffectConfig_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_MemberMessage_EffectConfig_ExtraMapEntry_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_MemberMessage_EffectConfig_ExtraMapEntry_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_MemberMessage_EffectConfig_PieceValuesMapEntry_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_MemberMessage_EffectConfig_PieceValuesMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -110,33 +119,34 @@ public static void registerAllExtensions( internal_static_MemberMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_MemberMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_MemberMessage_descriptor, new java.lang.String[] { "Common", "User", "MemberCount", "Operator", "IsSetToAdmin", "IsTopUser", "RankScore", "TopUserNo", "EnterType", "Action", "ActionDescription", "UserId", "EffectConfig", "PopStr", "EnterEffectConfig", "BackgroundImage", "BackgroundImageV2", "AnchorDisplayText", "PublicAreaCommon", "UserEnterTipType", "AnchorEnterTipType", "BuriedPointMap", }); internal_static_MemberMessage_BuriedPointMapEntry_descriptor = internal_static_MemberMessage_descriptor.getNestedTypes().get(0); internal_static_MemberMessage_BuriedPointMapEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_MemberMessage_BuriedPointMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_MemberMessage_EffectConfig_descriptor = internal_static_MemberMessage_descriptor.getNestedTypes().get(1); internal_static_MemberMessage_EffectConfig_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_MemberMessage_EffectConfig_descriptor, new java.lang.String[] { "Type", "Icon", "AvatarPos", "Text", "TextIcon", "StayTime", "AnimAssetId", "Badge", "FlexSettingArrayList", "TextIconOverlay", "AnimatedBadge", "HasSweepLight", "TextFlexSettingArrayList", "CenterAnimAssetId", "DynamicImage", "ExtraMap", "Mp4AnimAssetId", "Priority", "MaxWaitTime", "DressId", "Alignment", "AlignmentOffset", "EffectScene", "PieceValuesMap", }); internal_static_MemberMessage_EffectConfig_ExtraMapEntry_descriptor = internal_static_MemberMessage_EffectConfig_descriptor.getNestedTypes().get(0); internal_static_MemberMessage_EffectConfig_ExtraMapEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_MemberMessage_EffectConfig_ExtraMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_MemberMessage_EffectConfig_PieceValuesMapEntry_descriptor = internal_static_MemberMessage_EffectConfig_descriptor.getNestedTypes().get(1); internal_static_MemberMessage_EffectConfig_PieceValuesMapEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_MemberMessage_EffectConfig_PieceValuesMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); + 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/Message.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Message.java index 72f9709c..f9084e40 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Message.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Message.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Message.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 Message} */ public final class Message extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:Message) MessageOrBuilder { 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= */ "", + Message.class.getName()); + } // Use Message.newBuilder() to construct. - private Message(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private Message(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Message() { @@ -26,13 +35,6 @@ private Message() { wrdsSubKey_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Message(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MessageOuterClass.internal_static_Message_descriptor; @@ -51,7 +53,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.im.MessageOuterClass.internal_static_Message_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -295,8 +297,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 (!payload_.isEmpty()) { output.writeBytes(2, payload_); @@ -316,10 +318,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (wrdsVersion_ != 0L) { output.writeInt64(7, wrdsVersion_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(wrdsSubKey_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 8, wrdsSubKey_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(wrdsSubKey_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 8, wrdsSubKey_); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeStringMapTo( output, internalGetMessageExtraMap(), @@ -334,8 +336,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 (!payload_.isEmpty()) { size += com.google.protobuf.CodedOutputStream @@ -361,8 +363,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(7, wrdsVersion_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(wrdsSubKey_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, wrdsSubKey_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(wrdsSubKey_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(8, wrdsSubKey_); } for (java.util.Map.Entry entry : internalGetMessageExtraMap().getMap().entrySet()) { @@ -481,20 +483,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.Message 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.Message 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.Message parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -502,20 +504,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.Message 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.Message 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); } @@ -535,19 +537,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 Message} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:Message) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -578,7 +580,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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.MessageOuterClass.internal_static_Message_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -591,7 +593,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -671,38 +673,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Message) { @@ -1300,18 +1270,6 @@ public Builder putAllMessageExtraMap( bitField0_ |= 0x00000100; 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:Message) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOrBuilder.java index 1ef5d465..6edb3bfb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Message.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 MessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOuterClass.java index c2a2cb03..41eda7fe 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/MessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Message.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 MessageOuterClass { private MessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + MessageOuterClass.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_Message_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Message_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_Message_MessageExtraMapEntry_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Message_MessageExtraMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -52,15 +61,16 @@ public static void registerAllExtensions( internal_static_Message_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Message_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Message_descriptor, new java.lang.String[] { "Method", "Payload", "MsgId", "MsgType", "Offset", "NeedWrdsStore", "WrdsVersion", "WrdsSubKey", "MessageExtraMap", }); internal_static_Message_MessageExtraMapEntry_descriptor = internal_static_Message_descriptor.getNestedTypes().get(0); internal_static_Message_MessageExtraMapEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Message_MessageExtraMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); + 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/PicoDisplayInfo.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfo.java index 82f80fdd..08f47bbe 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfo.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfo.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PicoDisplayInfo.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 PicoDisplayInfo} */ public final class PicoDisplayInfo extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:PicoDisplayInfo) PicoDisplayInfoOrBuilder { 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= */ "", + PicoDisplayInfo.class.getName()); + } // Use PicoDisplayInfo.newBuilder() to construct. - private PicoDisplayInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private PicoDisplayInfo(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private PicoDisplayInfo() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new PicoDisplayInfo(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfoOuterClass.internal_static_PicoDisplayInfo_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.PicoDisplayInfoOuterClass.internal_static_PicoDisplayInfo_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.PicoDisplayInfo 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.PicoDisplayInfo 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.PicoDisplayInfo 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.PicoDisplayInfo 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.PicoDisplayInfo 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 PicoDisplayInfo} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:PicoDisplayInfo) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -198,7 +200,7 @@ public static final class Builder extends } @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.PicoDisplayInfoOuterClass.internal_static_PicoDisplayInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,7 +213,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -248,38 +250,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoD return result; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PicoDisplayInfo) { @@ -333,18 +303,6 @@ public Builder mergeFrom( } // finally 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:PicoDisplayInfo) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOrBuilder.java index 1d3d7e73..1a451eeb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PicoDisplayInfo.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 PicoDisplayInfoOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOuterClass.java index a6a803a7..096e6c40 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PicoDisplayInfoOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PicoDisplayInfo.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 PicoDisplayInfoOuterClass { private PicoDisplayInfoOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PicoDisplayInfoOuterClass.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_PicoDisplayInfo_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_PicoDisplayInfo_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -41,9 +50,10 @@ public static void registerAllExtensions( internal_static_PicoDisplayInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PicoDisplayInfo_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_PicoDisplayInfo_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/im/PositionType.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionType.java index acce087c..47368544 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionType.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionType.java @@ -1,12 +1,12 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PositionType.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 PositionType} @@ -52,6 +52,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; */ diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionTypeOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionTypeOuterClass.java index f6fbf717..ff375711 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionTypeOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PositionTypeOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PositionType.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 PositionTypeOuterClass { private PositionTypeOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PositionTypeOuterClass.class.getName()); + } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } @@ -38,6 +47,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/PublicAreaCommon.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommon.java index 91df3213..8291c9c8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommon.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommon.java @@ -1,38 +1,40 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PublicAreaCommon.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 PublicAreaCommon} */ public final class PublicAreaCommon extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:PublicAreaCommon) PublicAreaCommonOrBuilder { 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= */ "", + PublicAreaCommon.class.getName()); + } // Use PublicAreaCommon.newBuilder() to construct. - private PublicAreaCommon(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private PublicAreaCommon(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private PublicAreaCommon() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new PublicAreaCommon(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOuterClass.internal_static_PublicAreaCommon_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.PublicAreaCommonOuterClass.internal_static_PublicAreaCommon_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.PublicAreaCommon 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.PublicAreaCommon 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.PublicAreaCommon 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.PublicAreaCommon 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.PublicAreaCommon 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,7 +272,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; } @@ -278,7 +280,7 @@ protected Builder newBuilderForType( * Protobuf type {@code PublicAreaCommon} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:PublicAreaCommon) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommonOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -287,7 +289,7 @@ public static final class Builder extends } @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.PublicAreaCommonOuterClass.internal_static_PublicAreaCommon_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -300,12 +302,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getUserLabelFieldBuilder(); } @@ -370,38 +372,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.PublicAreaCommon) { @@ -484,7 +454,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image userLabel_; - 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> userLabelBuilder_; /** * .Image userLabel = 1; @@ -590,11 +560,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image userLabel = 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> getUserLabelFieldBuilder() { if (userLabelBuilder_ == null) { - userLabelBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + userLabelBuilder_ = 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>( getUserLabel(), getParentForChildren(), @@ -667,18 +637,6 @@ public Builder clearUserSendGiftCntInRoom() { 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:PublicAreaCommon) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOrBuilder.java index 3bc99716..e9770bf4 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PublicAreaCommon.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 PublicAreaCommonOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOuterClass.java index 720bc4f1..3872719f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/PublicAreaCommonOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/PublicAreaCommon.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 PublicAreaCommonOuterClass { private PublicAreaCommonOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + PublicAreaCommonOuterClass.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_PublicAreaCommon_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_PublicAreaCommon_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -45,9 +54,10 @@ public static void registerAllExtensions( internal_static_PublicAreaCommon_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PublicAreaCommon_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_PublicAreaCommon_descriptor, new java.lang.String[] { "UserLabel", "UserConsumeInRoom", "UserSendGiftCntInRoom", }); + 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/im/Response.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Response.java index 57d2dfb8..6a1faf9f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Response.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/Response.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Response.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 Response} */ public final class Response extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:Response) ResponseOrBuilder { 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= */ "", + Response.class.getName()); + } // Use Response.newBuilder() to construct. - private Response(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private Response(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Response() { @@ -28,13 +37,6 @@ private Response() { liveCursor_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Response(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ResponseOuterClass.internal_static_Response_descriptor; @@ -53,7 +55,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.im.ResponseOuterClass.internal_static_Response_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -419,8 +421,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) for (int i = 0; i < messagesList_.size(); i++) { output.writeMessage(1, messagesList_.get(i)); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cursor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, cursor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(cursor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, cursor_); } if (fetchInterval_ != 0L) { output.writeInt64(3, fetchInterval_); @@ -428,13 +430,13 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (now_ != 0L) { output.writeInt64(4, now_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(internalExt_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, internalExt_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(internalExt_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 5, internalExt_); } if (fetchType_ != 0) { output.writeInt32(6, fetchType_); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeStringMapTo( output, internalGetRouteParamsMap(), @@ -446,11 +448,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (needAck_ != false) { output.writeBool(9, needAck_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pushServer_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 10, pushServer_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pushServer_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 10, pushServer_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(liveCursor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 11, liveCursor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(liveCursor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 11, liveCursor_); } if (historyNoMore_ != false) { output.writeBool(12, historyNoMore_); @@ -468,8 +470,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, messagesList_.get(i)); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cursor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, cursor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(cursor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, cursor_); } if (fetchInterval_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -479,8 +481,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(4, now_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(internalExt_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, internalExt_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(internalExt_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(5, internalExt_); } if (fetchType_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -504,11 +506,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(9, needAck_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pushServer_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, pushServer_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pushServer_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(10, pushServer_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(liveCursor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, liveCursor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(liveCursor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(11, liveCursor_); } if (historyNoMore_ != false) { size += com.google.protobuf.CodedOutputStream @@ -636,20 +638,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.Response 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.Response 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.Response parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -657,20 +659,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.Response 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.Response 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); } @@ -690,19 +692,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 Response} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:Response) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -733,7 +735,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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.ResponseOuterClass.internal_static_Response_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -746,7 +748,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -854,38 +856,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Response) { @@ -917,7 +887,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit messagesList_ = other.messagesList_; bitField0_ = (bitField0_ & ~0x00000001); messagesListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getMessagesListFieldBuilder() : null; } else { messagesListBuilder_.addAllMessages(other.messagesList_); @@ -1089,7 +1059,7 @@ private void ensureMessagesListIsMutable() { } } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Message, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Message.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MessageOrBuilder> messagesListBuilder_; /** @@ -1305,11 +1275,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Messa getMessagesListBuilderList() { return getMessagesListFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Message, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Message.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MessageOrBuilder> getMessagesListFieldBuilder() { if (messagesListBuilder_ == null) { - messagesListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + messagesListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Message, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Message.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MessageOrBuilder>( messagesList_, ((bitField0_ & 0x00000001) != 0), @@ -1926,18 +1896,6 @@ public Builder clearHistoryNoMore() { 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:Response) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOrBuilder.java index 690a6a50..91993cc9 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Response.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 ResponseOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOuterClass.java index 3614984f..323ad31c 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ResponseOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/Response.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 ResponseOuterClass { private ResponseOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + ResponseOuterClass.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_Response_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Response_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_Response_RouteParamsMapEntry_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Response_RouteParamsMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -56,15 +65,16 @@ public static void registerAllExtensions( internal_static_Response_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Response_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Response_descriptor, new java.lang.String[] { "MessagesList", "Cursor", "FetchInterval", "Now", "InternalExt", "FetchType", "RouteParamsMap", "HeartbeatDuration", "NeedAck", "PushServer", "LiveCursor", "HistoryNoMore", }); internal_static_Response_RouteParamsMapEntry_descriptor = internal_static_Response_descriptor.getNestedTypes().get(0); internal_static_Response_RouteParamsMapEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Response_RouteParamsMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); + descriptor.resolveAllFeaturesImmutable(); cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.MessageOuterClass.getDescriptor(); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessage.java index 1c817563..78382ef0 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessage.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMessage.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 RoomMessage} */ public final class RoomMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:RoomMessage) RoomMessageOrBuilder { 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= */ "", + RoomMessage.class.getName()); + } // Use RoomMessage.newBuilder() to construct. - private RoomMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RoomMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private RoomMessage() { @@ -26,13 +35,6 @@ private RoomMessage() { bizScene_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new RoomMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomMessageOuterClass.internal_static_RoomMessage_descriptor; @@ -51,7 +53,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.im.RoomMessageOuterClass.internal_static_RoomMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -310,8 +312,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, content_); } if (supprotLandscape_ != false) { output.writeBool(3, supprotLandscape_); @@ -325,10 +327,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (forcedGuarantee_ != false) { output.writeBool(6, forcedGuarantee_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bizScene_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 20, bizScene_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(bizScene_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 20, bizScene_); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeStringMapTo( output, internalGetBuriedPointMap(), @@ -347,8 +349,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, content_); } if (supprotLandscape_ != false) { size += com.google.protobuf.CodedOutputStream @@ -366,8 +368,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(6, forcedGuarantee_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(bizScene_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, bizScene_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(bizScene_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(20, bizScene_); } for (java.util.Map.Entry entry : internalGetBuriedPointMap().getMap().entrySet()) { @@ -485,20 +487,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.RoomMessage 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.RoomMessage 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.RoomMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -506,20 +508,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.RoomMessage 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.RoomMessage 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); } @@ -539,19 +541,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 RoomMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:RoomMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -582,7 +584,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @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.RoomMessageOuterClass.internal_static_RoomMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -595,12 +597,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); } @@ -686,38 +688,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomMessage) { @@ -848,7 +818,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .Common common = 1; @@ -954,11 +924,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(), @@ -1387,18 +1357,6 @@ public Builder putAllBuriedPointMap( bitField0_ |= 0x00000080; 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:RoomMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOrBuilder.java index 3166f3f3..e37a295a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMessage.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 RoomMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOuterClass.java index 9be998b2..7bff8630 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMessage.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 RoomMessageOuterClass { private RoomMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomMessageOuterClass.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_RoomMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomMessage_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_RoomMessage_BuriedPointMapEntry_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomMessage_BuriedPointMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -57,15 +66,16 @@ public static void registerAllExtensions( internal_static_RoomMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_RoomMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomMessage_descriptor, new java.lang.String[] { "Common", "Content", "SupprotLandscape", "Roommessagetype", "SystemTopMsg", "ForcedGuarantee", "BizScene", "BuriedPointMap", }); internal_static_RoomMessage_BuriedPointMapEntry_descriptor = internal_static_RoomMessage_descriptor.getNestedTypes().get(0); internal_static_RoomMessage_BuriedPointMapEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomMessage_BuriedPointMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); + 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.RoomMsgTypeEnumOuterClass.getDescriptor(); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnum.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnum.java index 8d2f1d40..a040d1f8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnum.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnum.java @@ -1,12 +1,12 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMsgTypeEnum.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 RoomMsgTypeEnum} @@ -48,6 +48,15 @@ public enum RoomMsgTypeEnum UNRECOGNIZED(-1), ; + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomMsgTypeEnum.class.getName()); + } /** * DEFAULTROOMMSG = 0; */ diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnumOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnumOuterClass.java index aa50dfc8..87723b69 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnumOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomMsgTypeEnumOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomMsgTypeEnum.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 RoomMsgTypeEnumOuterClass { private RoomMsgTypeEnumOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomMsgTypeEnumOuterClass.class.getName()); + } public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } @@ -38,6 +47,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/RoomRankMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessage.java index 89fd9a40..ff7cba9b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessage.java @@ -1,43 +1,45 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomRankMessage.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-10
+ * 更新时间 : 2023-01-10
  * 
* * Protobuf type {@code RoomRankMessage} */ public final class RoomRankMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:RoomRankMessage) RoomRankMessageOrBuilder { 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= */ "", + RoomRankMessage.class.getName()); + } // Use RoomRankMessage.newBuilder() to construct. - private RoomRankMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RoomRankMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private RoomRankMessage() { ranksList_ = java.util.Collections.emptyList(); } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new RoomRankMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessageOuterClass.internal_static_RoomRankMessage_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.RoomRankMessageOuterClass.internal_static_RoomRankMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -85,32 +87,34 @@ public interface RoomRankOrBuilder extends * Protobuf type {@code RoomRankMessage.RoomRank} */ public static final class RoomRank extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:RoomRankMessage.RoomRank) RoomRankOrBuilder { 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= */ "", + RoomRank.class.getName()); + } // Use RoomRank.newBuilder() to construct. - private RoomRank(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RoomRank(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private RoomRank() { scoreStr_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new RoomRank(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessageOuterClass.internal_static_RoomRankMessage_RoomRank_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.RoomRankMessageOuterClass.internal_static_RoomRankMessage_RoomRank_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -211,8 +215,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(scoreStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, scoreStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(scoreStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, scoreStr_); } if (profileHidden_ != false) { output.writeBool(3, profileHidden_); @@ -230,8 +234,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getUser()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(scoreStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, scoreStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(scoreStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, scoreStr_); } if (profileHidden_ != false) { size += com.google.protobuf.CodedOutputStream @@ -320,20 +324,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.RoomRankMessage.RoomRank 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.RoomRankMessage.RoomRank 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.RoomRankMessage.RoomRank parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -341,20 +345,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.RoomRankMessage.RoomRank 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.RoomRankMessage.RoomRank 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); } @@ -374,7 +378,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; } @@ -382,7 +386,7 @@ protected Builder newBuilderForType( * Protobuf type {@code RoomRankMessage.RoomRank} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:RoomRankMessage.RoomRank) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRankOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -391,7 +395,7 @@ public static final class Builder extends } @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.RoomRankMessageOuterClass.internal_static_RoomRankMessage_RoomRank_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -404,12 +408,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getUserFieldBuilder(); } @@ -474,38 +478,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRank) { @@ -590,7 +562,7 @@ public Builder mergeFrom( private int bitField0_; 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 = 1; @@ -696,11 +668,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(), @@ -813,18 +785,6 @@ public Builder clearProfileHidden() { 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:RoomRankMessage.RoomRank) } @@ -1062,20 +1022,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.RoomRankMessage 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.RoomRankMessage 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.RoomRankMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -1083,20 +1043,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.RoomRankMessage 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.RoomRankMessage 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); } @@ -1116,19 +1076,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-10
+   * 更新时间 : 2023-01-10
    * 
* * Protobuf type {@code RoomRankMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:RoomRankMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -1137,7 +1097,7 @@ public static final class Builder extends } @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.RoomRankMessageOuterClass.internal_static_RoomRankMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1150,12 +1110,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getRanksListFieldBuilder(); @@ -1233,38 +1193,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage) { @@ -1299,7 +1227,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit ranksList_ = other.ranksList_; bitField0_ = (bitField0_ & ~0x00000002); ranksListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getRanksListFieldBuilder() : null; } else { ranksListBuilder_.addAllMessages(other.ranksList_); @@ -1370,7 +1298,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .Common common = 1; @@ -1476,11 +1404,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(), @@ -1499,7 +1427,7 @@ private void ensureRanksListIsMutable() { } } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRank, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRank.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRankOrBuilder> ranksListBuilder_; /** @@ -1715,11 +1643,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomR getRanksListBuilderList() { return getRanksListFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRank, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRank.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRankOrBuilder> getRanksListFieldBuilder() { if (ranksListBuilder_ == null) { - ranksListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + ranksListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRank, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRank.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomRankMessage.RoomRankOrBuilder>( ranksList_, ((bitField0_ & 0x00000002) != 0), @@ -1729,18 +1657,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomR } return ranksListBuilder_; } - @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:RoomRankMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOrBuilder.java index 48a4faa3..a92c97c2 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomRankMessage.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 RoomRankMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOuterClass.java index e7285bb6..29a9de37 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomRankMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomRankMessage.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 RoomRankMessageOuterClass { private RoomRankMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomRankMessageOuterClass.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_RoomRankMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomRankMessage_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_RoomRankMessage_RoomRank_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomRankMessage_RoomRank_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -54,15 +63,16 @@ public static void registerAllExtensions( internal_static_RoomRankMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_RoomRankMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomRankMessage_descriptor, new java.lang.String[] { "Common", "RanksList", }); internal_static_RoomRankMessage_RoomRank_descriptor = internal_static_RoomRankMessage_descriptor.getNestedTypes().get(0); internal_static_RoomRankMessage_RoomRank_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomRankMessage_RoomRank_descriptor, new java.lang.String[] { "User", "ScoreStr", "ProfileHidden", }); + 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/RoomStatsMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessage.java index e407e239..a7e40467 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessage.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomStatsMessage.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 RoomStatsMessage} */ public final class RoomStatsMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:RoomStatsMessage) RoomStatsMessageOrBuilder { 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= */ "", + RoomStatsMessage.class.getName()); + } // Use RoomStatsMessage.newBuilder() to construct. - private RoomStatsMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RoomStatsMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private RoomStatsMessage() { @@ -26,20 +35,13 @@ private RoomStatsMessage() { displayLong_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new RoomStatsMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomStatsMessageOuterClass.internal_static_RoomStatsMessage_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.RoomStatsMessageOuterClass.internal_static_RoomStatsMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -273,14 +275,14 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayShort_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, displayShort_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(displayShort_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, displayShort_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayMiddle_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, displayMiddle_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(displayMiddle_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 3, displayMiddle_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayLong_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 4, displayLong_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(displayLong_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 4, displayLong_); } if (displayValue_ != 0L) { output.writeInt64(5, displayValue_); @@ -313,14 +315,14 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayShort_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, displayShort_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(displayShort_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, displayShort_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayMiddle_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, displayMiddle_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(displayMiddle_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(3, displayMiddle_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayLong_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, displayLong_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(displayLong_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(4, displayLong_); } if (displayValue_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -462,20 +464,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.RoomStatsMessage 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.RoomStatsMessage 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.RoomStatsMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -483,20 +485,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.RoomStatsMessage 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.RoomStatsMessage 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); } @@ -516,19 +518,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 RoomStatsMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:RoomStatsMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomStatsMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -537,7 +539,7 @@ public static final class Builder extends } @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.RoomStatsMessageOuterClass.internal_static_RoomStatsMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -550,12 +552,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); } @@ -648,38 +650,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomStatsMessage) { @@ -824,7 +794,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .Common common = 1; @@ -930,11 +900,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(), @@ -1351,18 +1321,6 @@ public Builder clearDisplayType() { 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:RoomStatsMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOrBuilder.java index e64aff45..316efd16 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomStatsMessage.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 RoomStatsMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOuterClass.java index 70ffb24b..b0466d52 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomStatsMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomStatsMessage.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 RoomStatsMessageOuterClass { private RoomStatsMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomStatsMessageOuterClass.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_RoomStatsMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomStatsMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -48,9 +57,10 @@ public static void registerAllExtensions( internal_static_RoomStatsMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_RoomStatsMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomStatsMessage_descriptor, new java.lang.String[] { "Common", "DisplayShort", "DisplayMiddle", "DisplayLong", "DisplayValue", "DisplayVersion", "Incremental", "IsHidden", "Total", "DisplayType", }); + 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/RoomUserSeqMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessage.java index 33eb2160..481ff670 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessage.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomUserSeqMessage.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 RoomUserSeqMessage} */ public final class RoomUserSeqMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:RoomUserSeqMessage) RoomUserSeqMessageOrBuilder { 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= */ "", + RoomUserSeqMessage.class.getName()); + } // Use RoomUserSeqMessage.newBuilder() to construct. - private RoomUserSeqMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private RoomUserSeqMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private RoomUserSeqMessage() { @@ -32,20 +41,13 @@ private RoomUserSeqMessage() { upRightStatsStrComplete_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new RoomUserSeqMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessageOuterClass.internal_static_RoomUserSeqMessage_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.RoomUserSeqMessageOuterClass.internal_static_RoomUserSeqMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -123,12 +125,21 @@ public interface ContributorOrBuilder extends * Protobuf type {@code RoomUserSeqMessage.Contributor} */ public static final class Contributor extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:RoomUserSeqMessage.Contributor) ContributorOrBuilder { 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= */ "", + Contributor.class.getName()); + } // Use Contributor.newBuilder() to construct. - private Contributor(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private Contributor(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Contributor() { @@ -136,20 +147,13 @@ private Contributor() { exactlyScore_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Contributor(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessageOuterClass.internal_static_RoomUserSeqMessage_Contributor_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.RoomUserSeqMessageOuterClass.internal_static_RoomUserSeqMessage_Contributor_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -334,11 +338,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (isHidden_ != false) { output.writeBool(5, isHidden_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(scoreDescription_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 6, scoreDescription_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(scoreDescription_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 6, scoreDescription_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(exactlyScore_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 7, exactlyScore_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(exactlyScore_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 7, exactlyScore_); } getUnknownFields().writeTo(output); } @@ -369,11 +373,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(5, isHidden_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(scoreDescription_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, scoreDescription_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(scoreDescription_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(6, scoreDescription_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(exactlyScore_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, exactlyScore_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(exactlyScore_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(7, exactlyScore_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -477,20 +481,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.RoomUserSeqMessage.Contributor 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.RoomUserSeqMessage.Contributor 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.RoomUserSeqMessage.Contributor parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -498,20 +502,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.RoomUserSeqMessage.Contributor 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.RoomUserSeqMessage.Contributor 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); } @@ -531,7 +535,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; } @@ -539,7 +543,7 @@ protected Builder newBuilderForType( * Protobuf type {@code RoomUserSeqMessage.Contributor} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:RoomUserSeqMessage.Contributor) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.ContributorOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -548,7 +552,7 @@ public static final class Builder extends } @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.RoomUserSeqMessageOuterClass.internal_static_RoomUserSeqMessage_Contributor_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -561,12 +565,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getUserFieldBuilder(); } @@ -647,38 +651,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor) { @@ -829,7 +801,7 @@ public Builder clearScore() { } 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; @@ -935,11 +907,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(), @@ -1188,18 +1160,6 @@ public Builder setExactlyScoreBytes( 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:RoomUserSeqMessage.Contributor) } @@ -1690,8 +1650,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (total_ != 0L) { output.writeInt64(3, total_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(popStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 4, popStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(popStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 4, popStr_); } for (int i = 0; i < seatsList_.size(); i++) { output.writeMessage(5, seatsList_.get(i)); @@ -1702,23 +1662,23 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (totalUser_ != 0L) { output.writeInt64(7, totalUser_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(totalUserStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 8, totalUserStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(totalUserStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 8, totalUserStr_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(totalStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 9, totalStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(totalStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 9, totalStr_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineUserForAnchor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 10, onlineUserForAnchor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(onlineUserForAnchor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 10, onlineUserForAnchor_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(totalPvForAnchor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 11, totalPvForAnchor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(totalPvForAnchor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 11, totalPvForAnchor_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(upRightStatsStr_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 12, upRightStatsStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(upRightStatsStr_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 12, upRightStatsStr_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(upRightStatsStrComplete_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 13, upRightStatsStrComplete_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(upRightStatsStrComplete_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 13, upRightStatsStrComplete_); } getUnknownFields().writeTo(output); } @@ -1741,8 +1701,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, total_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(popStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, popStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(popStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(4, popStr_); } for (int i = 0; i < seatsList_.size(); i++) { size += com.google.protobuf.CodedOutputStream @@ -1756,23 +1716,23 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(7, totalUser_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(totalUserStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, totalUserStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(totalUserStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(8, totalUserStr_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(totalStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, totalStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(totalStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(9, totalStr_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineUserForAnchor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, onlineUserForAnchor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(onlineUserForAnchor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(10, onlineUserForAnchor_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(totalPvForAnchor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, totalPvForAnchor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(totalPvForAnchor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(11, totalPvForAnchor_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(upRightStatsStr_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, upRightStatsStr_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(upRightStatsStr_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(12, upRightStatsStr_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(upRightStatsStrComplete_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, upRightStatsStrComplete_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(upRightStatsStrComplete_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(13, upRightStatsStrComplete_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -1903,20 +1863,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.RoomUserSeqMessage 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.RoomUserSeqMessage 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.RoomUserSeqMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -1924,20 +1884,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.RoomUserSeqMessage 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.RoomUserSeqMessage 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); } @@ -1957,19 +1917,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 RoomUserSeqMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:RoomUserSeqMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -1978,7 +1938,7 @@ public static final class Builder extends } @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.RoomUserSeqMessageOuterClass.internal_static_RoomUserSeqMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1991,12 +1951,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getRanksListFieldBuilder(); @@ -2131,38 +2091,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage) { @@ -2197,7 +2125,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit ranksList_ = other.ranksList_; bitField0_ = (bitField0_ & ~0x00000002); ranksListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getRanksListFieldBuilder() : null; } else { ranksListBuilder_.addAllMessages(other.ranksList_); @@ -2231,7 +2159,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit seatsList_ = other.seatsList_; bitField0_ = (bitField0_ & ~0x00000010); seatsListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getSeatsListFieldBuilder() : null; } else { seatsListBuilder_.addAllMessages(other.seatsList_); @@ -2401,7 +2329,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .Common common = 1; @@ -2507,11 +2435,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(), @@ -2530,7 +2458,7 @@ private void ensureRanksListIsMutable() { } } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.ContributorOrBuilder> ranksListBuilder_; /** @@ -2746,11 +2674,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomU getRanksListBuilderList() { return getRanksListFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.ContributorOrBuilder> getRanksListFieldBuilder() { if (ranksListBuilder_ == null) { - ranksListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + ranksListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.ContributorOrBuilder>( ranksList_, ((bitField0_ & 0x00000002) != 0), @@ -2874,7 +2802,7 @@ private void ensureSeatsListIsMutable() { } } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.ContributorOrBuilder> seatsListBuilder_; /** @@ -3090,11 +3018,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomU getSeatsListBuilderList() { return getSeatsListFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.ContributorOrBuilder> getSeatsListFieldBuilder() { if (seatsListBuilder_ == null) { - seatsListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + seatsListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.Contributor.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.RoomUserSeqMessage.ContributorOrBuilder>( seatsList_, ((bitField0_ & 0x00000010) != 0), @@ -3600,18 +3528,6 @@ public Builder setUpRightStatsStrCompleteBytes( 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:RoomUserSeqMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOrBuilder.java index 12323521..3eeafbd8 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomUserSeqMessage.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 RoomUserSeqMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOuterClass.java index 172ad2ab..17e44f8b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/RoomUserSeqMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/RoomUserSeqMessage.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 RoomUserSeqMessageOuterClass { private RoomUserSeqMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + RoomUserSeqMessageOuterClass.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_RoomUserSeqMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomUserSeqMessage_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_RoomUserSeqMessage_Contributor_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_RoomUserSeqMessage_Contributor_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -63,15 +72,16 @@ public static void registerAllExtensions( internal_static_RoomUserSeqMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_RoomUserSeqMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomUserSeqMessage_descriptor, new java.lang.String[] { "Common", "RanksList", "Total", "PopStr", "SeatsList", "Popularity", "TotalUser", "TotalUserStr", "TotalStr", "OnlineUserForAnchor", "TotalPvForAnchor", "UpRightStatsStr", "UpRightStatsStrComplete", }); internal_static_RoomUserSeqMessage_Contributor_descriptor = internal_static_RoomUserSeqMessage_descriptor.getNestedTypes().get(0); internal_static_RoomUserSeqMessage_Contributor_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_RoomUserSeqMessage_Contributor_descriptor, new java.lang.String[] { "Score", "User", "Rank", "Delta", "IsHidden", "ScoreDescription", "ExactlyScore", }); + 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/ScreenChatMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessage.java index ea4a14e4..e3b5bbcc 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessage.java @@ -1,43 +1,45 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ScreenChatMessage.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 ScreenChatMessage} */ public final class ScreenChatMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:ScreenChatMessage) ScreenChatMessageOrBuilder { 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= */ "", + ScreenChatMessage.class.getName()); + } // Use ScreenChatMessage.newBuilder() to construct. - private ScreenChatMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private ScreenChatMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private ScreenChatMessage() { content_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new ScreenChatMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessageOuterClass.internal_static_ScreenChatMessage_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.ScreenChatMessageOuterClass.internal_static_ScreenChatMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -58,31 +60,33 @@ public interface OfficialCommentConfigOrBuilder extends * Protobuf type {@code ScreenChatMessage.OfficialCommentConfig} */ public static final class OfficialCommentConfig extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:ScreenChatMessage.OfficialCommentConfig) OfficialCommentConfigOrBuilder { 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= */ "", + OfficialCommentConfig.class.getName()); + } // Use OfficialCommentConfig.newBuilder() to construct. - private OfficialCommentConfig(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private OfficialCommentConfig(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private OfficialCommentConfig() { } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new OfficialCommentConfig(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessageOuterClass.internal_static_ScreenChatMessage_OfficialCommentConfig_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.ScreenChatMessageOuterClass.internal_static_ScreenChatMessage_OfficialCommentConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -200,20 +204,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.ScreenChatMessage.OfficialCommentConfig 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.ScreenChatMessage.OfficialCommentConfig 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.ScreenChatMessage.OfficialCommentConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -221,20 +225,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.ScreenChatMessage.OfficialCommentConfig 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.ScreenChatMessage.OfficialCommentConfig 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); } @@ -254,7 +258,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; } @@ -262,7 +266,7 @@ protected Builder newBuilderForType( * Protobuf type {@code ScreenChatMessage.OfficialCommentConfig} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:ScreenChatMessage.OfficialCommentConfig) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfigOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -271,7 +275,7 @@ public static final class Builder extends } @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.ScreenChatMessageOuterClass.internal_static_ScreenChatMessage_OfficialCommentConfig_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -284,7 +288,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -331,38 +335,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfig) { @@ -457,18 +429,6 @@ public Builder clearOfficial() { 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:ScreenChatMessage.OfficialCommentConfig) } @@ -571,32 +531,34 @@ public interface EffectOrBuilder extends * Protobuf type {@code ScreenChatMessage.Effect} */ public static final class Effect extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:ScreenChatMessage.Effect) EffectOrBuilder { 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= */ "", + Effect.class.getName()); + } // Use Effect.newBuilder() to construct. - private Effect(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private Effect(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Effect() { backgroundColor_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new Effect(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessageOuterClass.internal_static_ScreenChatMessage_Effect_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.ScreenChatMessageOuterClass.internal_static_ScreenChatMessage_Effect_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -715,8 +677,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getAvatarIcon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(backgroundColor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, backgroundColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(backgroundColor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 3, backgroundColor_); } getUnknownFields().writeTo(output); } @@ -735,8 +697,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getAvatarIcon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(backgroundColor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, backgroundColor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(backgroundColor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(3, backgroundColor_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; @@ -825,20 +787,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.ScreenChatMessage.Effect 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.ScreenChatMessage.Effect 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.ScreenChatMessage.Effect parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -846,20 +808,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.ScreenChatMessage.Effect 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.ScreenChatMessage.Effect 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); } @@ -879,7 +841,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; } @@ -887,7 +849,7 @@ protected Builder newBuilderForType( * Protobuf type {@code ScreenChatMessage.Effect} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:ScreenChatMessage.Effect) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.EffectOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -896,7 +858,7 @@ public static final class Builder extends } @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.ScreenChatMessageOuterClass.internal_static_ScreenChatMessage_Effect_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -909,12 +871,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getIconFieldBuilder(); getAvatarIconFieldBuilder(); @@ -987,38 +949,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect) { @@ -1105,7 +1035,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct icon_; - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStructOrBuilder> iconBuilder_; /** * .FlexImageStruct icon = 1; @@ -1211,11 +1141,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexI /** * .FlexImageStruct icon = 1; */ - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStructOrBuilder> 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.im.FlexImageStruct, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStruct.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexImageStructOrBuilder>( getIcon(), getParentForChildren(), @@ -1226,7 +1156,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.FlexI } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Image avatarIcon_; - 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> avatarIconBuilder_; /** * .Image avatarIcon = 2; @@ -1332,11 +1262,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image avatarIcon = 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> getAvatarIconFieldBuilder() { if (avatarIconBuilder_ == null) { - avatarIconBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + avatarIconBuilder_ = 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>( getAvatarIcon(), getParentForChildren(), @@ -1417,18 +1347,6 @@ public Builder setBackgroundColorBytes( 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:ScreenChatMessage.Effect) } @@ -1848,8 +1766,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (screenChatType_ != 0L) { output.writeInt64(3, screenChatType_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 4, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 4, content_); } if (priority_ != 0L) { output.writeInt64(5, priority_); @@ -1905,8 +1823,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(3, screenChatType_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(content_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, content_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(content_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(4, content_); } if (priority_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -2131,20 +2049,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.ScreenChatMessage 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.ScreenChatMessage 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.ScreenChatMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -2152,20 +2070,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.ScreenChatMessage 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.ScreenChatMessage 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); } @@ -2185,19 +2103,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 ScreenChatMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:ScreenChatMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -2206,7 +2124,7 @@ public static final class Builder extends } @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.ScreenChatMessageOuterClass.internal_static_ScreenChatMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2219,12 +2137,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -2409,38 +2327,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage) { @@ -2639,7 +2525,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .Common common = 1; @@ -2745,11 +2631,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(), @@ -2760,7 +2646,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; @@ -2866,11 +2752,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(), @@ -3017,7 +2903,7 @@ public Builder clearPriority() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect effect_; - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.EffectOrBuilder> effectBuilder_; /** * .ScreenChatMessage.Effect effect = 6; @@ -3123,11 +3009,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Scree /** * .ScreenChatMessage.Effect effect = 6; */ - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.EffectOrBuilder> getEffectFieldBuilder() { if (effectBuilder_ == null) { - effectBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + effectBuilder_ = new com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.EffectOrBuilder>( getEffect(), getParentForChildren(), @@ -3138,7 +3024,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Scree } 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 = 7; @@ -3244,11 +3130,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image backgroundImage = 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> 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(), @@ -3259,7 +3145,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.ScreenChatMessage.Effect effectV2_; - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.EffectOrBuilder> effectV2Builder_; /** * .ScreenChatMessage.Effect effectV2 = 8; @@ -3365,11 +3251,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Scree /** * .ScreenChatMessage.Effect effectV2 = 8; */ - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.EffectOrBuilder> getEffectV2FieldBuilder() { if (effectV2Builder_ == null) { - effectV2Builder_ = new com.google.protobuf.SingleFieldBuilderV3< + effectV2Builder_ = new com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.Effect.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.EffectOrBuilder>( getEffectV2(), getParentForChildren(), @@ -3380,7 +3266,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Scree } 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 = 9; @@ -3486,11 +3372,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Ima /** * .Image backgroundImageV2 = 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> 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(), @@ -3501,7 +3387,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 = 10; @@ -3607,11 +3493,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Publi /** * .PublicAreaCommon publicAreaCommon = 10; */ - 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(), @@ -3622,7 +3508,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.im.ScreenChatMessage.OfficialCommentConfig officialCommentConfig_; - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfig, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfig.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfigOrBuilder> officialCommentConfigBuilder_; /** * .ScreenChatMessage.OfficialCommentConfig officialCommentConfig = 11; @@ -3728,11 +3614,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Scree /** * .ScreenChatMessage.OfficialCommentConfig officialCommentConfig = 11; */ - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfig, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfig.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfigOrBuilder> getOfficialCommentConfigFieldBuilder() { if (officialCommentConfigBuilder_ == null) { - officialCommentConfigBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + officialCommentConfigBuilder_ = new com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfig, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfig.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.ScreenChatMessage.OfficialCommentConfigOrBuilder>( getOfficialCommentConfig(), getParentForChildren(), @@ -3807,7 +3693,7 @@ public Builder clearSendReview() { } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity chatIdentityInfo_; - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentityOrBuilder> chatIdentityInfoBuilder_; /** * .ChatIdentity chatIdentityInfo = 14; @@ -3913,11 +3799,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Cha /** * .ChatIdentity chatIdentityInfo = 14; */ - private com.google.protobuf.SingleFieldBuilderV3< + private com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentityOrBuilder> getChatIdentityInfoFieldBuilder() { if (chatIdentityInfoBuilder_ == null) { - chatIdentityInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + chatIdentityInfoBuilder_ = new com.google.protobuf.SingleFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentity.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.ChatIdentityOrBuilder>( getChatIdentityInfo(), getParentForChildren(), @@ -3928,7 +3814,7 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Cha } 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 = 30; @@ -4034,11 +3920,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.data.Tex /** * .Text rtfContent = 30; */ - 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(), @@ -4047,18 +3933,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:ScreenChatMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOrBuilder.java index 11d8ec52..d5cb6a71 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ScreenChatMessage.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 ScreenChatMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOuterClass.java index bd138ed4..30863d01 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/ScreenChatMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/ScreenChatMessage.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 ScreenChatMessageOuterClass { private ScreenChatMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + ScreenChatMessageOuterClass.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_ScreenChatMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_ScreenChatMessage_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_ScreenChatMessage_OfficialCommentConfig_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_ScreenChatMessage_OfficialCommentConfig_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_ScreenChatMessage_Effect_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_ScreenChatMessage_Effect_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -81,21 +90,22 @@ public static void registerAllExtensions( internal_static_ScreenChatMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_ScreenChatMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_ScreenChatMessage_descriptor, new java.lang.String[] { "Common", "User", "ScreenChatType", "Content", "Priority", "Effect", "BackgroundImage", "EffectV2", "BackgroundImageV2", "PublicAreaCommon", "OfficialCommentConfig", "EventTime", "SendReview", "ChatIdentityInfo", "RtfContent", }); internal_static_ScreenChatMessage_OfficialCommentConfig_descriptor = internal_static_ScreenChatMessage_descriptor.getNestedTypes().get(0); internal_static_ScreenChatMessage_OfficialCommentConfig_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_ScreenChatMessage_OfficialCommentConfig_descriptor, new java.lang.String[] { "Official", }); internal_static_ScreenChatMessage_Effect_descriptor = internal_static_ScreenChatMessage_descriptor.getNestedTypes().get(1); internal_static_ScreenChatMessage_Effect_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_ScreenChatMessage_Effect_descriptor, new java.lang.String[] { "Icon", "AvatarIcon", "BackgroundColor", }); + 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.PublicAreaCommonOuterClass.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/SocialMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessage.java index fedbdede..41d57509 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessage.java @@ -1,43 +1,45 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SocialMessage.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 SocialMessage} */ public final class SocialMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:SocialMessage) SocialMessageOrBuilder { 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= */ "", + SocialMessage.class.getName()); + } // Use SocialMessage.newBuilder() to construct. - private SocialMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private SocialMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SocialMessage() { shareTarget_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new SocialMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SocialMessageOuterClass.internal_static_SocialMessage_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.SocialMessageOuterClass.internal_static_SocialMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -221,8 +223,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (action_ != 0L) { output.writeInt64(4, action_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareTarget_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, shareTarget_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(shareTarget_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 5, shareTarget_); } if (followCount_ != 0L) { output.writeInt64(6, followCount_); @@ -255,8 +257,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(4, action_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(shareTarget_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, shareTarget_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(shareTarget_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(5, shareTarget_); } if (followCount_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -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.SocialMessage 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.SocialMessage 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.SocialMessage 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.SocialMessage 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.SocialMessage 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-09
+   * 更新时间 : 2023-01-09
    * 
* * Protobuf type {@code SocialMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:SocialMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SocialMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -452,7 +454,7 @@ public static final class Builder extends } @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.SocialMessageOuterClass.internal_static_SocialMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -465,12 +467,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); getUserFieldBuilder(); @@ -567,38 +569,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SocialMessage) { @@ -719,7 +689,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .Common common = 1; @@ -825,11 +795,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(), @@ -840,7 +810,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; @@ -946,11 +916,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(), @@ -1129,7 +1099,7 @@ public Builder clearFollowCount() { } 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 = 7; @@ -1235,11 +1205,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Publi /** * .PublicAreaCommon publicAreaCommon = 7; */ - 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(), @@ -1248,18 +1218,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:SocialMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOrBuilder.java index d64b5e2e..56cb9801 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SocialMessage.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 SocialMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOuterClass.java index 42b7acb6..caaf950f 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SocialMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SocialMessage.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 SocialMessageOuterClass { private SocialMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + SocialMessageOuterClass.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_SocialMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_SocialMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -51,9 +60,10 @@ public static void registerAllExtensions( internal_static_SocialMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_SocialMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_SocialMessage_descriptor, new java.lang.String[] { "Common", "User", "ShareType", "Action", "ShareTarget", "FollowCount", "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/SyncStreamInfoMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessage.java index 70bab4c9..64be6099 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessage.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamInfoMessage.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-10
+ * 更新时间 : 2023-01-10
  * 
* * Protobuf type {@code SyncStreamInfoMessage} */ public final class SyncStreamInfoMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:SyncStreamInfoMessage) SyncStreamInfoMessageOrBuilder { 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= */ "", + SyncStreamInfoMessage.class.getName()); + } // Use SyncStreamInfoMessage.newBuilder() to construct. - private SyncStreamInfoMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private SyncStreamInfoMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SyncStreamInfoMessage() { @@ -25,20 +34,13 @@ private SyncStreamInfoMessage() { info_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new SyncStreamInfoMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessageOuterClass.internal_static_SyncStreamInfoMessage_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.SyncStreamInfoMessageOuterClass.internal_static_SyncStreamInfoMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -178,11 +180,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (timestamp_ != 0L) { output.writeInt64(1, timestamp_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(info_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, info_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(info_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 3, info_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(4, getCommon()); @@ -200,11 +202,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, timestamp_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(key_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, key_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(key_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, key_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(info_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, info_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(info_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(3, info_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream @@ -297,20 +299,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.SyncStreamInfoMessage 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.SyncStreamInfoMessage 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.SyncStreamInfoMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -318,20 +320,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.SyncStreamInfoMessage 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.SyncStreamInfoMessage 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); } @@ -351,19 +353,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-10
+   * 更新时间 : 2023-01-10
    * 
* * Protobuf type {@code SyncStreamInfoMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:SyncStreamInfoMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -372,7 +374,7 @@ public static final class Builder extends } @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.SyncStreamInfoMessageOuterClass.internal_static_SyncStreamInfoMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -385,12 +387,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); } @@ -459,38 +461,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessage) { @@ -761,7 +731,7 @@ public Builder setInfoBytes( } private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .Common common = 4; @@ -867,11 +837,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo /** * .Common common = 4; */ - 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(), @@ -880,18 +850,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Commo } return commonBuilder_; } - @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:SyncStreamInfoMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOrBuilder.java index 8ed7ed9b..b5f2743d 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamInfoMessage.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 SyncStreamInfoMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOuterClass.java index d9b34729..2279aa50 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamInfoMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamInfoMessage.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 SyncStreamInfoMessageOuterClass { private SyncStreamInfoMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + SyncStreamInfoMessageOuterClass.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_SyncStreamInfoMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_SyncStreamInfoMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -45,9 +54,10 @@ public static void registerAllExtensions( internal_static_SyncStreamInfoMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_SyncStreamInfoMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_SyncStreamInfoMessage_descriptor, new java.lang.String[] { "Timestamp", "Key", "Info", "Common", }); + 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/SyncStreamMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessage.java index 40ee09b2..301c1011 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessage.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamMessage.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-10
+ * 更新时间 : 2023-01-10
  * 
* * Protobuf type {@code SyncStreamMessage} */ public final class SyncStreamMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:SyncStreamMessage) SyncStreamMessageOrBuilder { 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= */ "", + SyncStreamMessage.class.getName()); + } // Use SyncStreamMessage.newBuilder() to construct. - private SyncStreamMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private SyncStreamMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private SyncStreamMessage() { @@ -25,20 +34,13 @@ private SyncStreamMessage() { infoListList_ = java.util.Collections.emptyList(); } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new SyncStreamMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamMessageOuterClass.internal_static_SyncStreamMessage_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.SyncStreamMessageOuterClass.internal_static_SyncStreamMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -139,8 +141,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(common_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, common_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(common_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 1, common_); } for (int i = 0; i < infoListList_.size(); i++) { output.writeMessage(2, infoListList_.get(i)); @@ -154,8 +156,8 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(common_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, common_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(common_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(1, common_); } for (int i = 0; i < infoListList_.size(); i++) { size += com.google.protobuf.CodedOutputStream @@ -236,20 +238,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.SyncStreamMessage 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.SyncStreamMessage 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.SyncStreamMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -257,20 +259,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.SyncStreamMessage 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.SyncStreamMessage 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); } @@ -290,19 +292,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-10
+   * 更新时间 : 2023-01-10
    * 
* * Protobuf type {@code SyncStreamMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:SyncStreamMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -311,7 +313,7 @@ public static final class Builder extends } @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.SyncStreamMessageOuterClass.internal_static_SyncStreamMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -324,7 +326,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -391,38 +393,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamMessage) { @@ -459,7 +429,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.douyin_hack.proto_entit infoListList_ = other.infoListList_; bitField0_ = (bitField0_ & ~0x00000002); infoListListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getInfoListListFieldBuilder() : null; } else { infoListListBuilder_.addAllMessages(other.infoListList_); @@ -608,7 +578,7 @@ private void ensureInfoListListIsMutable() { } } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessage, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessage.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessageOrBuilder> infoListListBuilder_; /** @@ -824,11 +794,11 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncS getInfoListListBuilderList() { return getInfoListListFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessage, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessage.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessageOrBuilder> getInfoListListFieldBuilder() { if (infoListListBuilder_ == null) { - infoListListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + infoListListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessage, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessage.Builder, cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessageOrBuilder>( infoListList_, ((bitField0_ & 0x00000002) != 0), @@ -838,18 +808,6 @@ public cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncS } return infoListListBuilder_; } - @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:SyncStreamMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOrBuilder.java index 2ae33f25..c7dd8189 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamMessage.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 SyncStreamMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOuterClass.java index 507348e3..720f0858 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/SyncStreamMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/SyncStreamMessage.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 SyncStreamMessageOuterClass { private SyncStreamMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + SyncStreamMessageOuterClass.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_SyncStreamMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_SyncStreamMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -45,9 +54,10 @@ public static void registerAllExtensions( internal_static_SyncStreamMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_SyncStreamMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_SyncStreamMessage_descriptor, new java.lang.String[] { "Common", "InfoListList", }); + descriptor.resolveAllFeaturesImmutable(); cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.SyncStreamInfoMessageOuterClass.getDescriptor(); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessage.java index 2a879f19..77eeb338 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessage.java @@ -1,43 +1,45 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/UpdateFanTicketMessage.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 UpdateFanTicketMessage} */ public final class UpdateFanTicketMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:UpdateFanTicketMessage) UpdateFanTicketMessageOrBuilder { 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= */ "", + UpdateFanTicketMessage.class.getName()); + } // Use UpdateFanTicketMessage.newBuilder() to construct. - private UpdateFanTicketMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private UpdateFanTicketMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private UpdateFanTicketMessage() { roomFanTicketCountText_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new UpdateFanTicketMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.UpdateFanTicketMessageOuterClass.internal_static_UpdateFanTicketMessage_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.UpdateFanTicketMessageOuterClass.internal_static_UpdateFanTicketMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -149,8 +151,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(roomFanTicketCountText_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, roomFanTicketCountText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(roomFanTicketCountText_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, roomFanTicketCountText_); } if (roomFanTicketCount_ != 0L) { output.writeInt64(3, roomFanTicketCount_); @@ -171,8 +173,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getCommon()); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(roomFanTicketCountText_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, roomFanTicketCountText_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(roomFanTicketCountText_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, roomFanTicketCountText_); } if (roomFanTicketCount_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -270,20 +272,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.UpdateFanTicketMessage 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.UpdateFanTicketMessage 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.UpdateFanTicketMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -291,20 +293,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.UpdateFanTicketMessage 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.UpdateFanTicketMessage 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); } @@ -324,19 +326,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 UpdateFanTicketMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:UpdateFanTicketMessage) cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.UpdateFanTicketMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -345,7 +347,7 @@ public static final class Builder extends } @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.UpdateFanTicketMessageOuterClass.internal_static_UpdateFanTicketMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -358,12 +360,12 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 + if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { getCommonFieldBuilder(); } @@ -432,38 +434,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.douyin_hack.proto_ent result.bitField0_ |= to_bitField0_; } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.UpdateFanTicketMessage) { @@ -556,7 +526,7 @@ public Builder mergeFrom( private int bitField0_; private cool.scx.live_room_watcher.impl.douyin_hack.proto_entity.webcast.im.Common common_; - 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> commonBuilder_; /** * .Common common = 1; @@ -662,11 +632,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(), @@ -811,18 +781,6 @@ public Builder clearForceUpdate() { 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:UpdateFanTicketMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOrBuilder.java index 5d920bf8..c5ec53da 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/UpdateFanTicketMessage.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 UpdateFanTicketMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOuterClass.java index 90059f67..7856a42a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/douyin_hack/proto_entity/webcast/im/UpdateFanTicketMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: douyin_hack/webcast/im/UpdateFanTicketMessage.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 UpdateFanTicketMessageOuterClass { private UpdateFanTicketMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + UpdateFanTicketMessageOuterClass.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_UpdateFanTicketMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_UpdateFanTicketMessage_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -46,9 +55,10 @@ public static void registerAllExtensions( internal_static_UpdateFanTicketMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_UpdateFanTicketMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_UpdateFanTicketMessage_descriptor, new java.lang.String[] { "Common", "RoomFanTicketCountText", "RoomFanTicketCount", "ForceUpdate", }); + 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/tiktok_hack/proto_entity/pushproto/TPushFrame.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrame.java index eefc0983..9467e08a 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrame.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrame.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushFrame.proto -// Protobuf Java Version: 3.25.3 +// Protobuf Java Version: 4.26.0 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; /** *
- *更新时间 : 2023-01-09
+ * 更新时间 : 2023-01-09
  * 
* * Protobuf type {@code TPushFrame} */ public final class TPushFrame extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TPushFrame) TPushFrameOrBuilder { 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= */ "", + TPushFrame.class.getName()); + } // Use TPushFrame.newBuilder() to construct. - private TPushFrame(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private TPushFrame(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private TPushFrame() { @@ -27,20 +36,13 @@ private TPushFrame() { payload_ = com.google.protobuf.ByteString.EMPTY; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TPushFrame(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushFrameOuterClass.internal_static_TPushFrame_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushFrameOuterClass.internal_static_TPushFrame_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.tiktok_hack.proto_entity.pushproto } public static cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushFrame 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.tiktok_hack.proto_entity.pushproto.TPushFrame 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.tiktok_hack.proto_entity.pushproto.TPushFrame 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.tiktok_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.tiktok_hack.proto_entity.pushproto.TPushFrame 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.tiktok_hack.proto_entity.pushproto.TPushFrame 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 TPushFrame} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TPushFrame) cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushFrameOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -476,7 +478,7 @@ public static final class Builder extends } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushFrameOuterClass.internal_static_TPushFrame_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -489,7 +491,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -580,38 +582,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.tiktok_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushFrame) { @@ -655,7 +625,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.tiktok_hack.proto_entit headersList_ = other.headersList_; bitField0_ = (bitField0_ & ~0x00000010); headersListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getHeadersListFieldBuilder() : null; } else { headersListBuilder_.addAllMessages(other.headersList_); @@ -903,7 +873,7 @@ private void ensureHeadersListIsMutable() { } } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeader, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeader.Builder, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeaderOrBuilder> headersListBuilder_; /** @@ -1119,11 +1089,11 @@ public cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushH getHeadersListBuilderList() { return getHeadersListFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeader, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeader.Builder, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeaderOrBuilder> getHeadersListFieldBuilder() { if (headersListBuilder_ == null) { - headersListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + headersListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeader, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeader.Builder, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeaderOrBuilder>( headersList_, ((bitField0_ & 0x00000010) != 0), @@ -1309,18 +1279,6 @@ public Builder clearPayload() { 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:TPushFrame) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOrBuilder.java index 3255cf3e..9c59df73 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushFrame.proto -// Protobuf Java Version: 3.25.3 +// Protobuf Java Version: 4.26.0 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; public interface TPushFrameOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOuterClass.java index 07079d6e..348ecb32 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushFrameOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushFrame.proto +// Protobuf Java Version: 4.26.0 -// Protobuf Java Version: 3.25.3 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; public final class TPushFrameOuterClass { private TPushFrameOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TPushFrameOuterClass.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_TPushFrame_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TPushFrame_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -47,9 +56,10 @@ public static void registerAllExtensions( internal_static_TPushFrame_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_TPushFrame_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TPushFrame_descriptor, new java.lang.String[] { "Seqid", "Logid", "Service", "Method", "HeadersList", "PayloadEncoding", "PayloadType", "Payload", }); + descriptor.resolveAllFeaturesImmutable(); cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeaderOuterClass.getDescriptor(); } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeader.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeader.java index 3cd8b800..a2ece3e1 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeader.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeader.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushHeader.proto -// Protobuf Java Version: 3.25.3 +// Protobuf Java Version: 4.26.0 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; /** *
- *更新时间 : 2023-01-09
+ * 更新时间 : 2023-01-09
  * 
* * Protobuf type {@code TPushHeader} */ public final class TPushHeader extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TPushHeader) TPushHeaderOrBuilder { 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= */ "", + TPushHeader.class.getName()); + } // Use TPushHeader.newBuilder() to construct. - private TPushHeader(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private TPushHeader(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private TPushHeader() { @@ -25,20 +34,13 @@ private TPushHeader() { value_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TPushHeader(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeaderOuterClass.internal_static_TPushHeader_descriptor; } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeaderOuterClass.internal_static_TPushHeader_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.tiktok_hack.proto_entity.pushproto } public static cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeader 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.tiktok_hack.proto_entity.pushproto.TPushHeader 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.tiktok_hack.proto_entity.pushproto.TPushHeader 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.tiktok_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.tiktok_hack.proto_entity.pushproto.TPushHeader 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.tiktok_hack.proto_entity.pushproto.TPushHeader 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 TPushHeader} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TPushHeader) cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeaderOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -306,7 +308,7 @@ public static final class Builder extends } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeaderOuterClass.internal_static_TPushHeader_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -319,7 +321,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -370,38 +372,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.tiktok_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto.TPushHeader) { @@ -620,18 +590,6 @@ public Builder setValueBytes( 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:TPushHeader) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOrBuilder.java index 3cc4b52d..5ffc3efb 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushHeader.proto -// Protobuf Java Version: 3.25.3 +// Protobuf Java Version: 4.26.0 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; public interface TPushHeaderOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOuterClass.java index cec81d6e..be76fba3 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/pushproto/TPushHeaderOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/pushproto/TPushHeader.proto +// Protobuf Java Version: 4.26.0 -// Protobuf Java Version: 3.25.3 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.pushproto; public final class TPushHeaderOuterClass { private TPushHeaderOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TPushHeaderOuterClass.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_TPushHeader_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TPushHeader_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -42,9 +51,10 @@ public static void registerAllExtensions( internal_static_TPushHeader_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_TPushHeader_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TPushHeader_descriptor, new java.lang.String[] { "Key", "Value", }); + descriptor.resolveAllFeaturesImmutable(); } // @@protoc_insertion_point(outer_class_scope) diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessage.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessage.java index b8a77aee..69deeb22 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessage.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessage.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TMessage.proto -// Protobuf Java Version: 3.25.3 +// Protobuf Java Version: 4.26.0 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; /** *
- *更新时间 : 2023-01-09
+ * 更新时间 : 2023-01-09
  * 
* * Protobuf type {@code TMessage} */ public final class TMessage extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TMessage) TMessageOrBuilder { 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= */ "", + TMessage.class.getName()); + } // Use TMessage.newBuilder() to construct. - private TMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private TMessage(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private TMessage() { @@ -26,13 +35,6 @@ private TMessage() { wrdsSubKey_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TMessage(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessageOuterClass.internal_static_TMessage_descriptor; @@ -51,7 +53,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.tiktok_hack.proto_entity.webcast.im.TMessageOuterClass.internal_static_TMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -295,8 +297,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 (!payload_.isEmpty()) { output.writeBytes(2, payload_); @@ -316,10 +318,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (wrdsVersion_ != 0L) { output.writeInt64(7, wrdsVersion_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(wrdsSubKey_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 8, wrdsSubKey_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(wrdsSubKey_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 8, wrdsSubKey_); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeStringMapTo( output, internalGetMessageExtraMap(), @@ -334,8 +336,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 (!payload_.isEmpty()) { size += com.google.protobuf.CodedOutputStream @@ -361,8 +363,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(7, wrdsVersion_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(wrdsSubKey_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, wrdsSubKey_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(wrdsSubKey_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(8, wrdsSubKey_); } for (java.util.Map.Entry entry : internalGetMessageExtraMap().getMap().entrySet()) { @@ -481,20 +483,20 @@ public static cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessage 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.tiktok_hack.proto_entity.webcast.im.TMessage 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.tiktok_hack.proto_entity.webcast.im.TMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -502,20 +504,20 @@ public static cool.scx.live_room_watcher.impl.tiktok_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.tiktok_hack.proto_entity.webcast.im.TMessage 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.tiktok_hack.proto_entity.webcast.im.TMessage 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); } @@ -535,19 +537,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 TMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TMessage) cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessageOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -578,7 +580,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessageOuterClass.internal_static_TMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -591,7 +593,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -671,38 +673,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.tiktok_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessage) { @@ -1300,18 +1270,6 @@ public Builder putAllMessageExtraMap( bitField0_ |= 0x00000100; 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:TMessage) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOrBuilder.java index 5a3b86f8..375eed8e 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TMessage.proto -// Protobuf Java Version: 3.25.3 +// Protobuf Java Version: 4.26.0 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; public interface TMessageOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOuterClass.java index 7870337f..2cbea550 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TMessageOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TMessage.proto +// Protobuf Java Version: 4.26.0 -// Protobuf Java Version: 3.25.3 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; public final class TMessageOuterClass { private TMessageOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TMessageOuterClass.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_TMessage_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TMessage_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_TMessage_MessageExtraMapEntry_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TMessage_MessageExtraMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -52,15 +61,16 @@ public static void registerAllExtensions( internal_static_TMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_TMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TMessage_descriptor, new java.lang.String[] { "Method", "Payload", "MsgId", "MsgType", "Offset", "NeedWrdsStore", "WrdsVersion", "WrdsSubKey", "MessageExtraMap", }); internal_static_TMessage_MessageExtraMapEntry_descriptor = internal_static_TMessage_descriptor.getNestedTypes().get(0); internal_static_TMessage_MessageExtraMapEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TMessage_MessageExtraMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); + descriptor.resolveAllFeaturesImmutable(); } // @@protoc_insertion_point(outer_class_scope) diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponse.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponse.java index 43b5a75c..eab13380 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponse.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponse.java @@ -1,23 +1,32 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TResponse.proto -// Protobuf Java Version: 3.25.3 +// Protobuf Java Version: 4.26.0 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; /** *
- *更新时间 : 2023-01-09
+ * 更新时间 : 2023-01-09
  * 
* * Protobuf type {@code TResponse} */ public final class TResponse extends - com.google.protobuf.GeneratedMessageV3 implements + com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:TResponse) TResponseOrBuilder { 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= */ "", + TResponse.class.getName()); + } // Use TResponse.newBuilder() to construct. - private TResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { + private TResponse(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private TResponse() { @@ -28,13 +37,6 @@ private TResponse() { liveCursor_ = ""; } - @java.lang.Override - @SuppressWarnings({"unused"}) - protected java.lang.Object newInstance( - UnusedPrivateParameter unused) { - return new TResponse(); - } - public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TResponseOuterClass.internal_static_TResponse_descriptor; @@ -53,7 +55,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.tiktok_hack.proto_entity.webcast.im.TResponseOuterClass.internal_static_TResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -419,8 +421,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) for (int i = 0; i < messagesList_.size(); i++) { output.writeMessage(1, messagesList_.get(i)); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cursor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, cursor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(cursor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 2, cursor_); } if (fetchInterval_ != 0L) { output.writeInt64(3, fetchInterval_); @@ -428,13 +430,13 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (now_ != 0L) { output.writeInt64(4, now_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(internalExt_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 5, internalExt_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(internalExt_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 5, internalExt_); } if (fetchType_ != 0) { output.writeInt32(6, fetchType_); } - com.google.protobuf.GeneratedMessageV3 + com.google.protobuf.GeneratedMessage .serializeStringMapTo( output, internalGetRouteParamsMap(), @@ -446,11 +448,11 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (needAck_ != false) { output.writeBool(9, needAck_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pushServer_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 10, pushServer_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pushServer_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 10, pushServer_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(liveCursor_)) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 11, liveCursor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(liveCursor_)) { + com.google.protobuf.GeneratedMessage.writeString(output, 11, liveCursor_); } if (historyNoMore_ != false) { output.writeBool(12, historyNoMore_); @@ -468,8 +470,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, messagesList_.get(i)); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cursor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, cursor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(cursor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(2, cursor_); } if (fetchInterval_ != 0L) { size += com.google.protobuf.CodedOutputStream @@ -479,8 +481,8 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt64Size(4, now_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(internalExt_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, internalExt_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(internalExt_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(5, internalExt_); } if (fetchType_ != 0) { size += com.google.protobuf.CodedOutputStream @@ -504,11 +506,11 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeBoolSize(9, needAck_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(pushServer_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, pushServer_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(pushServer_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(10, pushServer_); } - if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(liveCursor_)) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, liveCursor_); + if (!com.google.protobuf.GeneratedMessage.isStringEmpty(liveCursor_)) { + size += com.google.protobuf.GeneratedMessage.computeStringSize(11, liveCursor_); } if (historyNoMore_ != false) { size += com.google.protobuf.CodedOutputStream @@ -636,20 +638,20 @@ public static cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.i } public static cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TResponse 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.tiktok_hack.proto_entity.webcast.im.TResponse 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.tiktok_hack.proto_entity.webcast.im.TResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 + return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } @@ -657,20 +659,20 @@ public static cool.scx.live_room_watcher.impl.tiktok_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.tiktok_hack.proto_entity.webcast.im.TResponse 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.tiktok_hack.proto_entity.webcast.im.TResponse 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); } @@ -690,19 +692,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 TResponse} */ public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements + com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:TResponse) cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor @@ -733,7 +735,7 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFi } } @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TResponseOuterClass.internal_static_TResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -746,7 +748,7 @@ private Builder() { } private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @@ -854,38 +856,6 @@ private void buildPartial0(cool.scx.live_room_watcher.impl.tiktok_hack.proto_ent } } - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TResponse) { @@ -917,7 +887,7 @@ public Builder mergeFrom(cool.scx.live_room_watcher.impl.tiktok_hack.proto_entit messagesList_ = other.messagesList_; bitField0_ = (bitField0_ & ~0x00000001); messagesListBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getMessagesListFieldBuilder() : null; } else { messagesListBuilder_.addAllMessages(other.messagesList_); @@ -1089,7 +1059,7 @@ private void ensureMessagesListIsMutable() { } } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessage, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessage.Builder, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessageOrBuilder> messagesListBuilder_; /** @@ -1305,11 +1275,11 @@ public cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMess getMessagesListBuilderList() { return getMessagesListFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilderV3< + private com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessage, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessage.Builder, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessageOrBuilder> getMessagesListFieldBuilder() { if (messagesListBuilder_ == null) { - messagesListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + messagesListBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessage, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessage.Builder, cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessageOrBuilder>( messagesList_, ((bitField0_ & 0x00000001) != 0), @@ -1926,18 +1896,6 @@ public Builder clearHistoryNoMore() { 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:TResponse) } diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOrBuilder.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOrBuilder.java index 560593fc..8258710b 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOrBuilder.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TResponse.proto -// Protobuf Java Version: 3.25.3 +// Protobuf Java Version: 4.26.0 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; public interface TResponseOrBuilder extends diff --git a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOuterClass.java b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOuterClass.java index d2244141..8ebd2040 100644 --- a/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOuterClass.java +++ b/src/main/java/cool/scx/live_room_watcher/impl/tiktok_hack/proto_entity/webcast/im/TResponseOuterClass.java @@ -1,11 +1,20 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: tiktok_hack/webcast/im/TResponse.proto +// Protobuf Java Version: 4.26.0 -// Protobuf Java Version: 3.25.3 package cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im; public final class TResponseOuterClass { private TResponseOuterClass() {} + static { + com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( + com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, + /* major= */ 4, + /* minor= */ 26, + /* patch= */ 0, + /* suffix= */ "", + TResponseOuterClass.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_TResponse_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TResponse_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_TResponse_RouteParamsMapEntry_descriptor; static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_TResponse_RouteParamsMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor @@ -56,15 +65,16 @@ public static void registerAllExtensions( internal_static_TResponse_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_TResponse_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TResponse_descriptor, new java.lang.String[] { "MessagesList", "Cursor", "FetchInterval", "Now", "InternalExt", "FetchType", "RouteParamsMap", "HeartbeatDuration", "NeedAck", "PushServer", "LiveCursor", "HistoryNoMore", }); internal_static_TResponse_RouteParamsMapEntry_descriptor = internal_static_TResponse_descriptor.getNestedTypes().get(0); internal_static_TResponse_RouteParamsMapEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + com.google.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_TResponse_RouteParamsMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); + descriptor.resolveAllFeaturesImmutable(); cool.scx.live_room_watcher.impl.tiktok_hack.proto_entity.webcast.im.TMessageOuterClass.getDescriptor(); }