Skip to content

Commit 4fae1a2

Browse files
dpebotchingor13
authored andcommitted
---
yaml --- r: 11643 b: refs/heads/autosynth-pubsub c: 97e004f h: refs/heads/master i: 11641: aca88e6 11639: e44d0b4
1 parent d41ebe0 commit 4fae1a2

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

  • branches/autosynth-pubsub/google-cloud-clients/google-cloud-logging/src/test/java/com/google/cloud/logging/v2

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118118
refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c
119-
refs/heads/autosynth-pubsub: 7d507997ffc1f00e3530801ca320ae7a518dbaf9
119+
refs/heads/autosynth-pubsub: 97e004fd6960aa5ab0d8b68c42f072d54b5ecb1b
120120
refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8
121121
refs/heads/autosynth-vision: 6bece1ee6c1c41d5822c72bf0d6a82484166b402
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d

branches/autosynth-pubsub/google-cloud-clients/google-cloud-logging/src/test/java/com/google/cloud/logging/v2/ConfigClientTest.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
import com.google.api.gax.rpc.InvalidArgumentException;
2828
import com.google.api.resourcenames.ResourceName;
2929
import com.google.common.collect.Lists;
30+
import com.google.logging.v2.BillingName;
3031
import com.google.logging.v2.CreateExclusionRequest;
3132
import com.google.logging.v2.CreateSinkRequest;
3233
import com.google.logging.v2.DeleteExclusionRequest;
@@ -158,7 +159,7 @@ public void listSinksExceptionTest() throws Exception {
158159
@SuppressWarnings("all")
159160
public void getSinkTest() {
160161
String name = "name3373707";
161-
ResourceName destination = ProjectName.of("[PROJECT]");
162+
ResourceName destination = BillingName.of("[BILLING_ACCOUNT]");
162163
String filter = "filter-1274492040";
163164
String writerIdentity = "writerIdentity775638794";
164165
boolean includeChildren = true;
@@ -208,7 +209,7 @@ public void getSinkExceptionTest() throws Exception {
208209
@SuppressWarnings("all")
209210
public void createSinkTest() {
210211
String name = "name3373707";
211-
ResourceName destination = ProjectName.of("[PROJECT]");
212+
ResourceName destination = BillingName.of("[BILLING_ACCOUNT]");
212213
String filter = "filter-1274492040";
213214
String writerIdentity = "writerIdentity775638794";
214215
boolean includeChildren = true;
@@ -261,7 +262,7 @@ public void createSinkExceptionTest() throws Exception {
261262
@SuppressWarnings("all")
262263
public void updateSinkTest() {
263264
String name = "name3373707";
264-
ResourceName destination = ProjectName.of("[PROJECT]");
265+
ResourceName destination = BillingName.of("[BILLING_ACCOUNT]");
265266
String filter = "filter-1274492040";
266267
String writerIdentity = "writerIdentity775638794";
267268
boolean includeChildren = true;
@@ -317,7 +318,7 @@ public void updateSinkExceptionTest() throws Exception {
317318
@SuppressWarnings("all")
318319
public void updateSinkTest2() {
319320
String name = "name3373707";
320-
ResourceName destination = ProjectName.of("[PROJECT]");
321+
ResourceName destination = BillingName.of("[BILLING_ACCOUNT]");
321322
String filter = "filter-1274492040";
322323
String writerIdentity = "writerIdentity775638794";
323324
boolean includeChildren = true;

0 commit comments

Comments
 (0)