|
@@ -34,6 +34,7 @@ private static final long serialVersionUID = 0L;
|
|
|
rootSourceId_ = "";
|
|
|
rootSessionId_ = "";
|
|
|
shareList_ = java.util.Collections.emptyList();
|
|
|
+ currentPageSource_ = "";
|
|
|
}
|
|
|
|
|
|
@java.lang.Override
|
|
@@ -247,6 +248,17 @@ private static final long serialVersionUID = 0L;
|
|
|
input.readMessage(com.tzld.piaoquan.recommend.server.gen.recommend.VideoActionInfoProto.parser(), extensionRegistry));
|
|
|
break;
|
|
|
}
|
|
|
+ case 232: {
|
|
|
+
|
|
|
+ requestVideoId_ = input.readInt64();
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ case 242: {
|
|
|
+ java.lang.String s = input.readStringRequireUtf8();
|
|
|
+
|
|
|
+ currentPageSource_ = s;
|
|
|
+ break;
|
|
|
+ }
|
|
|
default: {
|
|
|
if (!parseUnknownField(
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
@@ -1191,6 +1203,55 @@ private static final long serialVersionUID = 0L;
|
|
|
return shareList_.get(index);
|
|
|
}
|
|
|
|
|
|
+ public static final int REQUEST_VIDEO_ID_FIELD_NUMBER = 29;
|
|
|
+ private long requestVideoId_;
|
|
|
+ /**
|
|
|
+ * <code>int64 request_video_id = 29;</code>
|
|
|
+ * @return The requestVideoId.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getRequestVideoId() {
|
|
|
+ return requestVideoId_;
|
|
|
+ }
|
|
|
+
|
|
|
+ public static final int CURRENT_PAGE_SOURCE_FIELD_NUMBER = 30;
|
|
|
+ private volatile java.lang.Object currentPageSource_;
|
|
|
+ /**
|
|
|
+ * <code>string current_page_source = 30;</code>
|
|
|
+ * @return The currentPageSource.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public java.lang.String getCurrentPageSource() {
|
|
|
+ java.lang.Object ref = currentPageSource_;
|
|
|
+ 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();
|
|
|
+ currentPageSource_ = s;
|
|
|
+ return s;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string current_page_source = 30;</code>
|
|
|
+ * @return The bytes for currentPageSource.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCurrentPageSourceBytes() {
|
|
|
+ java.lang.Object ref = currentPageSource_;
|
|
|
+ if (ref instanceof java.lang.String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ currentPageSource_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
@java.lang.Override
|
|
|
public final boolean isInitialized() {
|
|
@@ -1292,6 +1353,12 @@ private static final long serialVersionUID = 0L;
|
|
|
for (int i = 0; i < shareList_.size(); i++) {
|
|
|
output.writeMessage(28, shareList_.get(i));
|
|
|
}
|
|
|
+ if (requestVideoId_ != 0L) {
|
|
|
+ output.writeInt64(29, requestVideoId_);
|
|
|
+ }
|
|
|
+ if (!getCurrentPageSourceBytes().isEmpty()) {
|
|
|
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 30, currentPageSource_);
|
|
|
+ }
|
|
|
unknownFields.writeTo(output);
|
|
|
}
|
|
|
|
|
@@ -1407,6 +1474,13 @@ private static final long serialVersionUID = 0L;
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
.computeMessageSize(28, shareList_.get(i));
|
|
|
}
|
|
|
+ if (requestVideoId_ != 0L) {
|
|
|
+ size += com.google.protobuf.CodedOutputStream
|
|
|
+ .computeInt64Size(29, requestVideoId_);
|
|
|
+ }
|
|
|
+ if (!getCurrentPageSourceBytes().isEmpty()) {
|
|
|
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(30, currentPageSource_);
|
|
|
+ }
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
memoizedSize = size;
|
|
|
return size;
|
|
@@ -1481,6 +1555,10 @@ private static final long serialVersionUID = 0L;
|
|
|
.equals(other.getRootSessionId())) return false;
|
|
|
if (!getShareListList()
|
|
|
.equals(other.getShareListList())) return false;
|
|
|
+ if (getRequestVideoId()
|
|
|
+ != other.getRequestVideoId()) return false;
|
|
|
+ if (!getCurrentPageSource()
|
|
|
+ .equals(other.getCurrentPageSource())) return false;
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
return true;
|
|
|
}
|
|
@@ -1558,6 +1636,11 @@ private static final long serialVersionUID = 0L;
|
|
|
hash = (37 * hash) + SHARE_LIST_FIELD_NUMBER;
|
|
|
hash = (53 * hash) + getShareListList().hashCode();
|
|
|
}
|
|
|
+ hash = (37 * hash) + REQUEST_VIDEO_ID_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
|
|
+ getRequestVideoId());
|
|
|
+ hash = (37 * hash) + CURRENT_PAGE_SOURCE_FIELD_NUMBER;
|
|
|
+ hash = (53 * hash) + getCurrentPageSource().hashCode();
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
memoizedHashCode = hash;
|
|
|
return hash;
|
|
@@ -1777,6 +1860,10 @@ private static final long serialVersionUID = 0L;
|
|
|
} else {
|
|
|
shareListBuilder_.clear();
|
|
|
}
|
|
|
+ requestVideoId_ = 0L;
|
|
|
+
|
|
|
+ currentPageSource_ = "";
|
|
|
+
|
|
|
return this;
|
|
|
}
|
|
|
|
|
@@ -1849,6 +1936,8 @@ private static final long serialVersionUID = 0L;
|
|
|
} else {
|
|
|
result.shareList_ = shareListBuilder_.build();
|
|
|
}
|
|
|
+ result.requestVideoId_ = requestVideoId_;
|
|
|
+ result.currentPageSource_ = currentPageSource_;
|
|
|
onBuilt();
|
|
|
return result;
|
|
|
}
|
|
@@ -2026,6 +2115,13 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ if (other.getRequestVideoId() != 0L) {
|
|
|
+ setRequestVideoId(other.getRequestVideoId());
|
|
|
+ }
|
|
|
+ if (!other.getCurrentPageSource().isEmpty()) {
|
|
|
+ currentPageSource_ = other.currentPageSource_;
|
|
|
+ onChanged();
|
|
|
+ }
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
onChanged();
|
|
|
return this;
|
|
@@ -4164,6 +4260,113 @@ private static final long serialVersionUID = 0L;
|
|
|
}
|
|
|
return shareListBuilder_;
|
|
|
}
|
|
|
+
|
|
|
+ private long requestVideoId_ ;
|
|
|
+ /**
|
|
|
+ * <code>int64 request_video_id = 29;</code>
|
|
|
+ * @return The requestVideoId.
|
|
|
+ */
|
|
|
+ @java.lang.Override
|
|
|
+ public long getRequestVideoId() {
|
|
|
+ return requestVideoId_;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 request_video_id = 29;</code>
|
|
|
+ * @param value The requestVideoId to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setRequestVideoId(long value) {
|
|
|
+
|
|
|
+ requestVideoId_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>int64 request_video_id = 29;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearRequestVideoId() {
|
|
|
+
|
|
|
+ requestVideoId_ = 0L;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+
|
|
|
+ private java.lang.Object currentPageSource_ = "";
|
|
|
+ /**
|
|
|
+ * <code>string current_page_source = 30;</code>
|
|
|
+ * @return The currentPageSource.
|
|
|
+ */
|
|
|
+ public java.lang.String getCurrentPageSource() {
|
|
|
+ java.lang.Object ref = currentPageSource_;
|
|
|
+ if (!(ref instanceof java.lang.String)) {
|
|
|
+ com.google.protobuf.ByteString bs =
|
|
|
+ (com.google.protobuf.ByteString) ref;
|
|
|
+ java.lang.String s = bs.toStringUtf8();
|
|
|
+ currentPageSource_ = s;
|
|
|
+ return s;
|
|
|
+ } else {
|
|
|
+ return (java.lang.String) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string current_page_source = 30;</code>
|
|
|
+ * @return The bytes for currentPageSource.
|
|
|
+ */
|
|
|
+ public com.google.protobuf.ByteString
|
|
|
+ getCurrentPageSourceBytes() {
|
|
|
+ java.lang.Object ref = currentPageSource_;
|
|
|
+ if (ref instanceof String) {
|
|
|
+ com.google.protobuf.ByteString b =
|
|
|
+ com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
+ (java.lang.String) ref);
|
|
|
+ currentPageSource_ = b;
|
|
|
+ return b;
|
|
|
+ } else {
|
|
|
+ return (com.google.protobuf.ByteString) ref;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string current_page_source = 30;</code>
|
|
|
+ * @param value The currentPageSource to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setCurrentPageSource(
|
|
|
+ java.lang.String value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+
|
|
|
+ currentPageSource_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string current_page_source = 30;</code>
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder clearCurrentPageSource() {
|
|
|
+
|
|
|
+ currentPageSource_ = getDefaultInstance().getCurrentPageSource();
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * <code>string current_page_source = 30;</code>
|
|
|
+ * @param value The bytes for currentPageSource to set.
|
|
|
+ * @return This builder for chaining.
|
|
|
+ */
|
|
|
+ public Builder setCurrentPageSourceBytes(
|
|
|
+ com.google.protobuf.ByteString value) {
|
|
|
+ if (value == null) {
|
|
|
+ throw new NullPointerException();
|
|
|
+ }
|
|
|
+ checkByteStringIsUtf8(value);
|
|
|
+
|
|
|
+ currentPageSource_ = value;
|
|
|
+ onChanged();
|
|
|
+ return this;
|
|
|
+ }
|
|
|
@java.lang.Override
|
|
|
public final Builder setUnknownFields(
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|