@@ -217,11 +217,7 @@ public final class LogEntry extends com.google.api.client.json.GenericJson {
217217 * Optional. The time the event described by the log entry occurred. This time is used to compute
218218 * the log entry's age and to enforce the logs retention period. If this field is omitted in a new
219219 * log entry, then Logging assigns it the current time. Timestamps have nanosecond accuracy, but
220- * trailing zeros in the fractional seconds might be omitted when the timestamp is
221- * displayed.Incoming log entries must have timestamps that don't exceed the logs retention period
222- * (https://cloud.google.com/logging/quotas#logs_retention_periods) in the past, and that don't
223- * exceed 24 hours in the future. Log entries outside those time boundaries are rejected by
224- * Logging.
220+ * trailing zeros in the fractional seconds might be omitted when the timestamp is displayed.
225221 * The value may be {@code null}.
226222 */
227223 @ com .google .api .client .util .Key
@@ -680,11 +676,7 @@ public LogEntry setTextPayload(java.lang.String textPayload) {
680676 * Optional. The time the event described by the log entry occurred. This time is used to compute
681677 * the log entry's age and to enforce the logs retention period. If this field is omitted in a new
682678 * log entry, then Logging assigns it the current time. Timestamps have nanosecond accuracy, but
683- * trailing zeros in the fractional seconds might be omitted when the timestamp is
684- * displayed.Incoming log entries must have timestamps that don't exceed the logs retention period
685- * (https://cloud.google.com/logging/quotas#logs_retention_periods) in the past, and that don't
686- * exceed 24 hours in the future. Log entries outside those time boundaries are rejected by
687- * Logging.
679+ * trailing zeros in the fractional seconds might be omitted when the timestamp is displayed.
688680 * @return value or {@code null} for none
689681 */
690682 public String getTimestamp () {
@@ -695,11 +687,7 @@ public String getTimestamp() {
695687 * Optional. The time the event described by the log entry occurred. This time is used to compute
696688 * the log entry's age and to enforce the logs retention period. If this field is omitted in a new
697689 * log entry, then Logging assigns it the current time. Timestamps have nanosecond accuracy, but
698- * trailing zeros in the fractional seconds might be omitted when the timestamp is
699- * displayed.Incoming log entries must have timestamps that don't exceed the logs retention period
700- * (https://cloud.google.com/logging/quotas#logs_retention_periods) in the past, and that don't
701- * exceed 24 hours in the future. Log entries outside those time boundaries are rejected by
702- * Logging.
690+ * trailing zeros in the fractional seconds might be omitted when the timestamp is displayed.
703691 * @param timestamp timestamp or {@code null} for none
704692 */
705693 public LogEntry setTimestamp (String timestamp ) {
0 commit comments