Update proto and bew client methods

This commit is contained in:
2020-03-11 00:12:48 +08:00
parent 20526a8bfc
commit c7889c1874
5 changed files with 148 additions and 31 deletions

View File

@@ -150,10 +150,6 @@ private static final long serialVersionUID = 0L;
public static final int START_TIMESTAMP_FIELD_NUMBER = 2;
private long startTimestamp_;
/**
* <pre>
* required
* </pre>
*
* <code>int64 start_timestamp = 2;</code>
* @return The startTimestamp.
*/
@@ -679,10 +675,6 @@ private static final long serialVersionUID = 0L;
private long startTimestamp_ ;
/**
* <pre>
* required
* </pre>
*
* <code>int64 start_timestamp = 2;</code>
* @return The startTimestamp.
*/
@@ -690,10 +682,6 @@ private static final long serialVersionUID = 0L;
return startTimestamp_;
}
/**
* <pre>
* required
* </pre>
*
* <code>int64 start_timestamp = 2;</code>
* @param value The startTimestamp to set.
* @return This builder for chaining.
@@ -705,10 +693,6 @@ private static final long serialVersionUID = 0L;
return this;
}
/**
* <pre>
* required
* </pre>
*
* <code>int64 start_timestamp = 2;</code>
* @return This builder for chaining.
*/