This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: re-implement resource name helper classes (#59)
* [CHANGE ME] Re-generated to pick up changes in the API or client library generator. * remove ParentName, ParentNames and UntypedParentName * blank line at eof * blank line at eof * fix missing diff * regenerate Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
- Loading branch information
1 parent
7328d35
commit d1cc550
Showing
25 changed files
with
1,388 additions
and
474 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
google-cloud-bigquerydatatransfer/clirr-ignored-differences.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?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>7005</differenceType> | ||
<className>com/google/cloud/bigquery/datatransfer/v1/DataTransferServiceClient</className> | ||
<method>* *(com.google.cloud.bigquery.datatransfer.v1.ParentName*)</method> | ||
<to>* *(com.google.cloud.bigquery.datatransfer.v1.ProjectName*)</to> | ||
</difference> | ||
</differences> |
287 changes: 186 additions & 101 deletions
287
...er/src/main/java/com/google/cloud/bigquery/datatransfer/v1/DataTransferServiceClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.