File tree Expand file tree Collapse file tree
google-cloud-spanner-executor
src/main/java/com/google/cloud/spanner/executor Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 <dependency >
9494 <groupId >com.google.api.grpc</groupId >
9595 <artifactId >proto-google-cloud-spanner-executor-v1</artifactId >
96- <version >1.4.0</version >
96+ </dependency >
97+ <dependency >
98+ <groupId >com.google.api.grpc</groupId >
99+ <artifactId >grpc-google-cloud-spanner-executor-v1</artifactId >
97100 </dependency >
98101 <dependency >
99102 <groupId >com.google.guava</groupId >
168171 </descriptors >
169172 <archive >
170173 <manifest >
171- <mainClass >com.google.cloud.executor. spanner.WorkerProxy</mainClass >
174+ <mainClass >com.google.cloud.spanner.executor .WorkerProxy</mainClass >
172175 </manifest >
173176 </archive >
174177 </configuration >
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .cloud .executor . spanner ;
17+ package com .google .cloud .spanner . executor ;
1818
1919import static com .google .cloud .spanner .TransactionRunner .TransactionCallable ;
2020
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .cloud .executor . spanner ;
17+ package com .google .cloud .spanner . executor ;
1818
1919import com .google .api .client .http .javanet .NetHttpTransport ;
2020import com .google .auth .http .HttpTransportFactory ;
21- import com .google .cloud .executor . spanner .CloudClientExecutor .ExecutionFlowContext ;
21+ import com .google .cloud .spanner . executor .CloudClientExecutor .ExecutionFlowContext ;
2222import com .google .cloud .spanner .ErrorCode ;
2323import com .google .cloud .spanner .SpannerException ;
2424import com .google .cloud .spanner .SpannerExceptionFactory ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .cloud .executor . spanner ;
17+ package com .google .cloud .spanner . executor ;
1818
1919import com .google .cloud .spanner .ErrorCode ;
2020import com .google .cloud .spanner .SpannerExceptionFactory ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .cloud .executor . spanner ;
17+ package com .google .cloud .spanner . executor ;
1818
1919import static java .nio .charset .StandardCharsets .UTF_8 ;
2020
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .cloud .executor . spanner ;
17+ package com .google .cloud .spanner . executor ;
1818
1919import com .google .cloud .spanner .ErrorCode ;
2020import com .google .cloud .spanner .SpannerExceptionFactory ;
21+
2122import io .grpc .Server ;
2223import io .grpc .ServerBuilder ;
2324import io .grpc .protobuf .services .HealthStatusManager ;
Original file line number Diff line number Diff line change 201201 <dependency >
202202 <groupId >com.google.api.grpc</groupId >
203203 <artifactId >proto-google-cloud-spanner-executor-v1</artifactId >
204- <version >1.4.0</version >
205204 </dependency >
206205 <dependency >
207206 <groupId >com.google.api.grpc</groupId >
You can’t perform that action at this time.
0 commit comments