Skip to content

Commit e7ad16f

Browse files
---
yaml --- r: 7823 b: refs/heads/tswast-patch-1 c: f1dd7db h: refs/heads/master i: 7821: d971a31 7819: 7cfbfbf 7815: b920071 7807: b3805de
1 parent 820088a commit e7ad16f

23 files changed

Lines changed: 150 additions & 56 deletions

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: c4a02cf81a56bf005415e63f8f067a7244245006
60+
refs/heads/tswast-patch-1: f1dd7db8e24947280dba26f9b0a4e5af29439cce
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/google-cloud-errorreporting/src/test/java/com/google/cloud/errorreporting/spi/v1beta1/ErrorGroupServiceTest.java renamed to branches/tswast-patch-1/google-cloud-errorreporting/src/test/java/com/google/cloud/errorreporting/spi/v1beta1/ErrorGroupServiceClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import org.junit.Test;
3737

3838
@javax.annotation.Generated("by GAPIC")
39-
public class ErrorGroupServiceTest {
39+
public class ErrorGroupServiceClientTest {
4040
private static MockErrorGroupService mockErrorGroupService;
4141
private static MockErrorStatsService mockErrorStatsService;
4242
private static MockReportErrorsService mockReportErrorsService;

branches/tswast-patch-1/google-cloud-errorreporting/src/test/java/com/google/cloud/errorreporting/spi/v1beta1/ErrorStatsServiceTest.java renamed to branches/tswast-patch-1/google-cloud-errorreporting/src/test/java/com/google/cloud/errorreporting/spi/v1beta1/ErrorStatsServiceClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import org.junit.Test;
4747

4848
@javax.annotation.Generated("by GAPIC")
49-
public class ErrorStatsServiceTest {
49+
public class ErrorStatsServiceClientTest {
5050
private static MockErrorGroupService mockErrorGroupService;
5151
private static MockErrorStatsService mockErrorStatsService;
5252
private static MockReportErrorsService mockReportErrorsService;

branches/tswast-patch-1/google-cloud-errorreporting/src/test/java/com/google/cloud/errorreporting/spi/v1beta1/ReportErrorsServiceTest.java renamed to branches/tswast-patch-1/google-cloud-errorreporting/src/test/java/com/google/cloud/errorreporting/spi/v1beta1/ReportErrorsServiceClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import org.junit.Test;
3737

3838
@javax.annotation.Generated("by GAPIC")
39-
public class ReportErrorsServiceTest {
39+
public class ReportErrorsServiceClientTest {
4040
private static MockErrorGroupService mockErrorGroupService;
4141
private static MockErrorStatsService mockErrorStatsService;
4242
private static MockReportErrorsService mockReportErrorsService;

branches/tswast-patch-1/google-cloud-language/src/main/java/com/google/cloud/language/spi/v1/LanguageServiceClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import com.google.cloud.language.v1.AnalyzeSyntaxRequest;
2525
import com.google.cloud.language.v1.AnalyzeSyntaxResponse;
2626
import com.google.cloud.language.v1.AnnotateTextRequest;
27+
import com.google.cloud.language.v1.AnnotateTextRequest.Features;
2728
import com.google.cloud.language.v1.AnnotateTextResponse;
2829
import com.google.cloud.language.v1.Document;
2930
import com.google.cloud.language.v1.EncodingType;

branches/tswast-patch-1/google-cloud-language/src/test/java/com/google/cloud/language/spi/v1/LanguageServiceTest.java renamed to branches/tswast-patch-1/google-cloud-language/src/test/java/com/google/cloud/language/spi/v1/LanguageServiceClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import org.junit.Test;
4444

4545
@javax.annotation.Generated("by GAPIC")
46-
public class LanguageServiceTest {
46+
public class LanguageServiceClientTest {
4747
private static MockLanguageService mockLanguageService;
4848
private static MockServiceHelper serviceHelper;
4949
private LanguageServiceClient client;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ private static Builder createDefault() {
545545
builder
546546
.writeLogEntriesSettings()
547547
.getBundlingSettingsBuilder()
548-
.setElementCountThreshold(1)
548+
.setElementCountThreshold(100)
549549
.setRequestByteThreshold(1024)
550550
.setDelayThreshold(Duration.millis(10));
551551
builder

branches/tswast-patch-1/google-cloud-logging/src/test/java/com/google/cloud/logging/spi/v2/ConfigServiceV2Test.java renamed to branches/tswast-patch-1/google-cloud-logging/src/test/java/com/google/cloud/logging/spi/v2/ConfigServiceV2ClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
import org.junit.Test;
4949

5050
@javax.annotation.Generated("by GAPIC")
51-
public class ConfigServiceV2Test {
51+
public class ConfigServiceV2ClientTest {
5252
private static MockLoggingServiceV2 mockLoggingServiceV2;
5353
private static MockConfigServiceV2 mockConfigServiceV2;
5454
private static MockMetricsServiceV2 mockMetricsServiceV2;

branches/tswast-patch-1/google-cloud-logging/src/test/java/com/google/cloud/logging/spi/v2/LoggingServiceV2Test.java renamed to branches/tswast-patch-1/google-cloud-logging/src/test/java/com/google/cloud/logging/spi/v2/LoggingServiceV2ClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
import org.junit.Test;
5454

5555
@javax.annotation.Generated("by GAPIC")
56-
public class LoggingServiceV2Test {
56+
public class LoggingServiceV2ClientTest {
5757
private static MockLoggingServiceV2 mockLoggingServiceV2;
5858
private static MockConfigServiceV2 mockConfigServiceV2;
5959
private static MockMetricsServiceV2 mockMetricsServiceV2;

branches/tswast-patch-1/google-cloud-logging/src/test/java/com/google/cloud/logging/spi/v2/MetricsServiceV2Test.java renamed to branches/tswast-patch-1/google-cloud-logging/src/test/java/com/google/cloud/logging/spi/v2/MetricsServiceV2ClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import org.junit.Test;
4848

4949
@javax.annotation.Generated("by GAPIC")
50-
public class MetricsServiceV2Test {
50+
public class MetricsServiceV2ClientTest {
5151
private static MockLoggingServiceV2 mockLoggingServiceV2;
5252
private static MockConfigServiceV2 mockConfigServiceV2;
5353
private static MockMetricsServiceV2 mockMetricsServiceV2;

0 commit comments

Comments
 (0)