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

docs(samples): add get transferconfig info #300

Merged
merged 2 commits into from Aug 27, 2020

Conversation

pmakani
Copy link
Contributor

@pmakani pmakani commented Aug 25, 2020

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@pmakani pmakani requested review from stephaniewang526 and a team August 25, 2020 14:29
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 25, 2020
@codecov
Copy link

codecov bot commented Aug 25, 2020

Codecov Report

Merging #300 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #300   +/-   ##
=========================================
  Coverage     74.68%   74.68%           
  Complexity      108      108           
=========================================
  Files             7        7           
  Lines           948      948           
  Branches         18       18           
=========================================
  Hits            708      708           
  Misses          220      220           
  Partials         20       20           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a66290...45add0b. Read the comment docs.


bout = new ByteArrayOutputStream();
out = new PrintStream(bout);
System.setOut(out);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please edit this according to: 35c7c81, 42819c9

@product-auto-label product-auto-label bot added the api: bigquerydatatransfer Issues related to the googleapis/java-bigquerydatatransfer API. label Aug 26, 2020
@stephaniewang526 stephaniewang526 merged commit 529e86d into googleapis:master Aug 27, 2020
@pmakani pmakani deleted the get-config-info branch August 28, 2020 08:08
gcf-merge-on-green bot pushed a commit that referenced this pull request Aug 31, 2020
🤖 I have created a release \*beep\* \*boop\* 
---
### [1.0.8](https://www.github.com/googleapis/java-bigquerydatatransfer/compare/v1.0.7...v1.0.8) (2020-08-31)


### Bug Fixes

* temporarily disable reporting to unblock releases ([#302](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/302)) ([2b6c77d](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/2b6c77d5418fb3f2c2b6ce35f67caa402cfa6fd1))


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v1.116.10 ([#284](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/284)) ([6d21b7d](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/6d21b7da3dd8e8847f18b5ce7ffe90fab19be860))
* update dependency com.google.cloud:google-cloud-bigquery to v1.117.0 ([#303](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/303)) ([fc2b1d8](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/fc2b1d86c5c1e3a1ebccd3c5aa191fd2b69f8289))


### Documentation

* **samples:** add get transferconfig info ([#300](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/300)) ([529e86d](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/529e86d7cf16219a64af8118c8e0ea724e00107b))
* **samples:** add list configs ([#308](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/308)) ([bc5da96](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/bc5da9650fdcb94a69c098bcbad5e70cf243853a))
* **samples:** fix checkstyle errors ([#297](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/297)) ([3e7ba7f](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/3e7ba7f41bd56f2123c93c64ba6abdfc27d0fa0b))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: bigquerydatatransfer Issues related to the googleapis/java-bigquerydatatransfer API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants