Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add aws connection support (#148)
* feat: add aws connection support

PiperOrigin-RevId: 334870265

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Oct 1 12:16:35 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: aa72330a8d16d281df131e8d37bb1a4bde53401f
Source-Link: googleapis/googleapis@aa72330

* feat: add clir

Co-authored-by: Praful Makani <praful@qlogic.io>
  • Loading branch information
yoshi-automation and Praful Makani committed Oct 2, 2020
1 parent 88fdcc2 commit 52c0252
Show file tree
Hide file tree
Showing 10 changed files with 2,559 additions and 70 deletions.
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<!--TODO: To be removed-->
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/bigquery/connection/v1/ConnectionOrBuilder</className>
<method>com.google.cloud.bigquery.connection.v1.AwsProperties getAws()</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/bigquery/connection/v1/ConnectionOrBuilder</className>
<method>com.google.cloud.bigquery.connection.v1.AwsPropertiesOrBuilder getAwsOrBuilder()</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/bigquery/connection/v1/ConnectionOrBuilder</className>
<method>boolean hasAws()</method>
</difference>
</differences>

0 comments on commit 52c0252

Please sign in to comment.