diff --git a/google-cloud-logging/src/main/java/com/google/cloud/logging/v2/ConfigClient.java b/google-cloud-logging/src/main/java/com/google/cloud/logging/v2/ConfigClient.java index a3fac46028ce..d1669c310b98 100644 --- a/google-cloud-logging/src/main/java/com/google/cloud/logging/v2/ConfigClient.java +++ b/google-cloud-logging/src/main/java/com/google/cloud/logging/v2/ConfigClient.java @@ -346,9 +346,9 @@ public final UnaryCallable getSinkCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a sink that exports specified log entries to a destination. The export of - * newly-ingested log entries begins immediately, unless the current time is outside the sink's - * start and end times or the sink's `writer_identity` is not permitted to write to the - * destination. A sink can export log entries only from the resource owning the sink. + * newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not + * permitted to write to the destination. A sink can export log entries only from the resource + * owning the sink. * *

Sample code: * @@ -378,9 +378,9 @@ public final LogSink createSink(ParentNameOneof parent, LogSink sink) { // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a sink that exports specified log entries to a destination. The export of - * newly-ingested log entries begins immediately, unless the current time is outside the sink's - * start and end times or the sink's `writer_identity` is not permitted to write to the - * destination. A sink can export log entries only from the resource owning the sink. + * newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not + * permitted to write to the destination. A sink can export log entries only from the resource + * owning the sink. * *

Sample code: * @@ -406,9 +406,9 @@ public final LogSink createSink(CreateSinkRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a sink that exports specified log entries to a destination. The export of - * newly-ingested log entries begins immediately, unless the current time is outside the sink's - * start and end times or the sink's `writer_identity` is not permitted to write to the - * destination. A sink can export log entries only from the resource owning the sink. + * newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not + * permitted to write to the destination. A sink can export log entries only from the resource + * owning the sink. * *

Sample code: * @@ -433,9 +433,8 @@ public final UnaryCallable createSinkCallable() { // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Updates a sink. This method replaces the following fields in the existing sink with values from - * the new sink: `destination`, `filter`, `output_version_format`, `start_time`, and `end_time`. - * The updated sink might also have a new `writer_identity`; see the `unique_writer_identity` - * field. + * the new sink: `destination`, and `filter`. The updated sink might also have a new + * `writer_identity`; see the `unique_writer_identity` field. * *

Sample code: * @@ -468,9 +467,8 @@ public final LogSink updateSink(SinkNameOneof sinkName, LogSink sink) { // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Updates a sink. This method replaces the following fields in the existing sink with values from - * the new sink: `destination`, `filter`, `output_version_format`, `start_time`, and `end_time`. - * The updated sink might also have a new `writer_identity`; see the `unique_writer_identity` - * field. + * the new sink: `destination`, and `filter`. The updated sink might also have a new + * `writer_identity`; see the `unique_writer_identity` field. * *

Sample code: * @@ -496,9 +494,8 @@ public final LogSink updateSink(UpdateSinkRequest request) { // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Updates a sink. This method replaces the following fields in the existing sink with values from - * the new sink: `destination`, `filter`, `output_version_format`, `start_time`, and `end_time`. - * The updated sink might also have a new `writer_identity`; see the `unique_writer_identity` - * field. + * the new sink: `destination`, and `filter`. The updated sink might also have a new + * `writer_identity`; see the `unique_writer_identity` field. * *

Sample code: * diff --git a/pom.xml b/pom.xml index abfeff09f4d4..efc65d6197f6 100644 --- a/pom.xml +++ b/pom.xml @@ -142,8 +142,8 @@ 1.2.0 1.15.0 1.15.0 - 0.1.24 - 1.0.0 + 0.1.25 + 1.0.1 0.9.0 1.7.0 2.0.6.Final