File tree Expand file tree Collapse file tree
google-cloud-logging/src/main/java/com/google/cloud/logging/spi/v2
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/spi/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60- refs/heads/tswast-patch-1: 619f1d881f4719e5a2e0e34af8098af587249e42
60+ refs/heads/tswast-patch-1: a467f2e9ab25ae53a2eee74e63cd5d2b24819555
6161refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Original file line number Diff line number Diff line change @@ -148,9 +148,6 @@ protected LoggingClient(LoggingSettings settings) throws IOException {
148148 UnaryCallable .create (settings .deleteLogSettings (), this .channel , this .executor );
149149 this .writeLogEntriesCallable =
150150 UnaryCallable .create (settings .writeLogEntriesSettings (), this .channel , this .executor );
151- if (settings .writeLogEntriesSettings ().getBundlerFactory () != null ) {
152- closeables .add (settings .writeLogEntriesSettings ().getBundlerFactory ());
153- }
154151 this .listLogEntriesCallable =
155152 UnaryCallable .create (settings .listLogEntriesSettings (), this .channel , this .executor );
156153 this .listLogEntriesPagedCallable =
Original file line number Diff line number Diff line change @@ -155,9 +155,6 @@ protected PublisherClient(PublisherSettings settings) throws IOException {
155155 UnaryCallable .create (settings .createTopicSettings (), this .channel , this .executor );
156156 this .publishCallable =
157157 UnaryCallable .create (settings .publishSettings (), this .channel , this .executor );
158- if (settings .publishSettings ().getBundlerFactory () != null ) {
159- closeables .add (settings .publishSettings ().getBundlerFactory ());
160- }
161158 this .getTopicCallable =
162159 UnaryCallable .create (settings .getTopicSettings (), this .channel , this .executor );
163160 this .listTopicsCallable =
Original file line number Diff line number Diff line change 9292 <github .global.server>github</github .global.server>
9393 <google .auth.version>0.6.0</google .auth.version>
9494 <grpc .version>1.0.3</grpc .version>
95- <gax .version>0.3 .0</gax .version>
95+ <gax .version>0.4 .0</gax .version>
9696 <generatedProto .version>0.1.5</generatedProto .version>
9797 <core .version>0.9.5-alpha-SNAPSHOT</core .version>
9898 <beta .version>0.9.5-beta-SNAPSHOT</beta .version>
You can’t perform that action at this time.
0 commit comments