Skip to content

Commit

Permalink
fix: reduce StreamConnection visibility since it is not supposed to b…
Browse files Browse the repository at this point in the history
…e public. (#2196)

* fix: reduce StreamConnection visiblity since it is not supposed to be a public class

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
yirutang and gcf-owl-bot[bot] committed Jul 20, 2023
1 parent c2642de commit addbcdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions google-cloud-bigquerystorage/clirr-ignored-differences.xml
Expand Up @@ -169,5 +169,9 @@
<method>com.google.protobuf.DynamicMessage convertToProtoMessage(com.google.protobuf.Descriptors$Descriptor, com.google.cloud.bigquery.storage.v1.TableSchema, java.lang.Object, boolean)</method>
<to>com.google.protobuf.DynamicMessage convertToProtoMessage(com.google.protobuf.Descriptors$Descriptor, com.google.cloud.bigquery.storage.v1.TableSchema, java.lang.Iterable, boolean)</to>
</difference>
<difference>
<differenceType>1001</differenceType>
<className>com/google/cloud/bigquery/storage/v1/StreamConnection</className>
</difference>
</differences>

Expand Up @@ -36,7 +36,7 @@
*
* <p>It's user's responsibility to do the flow control and maintain the lifetime of the requests.
*/
public class StreamConnection {
class StreamConnection {
private BidiStreamingCallable<AppendRowsRequest, AppendRowsResponse> bidiStreamingCallable;
private ClientStream<AppendRowsRequest> clientStream;

Expand Down

0 comments on commit addbcdf

Please sign in to comment.