|
@@ -31,6 +31,7 @@ private static final long serialVersionUID = 0L;
|
|
|
pageSource_ = "";
|
|
|
categoryId_ = "";
|
|
|
clientIp_ = "";
|
|
|
+ rootSourceId_ = "";
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
@@ -213,6 +214,12 @@ private static final long serialVersionUID = 0L;
|
|
|
versionCode_ = input.readInt32();
|
|
|
break;
|
|
|
}
|
|
|
+ case 194: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ rootSourceId_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
default: {
|
|
|
if (!parseUnknownField(
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
@@ -1012,6 +1019,44 @@ private static final long serialVersionUID = 0L;
|
|
|
return versionCode_;
|
|
|
}
|
|
|
|
|
|
+ public static final int ROOT_SOURCE_ID_FIELD_NUMBER = 24;
|
|
|
+ private volatile java.lang.Object rootSourceId_;
|
|
|
+ /**
|
|
|
+ * <code>string root_source_id = 24;</code>
|
|
|
+ * @return The rootSourceId.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getRootSourceId() {
|
|
|
+ java.lang.Object ref = rootSourceId_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ } else {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ rootSourceId_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string root_source_id = 24;</code>
|
|
|
+ * @return The bytes for rootSourceId.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getRootSourceIdBytes() {
|
|
|
+ java.lang.Object ref = rootSourceId_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ rootSourceId_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@java.lang.Override
|
|
|
public final boolean isInitialized() {
|
|
@@ -1098,6 +1143,9 @@ private static final long serialVersionUID = 0L;
|
|
|
if (versionCode_ != 0) {
|
|
|
output.writeInt32(23, versionCode_);
|
|
|
}
|
|
|
+ if (!getRootSourceIdBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 24, rootSourceId_);
|
|
|
+ }
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
|
|
@@ -1195,6 +1243,9 @@ private static final long serialVersionUID = 0L;
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
.computeInt32Size(23, versionCode_);
|
|
|
}
|
|
|
+ if (!getRootSourceIdBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, rootSourceId_);
|
|
|
+ }
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
return size;
|
|
@@ -1259,6 +1310,8 @@ private static final long serialVersionUID = 0L;
|
|
|
.equals(other.getClientIp())) return false;
|
|
|
if (getVersionCode()
|
|
|
!= other.getVersionCode()) return false;
|
|
|
+ if (!getRootSourceId()
|
|
|
+ .equals(other.getRootSourceId())) return false;
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
@@ -1324,6 +1377,8 @@ private static final long serialVersionUID = 0L;
|
|
|
hash = (53 * hash) + getClientIp().hashCode();
|
|
|
hash = (37 * hash) + VERSION_CODE_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + getVersionCode();
|
|
|
+ hash = (37 * hash) + ROOT_SOURCE_ID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getRootSourceId().hashCode();
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
@@ -1528,6 +1583,8 @@ private static final long serialVersionUID = 0L;
|
|
|
|
|
|
versionCode_ = 0;
|
|
|
|
|
|
+ rootSourceId_ = "";
|
|
|
+
|
|
|
return this;
|
|
|
}
|
|
|
|
|
@@ -1587,6 +1644,7 @@ private static final long serialVersionUID = 0L;
|
|
|
result.hotSceneType_ = hotSceneType_;
|
|
|
result.clientIp_ = clientIp_;
|
|
|
result.versionCode_ = versionCode_;
|
|
|
+ result.rootSourceId_ = rootSourceId_;
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
}
|
|
@@ -1724,6 +1782,10 @@ private static final long serialVersionUID = 0L;
|
|
|
if (other.getVersionCode() != 0) {
|
|
|
setVersionCode(other.getVersionCode());
|
|
|
}
|
|
|
+ if (!other.getRootSourceId().isEmpty()) {
|
|
|
+ rootSourceId_ = other.rootSourceId_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
return this;
|
|
@@ -3396,6 +3458,82 @@ private static final long serialVersionUID = 0L;
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
+
|
|
|
+ private java.lang.Object rootSourceId_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string root_source_id = 24;</code>
|
|
|
+ * @return The rootSourceId.
|
|
|
+ */
|
|
|
+ public java.lang.String getRootSourceId() {
|
|
|
+ java.lang.Object ref = rootSourceId_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ rootSourceId_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string root_source_id = 24;</code>
|
|
|
+ * @return The bytes for rootSourceId.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getRootSourceIdBytes() {
|
|
|
+ java.lang.Object ref = rootSourceId_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ rootSourceId_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string root_source_id = 24;</code>
|
|
|
+ * @param value The rootSourceId to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setRootSourceId(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ rootSourceId_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string root_source_id = 24;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearRootSourceId() {
|
|
|
+
|
|
|
+ rootSourceId_ = getDefaultInstance().getRootSourceId();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string root_source_id = 24;</code>
|
|
|
+ * @param value The bytes for rootSourceId to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setRootSourceIdBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ rootSourceId_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
@java.lang.Override
|
|
|
public final Builder setUnknownFields(
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|