Skip to content

Commit 21d3c87

Browse files
anguillanneufchingor13
authored andcommitted
---
yaml --- r: 14985 b: refs/heads/autosynth-bigquerydatatransfer c: 50a8533 h: refs/heads/master i: 14983: 2eeb528
1 parent 8633a66 commit 21d3c87

6 files changed

Lines changed: 4 additions & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125125
refs/heads/autosynth-asset: cd8251de8c40e239ad24dcf9ed93ea2708a3eed5
126126
refs/heads/autosynth-automl: cced2f56bbef0499609073edbca6253e1df5e535
127-
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
127+
refs/heads/autosynth-bigquerydatatransfer: 50a853325b306f27c46026e77976ebbfb7dc0106
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
129129
refs/heads/autosynth-bigtable: fa0d1de9e264d7ecac8a3abc3de7a8364cfaf427
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca

branches/autosynth-bigquerydatatransfer/google-api-grpc/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/DataSourceNames.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.cloud.bigquery.datatransfer.v1;
1616

17-
1817
// AUTO-GENERATED DOCUMENTATION AND CLASS
1918
@javax.annotation.Generated("by GAPIC protoc plugin")
2019
public class DataSourceNames {

branches/autosynth-bigquerydatatransfer/google-api-grpc/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/ParentNames.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.cloud.bigquery.datatransfer.v1;
1616

17-
1817
// AUTO-GENERATED DOCUMENTATION AND CLASS
1918
@javax.annotation.Generated("by GAPIC protoc plugin")
2019
public class ParentNames {

branches/autosynth-bigquerydatatransfer/google-api-grpc/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/RunNames.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.cloud.bigquery.datatransfer.v1;
1616

17-
1817
// AUTO-GENERATED DOCUMENTATION AND CLASS
1918
@javax.annotation.Generated("by GAPIC protoc plugin")
2019
public class RunNames {

branches/autosynth-bigquerydatatransfer/google-api-grpc/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/TransferConfigNames.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package com.google.cloud.bigquery.datatransfer.v1;
1616

17-
1817
// AUTO-GENERATED DOCUMENTATION AND CLASS
1918
@javax.annotation.Generated("by GAPIC protoc plugin")
2019
public class TransferConfigNames {

branches/autosynth-bigquerydatatransfer/google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/CreateTopicAndPublishMessages.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import com.google.api.gax.rpc.ApiException;
2323
import com.google.cloud.pubsub.v1.Publisher;
2424
import com.google.cloud.pubsub.v1.TopicAdminClient;
25+
import com.google.common.util.concurrent.MoreExecutors;
2526
import com.google.protobuf.ByteString;
2627
import com.google.pubsub.v1.ProjectTopicName;
2728
import com.google.pubsub.v1.PubsubMessage;
@@ -120,7 +121,8 @@ public void onSuccess(String messageId) {
120121
// Once published, returns server-assigned message ids (unique within the topic)
121122
System.out.println(messageId);
122123
}
123-
});
124+
},
125+
MoreExecutors.directExecutor());
124126
}
125127
} finally {
126128
if (publisher != null) {

0 commit comments

Comments
 (0)