Skip to content

Commit

Permalink
feat: re-generated to pick up changes in the API or client library ge…
Browse files Browse the repository at this point in the history
…nerator. (#49)

* [CHANGE ME] Re-generated  to pick up changes in the API or client library generator.

* chore: add to ignored clirr ignored files

* move clirr file

* chore: add to ignored clirr ignored files

* narrow down field def

* narrow down field def

Co-authored-by: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Co-authored-by: Elliotte Rusty Harold <elharo@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 4, 2020
1 parent e4e54e3 commit 00d8ccb
Show file tree
Hide file tree
Showing 19 changed files with 203 additions and 159 deletions.
@@ -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>

0 comments on commit 00d8ccb

Please sign in to comment.