@@ -346,9 +346,9 @@ public final UnaryCallable<GetSinkRequest, LogSink> getSinkCallable() {
346346 // AUTO-GENERATED DOCUMENTATION AND METHOD
347347 /**
348348 * Creates a sink that exports specified log entries to a destination. The export of
349- * newly-ingested log entries begins immediately, unless the current time is outside the sink's
350- * start and end times or the sink's `writer_identity` is not permitted to write to the
351- * destination. A sink can export log entries only from the resource owning the sink.
349+ * newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not
350+ * permitted to write to the destination. A sink can export log entries only from the resource
351+ * owning the sink.
352352 *
353353 * <p>Sample code:
354354 *
@@ -378,9 +378,9 @@ public final LogSink createSink(ParentNameOneof parent, LogSink sink) {
378378 // AUTO-GENERATED DOCUMENTATION AND METHOD
379379 /**
380380 * Creates a sink that exports specified log entries to a destination. The export of
381- * newly-ingested log entries begins immediately, unless the current time is outside the sink's
382- * start and end times or the sink's `writer_identity` is not permitted to write to the
383- * destination. A sink can export log entries only from the resource owning the sink.
381+ * newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not
382+ * permitted to write to the destination. A sink can export log entries only from the resource
383+ * owning the sink.
384384 *
385385 * <p>Sample code:
386386 *
@@ -406,9 +406,9 @@ public final LogSink createSink(CreateSinkRequest request) {
406406 // AUTO-GENERATED DOCUMENTATION AND METHOD
407407 /**
408408 * Creates a sink that exports specified log entries to a destination. The export of
409- * newly-ingested log entries begins immediately, unless the current time is outside the sink's
410- * start and end times or the sink's `writer_identity` is not permitted to write to the
411- * destination. A sink can export log entries only from the resource owning the sink.
409+ * newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not
410+ * permitted to write to the destination. A sink can export log entries only from the resource
411+ * owning the sink.
412412 *
413413 * <p>Sample code:
414414 *
@@ -433,9 +433,8 @@ public final UnaryCallable<CreateSinkRequest, LogSink> createSinkCallable() {
433433 // AUTO-GENERATED DOCUMENTATION AND METHOD
434434 /**
435435 * Updates a sink. This method replaces the following fields in the existing sink with values from
436- * the new sink: `destination`, `filter`, `output_version_format`, `start_time`, and `end_time`.
437- * The updated sink might also have a new `writer_identity`; see the `unique_writer_identity`
438- * field.
436+ * the new sink: `destination`, and `filter`. The updated sink might also have a new
437+ * `writer_identity`; see the `unique_writer_identity` field.
439438 *
440439 * <p>Sample code:
441440 *
@@ -468,9 +467,8 @@ public final LogSink updateSink(SinkNameOneof sinkName, LogSink sink) {
468467 // AUTO-GENERATED DOCUMENTATION AND METHOD
469468 /**
470469 * Updates a sink. This method replaces the following fields in the existing sink with values from
471- * the new sink: `destination`, `filter`, `output_version_format`, `start_time`, and `end_time`.
472- * The updated sink might also have a new `writer_identity`; see the `unique_writer_identity`
473- * field.
470+ * the new sink: `destination`, and `filter`. The updated sink might also have a new
471+ * `writer_identity`; see the `unique_writer_identity` field.
474472 *
475473 * <p>Sample code:
476474 *
@@ -496,9 +494,8 @@ public final LogSink updateSink(UpdateSinkRequest request) {
496494 // AUTO-GENERATED DOCUMENTATION AND METHOD
497495 /**
498496 * Updates a sink. This method replaces the following fields in the existing sink with values from
499- * the new sink: `destination`, `filter`, `output_version_format`, `start_time`, and `end_time`.
500- * The updated sink might also have a new `writer_identity`; see the `unique_writer_identity`
501- * field.
497+ * the new sink: `destination`, and `filter`. The updated sink might also have a new
498+ * `writer_identity`; see the `unique_writer_identity` field.
502499 *
503500 * <p>Sample code:
504501 *
0 commit comments