Skip to content

Commit 225e979

Browse files
---
yaml --- r: 7941 b: refs/heads/tswast-patch-1 c: 7d8cc9a h: refs/heads/master i: 7939: beb2495
1 parent 0fc0645 commit 225e979

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 88eff83126d60ff4fb83541f8c954afdc8da425f
60+
refs/heads/tswast-patch-1: 7d8cc9ad6b222e7dc82c2ddd56d3fc7960572ad5
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/google-cloud-logging/src/main/java/com/google/cloud/logging/spi/v2/ConfigClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.google.logging.v2.SinkNameOneof;
3030
import com.google.logging.v2.UpdateSinkRequest;
3131
import com.google.protobuf.Empty;
32+
import com.google.protobuf.ExperimentalApi;
3233
import io.grpc.ManagedChannel;
3334
import java.io.Closeable;
3435
import java.io.IOException;
@@ -94,6 +95,7 @@
9495
* </pre>
9596
*/
9697
@Generated("by GAPIC")
98+
@ExperimentalApi
9799
public class ConfigClient implements AutoCloseable {
98100
private final ConfigSettings settings;
99101
private final ScheduledExecutorService executor;

branches/tswast-patch-1/google-cloud-logging/src/main/java/com/google/cloud/logging/spi/v2/LoggingClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import com.google.logging.v2.WriteLogEntriesRequest;
3636
import com.google.logging.v2.WriteLogEntriesResponse;
3737
import com.google.protobuf.Empty;
38+
import com.google.protobuf.ExperimentalApi;
3839
import io.grpc.ManagedChannel;
3940
import java.io.Closeable;
4041
import java.io.IOException;
@@ -100,6 +101,7 @@
100101
* </pre>
101102
*/
102103
@Generated("by GAPIC")
104+
@ExperimentalApi
103105
public class LoggingClient implements AutoCloseable {
104106
private final LoggingSettings settings;
105107
private final ScheduledExecutorService executor;

branches/tswast-patch-1/google-cloud-logging/src/main/java/com/google/cloud/logging/spi/v2/MetricsClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import com.google.logging.v2.ParentNameOneof;
3030
import com.google.logging.v2.UpdateLogMetricRequest;
3131
import com.google.protobuf.Empty;
32+
import com.google.protobuf.ExperimentalApi;
3233
import io.grpc.ManagedChannel;
3334
import java.io.Closeable;
3435
import java.io.IOException;
@@ -93,6 +94,7 @@
9394
* </pre>
9495
*/
9596
@Generated("by GAPIC")
97+
@ExperimentalApi
9698
public class MetricsClient implements AutoCloseable {
9799
private final MetricsSettings settings;
98100
private final ScheduledExecutorService executor;

0 commit comments

Comments
 (0)