|
@@ -30,6 +30,7 @@ private static final long serialVersionUID = 0L;
|
|
|
subSessionId_ = "";
|
|
|
pageSource_ = "";
|
|
|
categoryId_ = "";
|
|
|
+ clientIp_ = "";
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
@@ -201,6 +202,12 @@ private static final long serialVersionUID = 0L;
|
|
|
hotSceneType_ = input.readInt64();
|
|
|
break;
|
|
|
}
|
|
|
+ case 178: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ clientIp_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
default: {
|
|
|
if (!parseUnknownField(
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
@@ -951,6 +958,44 @@ private static final long serialVersionUID = 0L;
|
|
|
return hotSceneType_;
|
|
|
}
|
|
|
|
|
|
+ public static final int CLIENT_IP_FIELD_NUMBER = 22;
|
|
|
+ private volatile java.lang.Object clientIp_;
|
|
|
+ /**
|
|
|
+ * <code>string client_ip = 22;</code>
|
|
|
+ * @return The clientIp.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getClientIp() {
|
|
|
+ java.lang.Object ref = clientIp_;
|
|
|
+ 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();
|
|
|
+ clientIp_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string client_ip = 22;</code>
|
|
|
+ * @return The bytes for clientIp.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getClientIpBytes() {
|
|
|
+ java.lang.Object ref = clientIp_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ clientIp_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@java.lang.Override
|
|
|
public final boolean isInitialized() {
|
|
@@ -1031,6 +1076,9 @@ private static final long serialVersionUID = 0L;
|
|
|
if (hotSceneType_ != 0L) {
|
|
|
output.writeInt64(21, hotSceneType_);
|
|
|
}
|
|
|
+ if (!getClientIpBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 22, clientIp_);
|
|
|
+ }
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
|
|
@@ -1121,6 +1169,9 @@ private static final long serialVersionUID = 0L;
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
.computeInt64Size(21, hotSceneType_);
|
|
|
}
|
|
|
+ if (!getClientIpBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, clientIp_);
|
|
|
+ }
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
return size;
|
|
@@ -1181,6 +1232,8 @@ private static final long serialVersionUID = 0L;
|
|
|
.equals(other.getCategoryId())) return false;
|
|
|
if (getHotSceneType()
|
|
|
!= other.getHotSceneType()) return false;
|
|
|
+ if (!getClientIp()
|
|
|
+ .equals(other.getClientIp())) return false;
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
@@ -1242,6 +1295,8 @@ private static final long serialVersionUID = 0L;
|
|
|
hash = (37 * hash) + HOT_SCENE_TYPE_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
getHotSceneType());
|
|
|
+ hash = (37 * hash) + CLIENT_IP_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getClientIp().hashCode();
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
@@ -1442,6 +1497,8 @@ private static final long serialVersionUID = 0L;
|
|
|
|
|
|
hotSceneType_ = 0L;
|
|
|
|
|
|
+ clientIp_ = "";
|
|
|
+
|
|
|
return this;
|
|
|
}
|
|
|
|
|
@@ -1499,6 +1556,7 @@ private static final long serialVersionUID = 0L;
|
|
|
result.pageSource_ = pageSource_;
|
|
|
result.categoryId_ = categoryId_;
|
|
|
result.hotSceneType_ = hotSceneType_;
|
|
|
+ result.clientIp_ = clientIp_;
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
}
|
|
@@ -1629,6 +1687,10 @@ private static final long serialVersionUID = 0L;
|
|
|
if (other.getHotSceneType() != 0L) {
|
|
|
setHotSceneType(other.getHotSceneType());
|
|
|
}
|
|
|
+ if (!other.getClientIp().isEmpty()) {
|
|
|
+ clientIp_ = other.clientIp_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
return this;
|
|
@@ -3194,6 +3256,82 @@ private static final long serialVersionUID = 0L;
|
|
|
onChanged();
|
|
|
return this;
|
|
|
}
|
|
|
+
|
|
|
+ private java.lang.Object clientIp_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string client_ip = 22;</code>
|
|
|
+ * @return The clientIp.
|
|
|
+ */
|
|
|
+ public java.lang.String getClientIp() {
|
|
|
+ java.lang.Object ref = clientIp_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ clientIp_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string client_ip = 22;</code>
|
|
|
+ * @return The bytes for clientIp.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getClientIpBytes() {
|
|
|
+ java.lang.Object ref = clientIp_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ clientIp_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string client_ip = 22;</code>
|
|
|
+ * @param value The clientIp to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setClientIp(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ clientIp_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string client_ip = 22;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearClientIp() {
|
|
|
+
|
|
|
+ clientIp_ = getDefaultInstance().getClientIp();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string client_ip = 22;</code>
|
|
|
+ * @param value The bytes for clientIp to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setClientIpBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ clientIp_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
@java.lang.Override
|
|
|
public final Builder setUnknownFields(
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|