Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: re-generated to pick up changes in the API or client library generator. #49

Merged
merged 6 commits into from Feb 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -198,6 +198,7 @@ public BigQueryStorageStub getStub() {
*/
public final ReadSession createReadSession(
TableReference tableReference, String parent, int requestedStreams) {

CreateReadSessionRequest request =
CreateReadSessionRequest.newBuilder()
.setTableReference(tableReference)
Expand Down Expand Up @@ -328,6 +329,7 @@ public final ServerStreamingCallable<ReadRowsRequest, ReadRowsResponse> readRows
*/
public final BatchCreateReadSessionStreamsResponse batchCreateReadSessionStreams(
ReadSession session, int requestedStreams) {

BatchCreateReadSessionStreamsRequest request =
BatchCreateReadSessionStreamsRequest.newBuilder()
.setSession(session)
Expand Down Expand Up @@ -417,6 +419,7 @@ public final BatchCreateReadSessionStreamsResponse batchCreateReadSessionStreams
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final void finalizeStream(Stream stream) {

FinalizeStreamRequest request = FinalizeStreamRequest.newBuilder().setStream(stream).build();
finalizeStream(request);
}
Expand Down Expand Up @@ -513,6 +516,7 @@ public final UnaryCallable<FinalizeStreamRequest, Empty> finalizeStreamCallable(
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SplitReadStreamResponse splitReadStream(Stream originalStream) {

SplitReadStreamRequest request =
SplitReadStreamRequest.newBuilder().setOriginalStream(originalStream).build();
return splitReadStream(request);
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Google LLC
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>6001</differenceType>
<className>com/google/cloud/bigquery/storage/v1beta1/BigQueryStorageGrpc</className>
<field>METHOD_*</field>
</difference>
</differences>