Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(bigquery): bump copyright year to 2020, tweak docstring formatting (via synth) #10225

Merged
merged 1 commit into from Feb 3, 2020

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Commits in this repo since last synth:
01b7fb9 docs(bigquery): typo fix (#10209)
9ad21f4 feat(core): change default api_request() timeout to non-None (#10219)
8a0e129 fix(automl): fix TablesClient.predict for array and struct (#9991)
7e36fda deprecate(bigquery): deprecate client.dataset() in favor of DatasetReference (#7753)
73eac04 chore(recommender): release 0.2.0 (#10204)
c411e14 feat(recommender): add v1, set release level to beta (#10170)
8e7b7f8 feat(api_core): add retry param into PollingFuture() and it's inheritors (#9923)
0280a94 feat(bigquery): check rows argument type in insert_rows() (#10174)
3c4335d feat(bigquerydatatransfer): add service_account_name option to transfer configs (#10013)
a51da49 test(datacatalog): run unit tests with Python 3.8 (#10014)
c61c238 fix: be permssive about merging an empty struct (#10079)
bda44b3 chore(pubsub): add Python 3.8 unit tests run (via synth)
ae54dc3 feat(bigquery): check json_rows arg type in insert_rows_json() (#10162)
ae7ef87 chore(pubsub): declaratively drop Python 3.4 support (#10168)
d262e9e chores(storage): release 1.25.0 (#10165)
cae942b chore(storage): bump core dependency to 1.2.0 (#10160)
d44e9bf docs(pubsub): tiny spelling mistake fix (#10163)
4886d77 docs(language): fixes typo in Natural Language samples (#10134)
b492bdc fix(bigquerystorage): resume reader connection on EOS internal error (#9994)
7a64502 fix: replace unsafe six.PY3 with PY2 for better future compatibility with Python 4 (#10081)
c71d5f8 refactor(bigquery): to_dataframe uses faster to_arrow + to_pandas when pyarrow is available (#10027)
121394c fix(bigquerystorage): to_dataframe on an arrow stream uses 2x faster to_arrow + to_pandas, internally (#9997)
c05ffe7 chore(core): release core 1.2.0 (#10135)
4b7444a chores(core): bump api-core dependency to 1.16.0 (#10111)
54eac56 docs(spanner): fix Instance.update() docstrings (#10106)
9de4ca1 chore(api_core): release 1.16.0 (#10109)
a0a062d feat(bigtable): support requested_policy_version for Instance IAM (#10001)
9b856cf feat(storage): support optionsRequestedPolicyVersion (#9989)
d897d56 fix(bigquery): write pandas datetime[ns] columns to BigQuery TIMESTAMP columns (#10028)
70fe9b4 fix(logging): update test assertion and core version pins (#10087)
240f381 feat(bigquery): add RowIterator.to_dataframe_iterable method to get pandas DataFrame per page (#10017)
3bb565b fix(storage): fix document of delete blob (#10015)
5ad6287 fix(translate): update test assertion and core version pins (#10098)
561dced fix(dns): update test assertion and core version pins (#10096)
755eb36 fix(resourcemanager): update test assertion and core version pin (#10095)
b144fbf fix(runtimeconfig): update test assertion and core version pins (#10097)
c25d741 feat(api_core): support version 3 policy bindings (#9869)
fafead7 chore(recommender): correct config path in synth file for recommender (#10076)
20cf3b2 chore(cloudbuild): fix broken synth file (#10077)
0384238 fix(bigquery): fix minimum version of dependency (#10016)
be8e6d4 doc(automl): add example for creating a TablesClient for EU in docstring (#9825)
b387134 fix(trace)!: remove span_path resource helper method from v2; modify retry configs; standardize usage of 'optional' and 'required' for args in docstrings; add 2.7 deprecation warning (via synth) (#10075)
16fec16 fix(iot): modify retry and timeout configs; add 2.7 deprecation warning; add 'required' to docstring for required args; add 3.8 unit tests (via synth) (#10069)
efd2e53 chore(bigquery): use 3.6 for blacken session (#10012)
21e4ff3 feat(phishingprotection): undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10048)
e04d1db feat(redis): undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10049)
d2c32d8 fix(speech): increase default timeout for v1p1beta1 (via synth) (#9999)
fe83407 feat(talent): undeprecate resource name helpers, add 2.7 sunset warning (via synth) (#10050)
0d48116 docs(texttospeech): add 2.7 deprecation warning (via synth) (#10051)
b10c2e2 feat(vision): undeprecate resource name helpers, add 2.7 sunset warning (via synth) (#10052)
42a152c feat(websecurityscanner): undeprecate resource name helpers, add 2.7 sunset warning (via synth) (#10054)
838a65b feat(kms): undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10045)
44849f6 feat(irm): undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10044)
feefced feat(iam): undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10043)
fa33be7 docs(grafeas): add 2.7 deprecation warning (via synth) (#10042)
55944f6 docs(documentai): add 2.7 deprecation warning (via synth) (#10041)
b663b61 feat(dlp): undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10040)
3d00a9c feat(datalabeling): undeprecate resource name helper methods (via synth) (#10039)
3093f3c feat(billingbudgets): undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10038)
b35a983 feat(automl): undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10037)
9df3d9c feat(asset): undeprecate resource name helper methods, add 2.7 deprecation warning (via synth) (#10036)
f9004e4 chore(datacatalog): update README to reflect Beta launch status (#10055)
38e7711 feat(spanner): add deprecation warnings; add field_mask to get_instance; add endpoint_uris to Instance proto; update timeouts; make mutations optional for commits (via synth)
de73e45 feat(bigquery): add retry parameter to public methods where missing (#10026)
e41ed8a doc(bigquery): uncomment Client constructor and imports in samples (#10058)
d81158c chore(bigtable): release 1.2.1 (#10057)
1dcb95f fix(bigtable): add ability to use single-row transactions (#10021)
c6d953b chore(storage): release 1.24.1 (#10034)
ac544b1 feat(storage): add 'ARCHIVE' storage class (#9533)
92d7b46 chore(storage): release 1.24.0 (#10032)
c71b490 chore(firestore): release 1.6.1 (#10031)
13a870c fix: recover watch stream on more error types (#9995)
154c8ec cleanup(bigquery): remove unused query code sample (#10024)
26dd729 feat(bigquery): add timeout parameter to client's and job's public methods (#10002)
ae22885 feat: add timeout parameter to Batch interface to match google-cloud-core (#10010)
4f7d4b1 refactor(bigquery): update code samples to use strings for table and dataset IDs (#9974)
fe9deb1 fix(datacatalog): deprecate resource name helper methods (via synth) (#9831)
37f0677 fix(bigquery_datatransfer): deprecate resource name helper methods (via synth) (#9829)
4d70df3 docs(iam): mark required params as required in docstring (via synth) (#10006)
13bd849 feat(bigquery): add timeout parameter to QueryJob.done() method (#9875)
2dabc2d feat(datacatalog): add sample for create a fileset entry quickstart (#9977)
8bb4068 fix(automl): fix TypeError when passing a client_info to automl TablesClient (#9949)
217bd2b feat(bigquery): add create_bqstorage_client param to to_dataframe and to_arrow (#9573)
5447d1c chore(api_core): release 1.15.0 (#9984)
d372f66 fix(pubsub): handle None in on response callback (#9982)
9031316 chore(bigquery): release 1.23.1 (#9981)
4dfafe9 fix(bigquery): add six dependency in setup file (#9979)
52b54aa chore(billingbudgets): release 0.2.0 (#9969)
1e19f9b feat(bigquery): add iamMember entity type to allowed access classes (#9973)
68c2cc8 docs(bigquery): add sample to read from query destination table (#9964)
8f67bf8 chore(asset): release 0.6.0 (#9968)
fdd7246 feat(asset): add real time feed support to v1 (via synth) (#9930)
7dff593 docs(monitoring): tweak formatting in proto comments (via synth) (#9966)
eb3713d fix(bigquery): fix typo in import error message (pandas -> pyarrow) (#9955)
72c1275 chore(bigquery): release 1.23.0 (#9961)
d2518ae docs(talent): update docstring for DiversificationLevel (#9958)
a4e19ed chore(dlp): release 0.13.0 (#9927)
8177673 feat(api_core): make the last retry happen at deadline (#9873)
4d90932 chore(pubsub): release 1.1.0 (#9950)
19d1b4e test(websecurityscanner): add 3.8 unit tests (via synth) (#9945)
ec70946 test(vision): add 3.8 unit tests (via synth) (#9944)
0eb0970 test(talent): add 3.8 unit tests (via synth) (#9941)
7780883 test(texttospeech): add 3.8 unit tests (via synth) (#9942)
ae504fb docs(language): edit hyphenation of "part-of-speech" (via synth) (#9954)
e172c62 test(irm): add 3.8 unit tests (via synth) (#9937)
195d9c4 test(kms): add 3.8 unit tests (via synth) (#9938)
8106fcd test(phishingprotection): add 3.8 unit tests (via synth) (#9939)
5ac12ae test(redis): add 3.8 unit tests (via synth) (#9940)
bc451a7 chore(speech): release 1.3.1 (#9926)
10ee265 test(iam): add 3.8 unit tests (via synth) (#9936)
f21e862 test(documentai): add 3.8 unit tests (via synth) (#9935)
838d7b4 test(datalabeling): add 3.8 unit tests (via synth) (#9934)
b370f40 test(billingbudgets): add 3.8 unit tests (via synth) (#9933)
173f4a1 test(automl): add 3.8 unit tests (via synth) (#9931)
80f5295 feat(dlp): add location_id in preparation for regionalization; deprecate resource name helper functions (via synth) (#9856)
5d5e1c7 chore(billingbudgets): remove TODOs in proto comments (via synth) (#9912)
78029b6 chore(talent): add LRO and RPC status imports to protos (via synth) (#9913)
58e5f4f docs(all): add commits convention description in CONTRIBUTING.rst (#9905)
be2bd9f fix(speech): increase timeout values in client config (via synth) (#9922)
b7c265b chore(vision): release 0.41.0 (#9919)
aa3c3ca chore(core): release 1.1.0 (#9917)
0699ba6 fix(pubsub): include request overhead when computing publish batch size overflow (#9911)
6838a4f chore(bigtable): release 1.2.0 (#9916)
7bd36bd feat(core): add timeout param to JSONConnection.api_request() (#9915)
38d8f2b chore(bigquery): run unit tests with Python 3.8 (#9880)
477ea57 chore: add @larkee as CODEOWNER for spanner (#9899)
3b53568 chore(deps): update dependency google-cloud-monitoring to >=0.31.1, <0.35 (#9904)
371c4f2 refactor(bigquery): update code samples to use strings for table and dataset IDs (#9495)
9360057 fix(bigquery): add close() method to client for releasing open sockets (#9894)
b7ba918 feat(bigtable): add table level IAM policy controls (#9877)
2439560 fix(pubsub): split large (mod)ACK requests into smaller ones (#9594)
d4c440b fix(pubsub): fix messages delivered multiple times despite a long ACK deadline (#9525)
0a9665e chore(speech): release 1.3.0 (#9879)
75dc3ec fix(storage): str() metadata for for blob (#9796)
0588f19 fix(bigquery): import Mapping from collections.abc not from collections (#9826)
20824fa fix(speech): mark Recognize idempotent (via synth) (#9874)
5894632 chore(monitoring): release 0.34.0 (#9850)
6d6e5aa chore(documentai): add extra line breaks to docs templates (via synth) (#9857)
278dbab fix(iam): deprecate resource name helper methods (via synth) (#9858)
8f4cad2 fix(irm): deprecate resource name helper methods (via synth) (#9860)
5aa2bcc fix(phishingprotection): deprecate resource name helper methods (via synth) (#9862)
861458c chore(billingbudgets): add comments to proto files (via synth) (#9854)
bdec5e5 fix(recommender): deprecate resource name helper methods (via synth) (#9863)
3e11788 fix(tasks): deprecate resource name helper methods (via synth) (#9864)
909e026 fix(vision): deprecate resource name helper methods (via synth) (#9866)
bd5318a docs(automl): add missing commas to code examples (#9851)
1959307 feat(bigquery): add support of use_avro_logical_types for extract jobs (#9642)
357e521 Add a repr method for ClientOptions (#9849)
38bd5bb fix(billingbudgets): deprecate resource name helper methods (via synth) (#9830)
111635f fix(websecurityscanner): deprecate resource name helper methods (via synth) (#9847)
1a98305 fix(logging): deprecate resource name helper methods (via synth) (#9837)
6a2e9a7 fix(grafeas): deprecate resource name helper methods (via synth) (#9835)
2ea4723 fix(kms): deprecate resource name helper methods (via synth) (#9836)
c958720 fix(datalabeling): deprecate resource name helper methods (via synth) (#9832)
285ff0d fix(translate): deprecate resource name helper methods (via synth) (#9845)
40340c9 fix(monitoring): deprecate resource name helper methods; update docs configuration (via synth) (#9838)
d6d974e fix(redis): deprecate resource name helper methods (via synth) (#9840)
b885e81 docs(webrisk): update docs configuration (via synth) (#9846)
075ca4f fix(talent): deprecate resource name helper methods (via synth) (#9844)
a6fc8bd fix(automl): deprecate resource name helper methods, update docs configuration (via synth) (#9828)
5349250 fix(asset): deprecate resource name helper methods (via synth) (#9827)
44844c3 chore: revert change to docs/conf.py (#9803)
15d4bb6 feat(bigquery): add support for hive partitioning options configuration (#9626)
0b69ee0 feat(bigquery): add description for routine entities (#9785)
0249a34 chore(automl): reduce Pandas version requirement (#9824)
570dc7c chore(automl): release 0.9.0 (#9823)
74d1267 chore(billingbudgets): release 0.1.0 (#9807)
3d77bcb docs(datalabeling): change wording of docstrings (via synth) (#9819)
c71c3d1 fix(automl): change proto imports (via synth) (#9817)
8d745d0 feat(automl): add support for feature importance (#9816)
972e5b4 fix(automl): pass params to underlying client (#9794)
c5b12d4 docs(billingbudgets): add Python 2 sunset banner (via synth) (#9813)
1a96279 chore(videointelligence): release 1.12.1 (#9811)
e682813 fix(automl): fix typo in code example for AutoML Tables (#9806)
dd8fdd7 fix(videointelligence): revert #9440; make features a keyword parameter (#9810)
fb4823e chore(datacatalog): release 0.5.0 (#9808)
0be280c feat(datacatalog): add policy tag manager clients (#9804)
6751237 feat(billingbudgets): initial generation of billing budget (#9622)
802c898 feat(monitoring): add service monitoring (via synth) (#9799)
407bb84 chore: update docs templates (via synth) (#9797)
d295162 chore(bigquery): release 1.22.0 (#9788)
210cc59 chore(automl): release 0.8.0 (#9792)
aef2210 feat(monitoring): add monitoring.v3.InternalChecker.state; add monitoring.v3.UptimeCheckConfig.ContentMatcher.ContentMatcherOption; add recursive parameter to delete_group; add read-only validity field to monitoring.v3.AlertPolicy; add validate_ssl parameter to monitoring.v3.UptimeCheckConfig.HttpCheck (#9546)
e9ca02a build: fix docstring formatting (#9793)
b088278 docs(firestore): add new where operators to docstring (#9789)
43d5607 feat(automl): add support for image classification, image object detection, text classification, text extraction; add batch_predict; add deploy_model, undeploy_model, export_model; add annotation specs (via synth) (#9628)
2d14cb6 chore(error_reporting): change spacing in docs templates (via synth) (#9749)
40cb64f chore(grafeas): change spacing in docs templates (via synth) (#9751)
a294f71 chore(pubsub): update client configurations (via synth) (#9784)
fd93452 feat(api core): simplify from_rfc3339 methods (#9641)
56a5554 chore(storage): release 1.23.0 (#9778)
635d5e1 chore(spanner): release 1.13.0 (#9731)
e97771e fix(bigquery): preserve job config passed to Client methods (#9735)
96baa3d feat(automl): expose disable_early_stopping option for create_model (#9779)
dfe4667 chore: add emacs' auto-save files to .gitignore (#9780)
cab728b chore(logging): change spacing in docs templates (via synth) (#9756)
c38f229 chore(pubsub): change spacing in docs templates (via synth) (#9759)
8fdd2a4 fix(automl): fix uploading pandas dataframe to AutoML Tables (#9647)
cb9cdc9 chore(kms): change spacing in docs templates (via synth) (#9754)
039a607 chore(language): change spacing in docs templates (via synth) (#9755)
a61c54a feat(container): add 'list_usable_subnetworks' method; apply proto annotations (via synth) (#9741)
f63071f chore(asset): change spacing in docs templates (via synth) (#9736)
5419c8a chore(bigquery_datatransfer): change spacing in docs templates (via synth) (#9737)
feb2939 chore(bigquery_storage): change spacing in docs templates (via synth) (#9738)
122022c chore(bigtable): change spacing in docs templates (via synth) (#9739)
2eec741 chore(datacatalog): change spacing in docs templates (via synth) (#9743)
fe3e68e [CHANGE ME] Re-generated datalabeling to pick up changes in the API or client library generator. (#9744)
290b5ef chore(dataproc): release 0.6.1 (#9775)
b1a3f35 chore(datastore): change spacing in docs templates (via synth) (#9746)
d4a2ebf chore(firestore): change spacing in docs templates (via synth) (#9750)
a6b04af chore(redis): change spacing in docs templates (via synth) (#9761)
4e44c6c chore(scheduler): change spacing in docs templates (via synth) (#9762)
c373e65 chore(securitycenter): change spacing in docs templates (via synth) (#9763)
5cbfa26 chore(trace): update spacing in docs templates (via synth) (#9769)
5d6bf75 chore(translate): update spacing in docs templates (via synth) (#9770)
357e317 fix(texttospeech): update spacing in docs templates (via synth) (#9768)
b194853 fix(speech): re-add unused speaker_tag; update spacing in docs templates (via synth) (#9766)
b82ec68 fix(speech): re-add unused speaker_tag; update spacing in docs templates (via synth) (#9765)
3a5bcac chore(webrisk): change spacing in docs templates (via synth) (#9773)
818577a chore(websecurityscanner): change spacing in docs templates (via synth) (#9774)
561f9ba docs: fix link to client lib docs (#9638)
b55170e chore(bigquery): fix link anchors in external config docstrings (#9627)
505d553 tests(monitoring): normalize VPCSC configuration in systests (#9615)
d17f295 feat(spanner): add instance replica info; annotate protos, update docstrings (via synth) (#9577)
fdf318c chore(vision): release 0.40.0 (#9645)
3d43067 chore(videointelligence): release 1.12.0 (#9646)
44f22bf docs: add python 2 sunset banner to documentation (#9036)
d08b210 tests(asset): normalize VPCSC configuration in systests (#9614)
3dab9f3 tests(dlp): normalize VPCSC configuration in systests (#9608)
ef309fc tests(trace): normalize VPCSC configuration in systests (#9618)
ce04e30 tests(storage): fix query-string order dependent assert (#9728)
4c796c5 chore(oslogin): fix synth copy (#9547)
f314557 chore(dataproc): release 0.6.0 (#9639)
3130f61 tests(vision): normalize VPCSC configuration in systests (#9620)
20ff981 fix(spanner): fix TransactionPingingPool throwing error ''NoneType' object is not callable' (#9609)
3285e93 fix(spanner): return sessions from pool in LIFO order (#9454)
1d4a6f8 tests(translate): normalize VPCSC configuration in systests (#9619)
bf15172 chore(pubsub): refactor fake leaser test helper (#9632)
6a46ac2 fix(pubsub): update batching and flow control parameters to be same as the other client libraries (#9597)
7f7d1b5 chore(bigquery): fix undelete table system test to use milliseconds in snapshot decorator (#9649)
0c5405f docs(talent): update docstrings (via synth) (#9644)
332c8ff refactor(storage): move 'create_bucket' implementation from 'Bucket' to 'Client' (#8604)
5137c03 feat(documentai): initial generation of documentai (#9623)
c8b8165 chore(cloudbuild): release 0.1.0 (#9635)
5ac8440 chore(containeranalysis): release 0.3.1 (#9636)
5621e9c fix(firestore): simplify 'Collection.add', avoid spurious API call (#9634)
8c83b52 feat(cloudbuild): generate v1 (#9510)
097a22f tests: fix typos in new 'vpcsc_config' module (#9630)
79bdd03 chore(firestore): release 1.6.0 (#9621)
1e7c0a6 feat(pubsub): add stop method (#9365)
879d9a1 docs(firestore): add documentation for Document,Collection .on_snapshot (#9275)
f1136a7 docs(firestore): clarify client threadsafety (#9254)
c996af0 tests(storage): normalize VPCSC configuration in systests (#9616)
e6ddd3b tests(automl): normalize VPCSC configuration in systests (#9607)
ba3668d fix(containeranalysis): make google.cloud.devtools a namespace (#9606)
7a3a74d fix(monitoring): make VPCSC env comparison case-insensitive (#9564)
605cb42 feat(vision): add celebrity recognition support; add object annotation support; add 'purge_products' method (all v1p4beta1) (via synth) (#9613)
9831c1d feat(videointelligence): add celebrity recognition support (via synth) (#9612)
c4a69d4 doc(bigquery): add table create sample using integer range partitioning (#9478)
9405db9 feat(bigquery): add --destination_table parameter to IPython magic (#9599)
41ae858 tests: add centralized VPCSC config detection (#9581)
5f716db feat(storage): add opt-in raw download support (#9572)
4af68dc chore(tasks): release 1.3.0 (#9595)
4dc94d7 chore(storage): release 1.22.0 (#9604)
f72ab40 feat(datacatalog): add sample to create a fileset entry (#9590)
ed37540 fix(bigquery): use pyarrow fallback for improved schema detection (#9321)
518931b feat(tasks): add HTTP tasks, OAuth tokens, and OIDC tokens (via synth) (#9588)
89eaedb feat(bigquery): allow passing schema as a sequence of dicts (#9550)
5571911 feat(datacatalog): add sample to create an entry group (#9584)
3e8fbae docs(bigquery): document how to achieve higher write limit and add tests (#9574)
48359eb test(spanner): harden 'test_transaction_batch_update*' systests against partial success + abort (#9579)
21e9457 feat(api_core): provide a 'raw_page' field for page_iterator.Page (#9486)
df185b9 chore(pubsub): add subscriber role test for streaming (#9507)
cdcc278 feat(storage): add UBLA attrs to IAMConfiguration (#9475)
412a17b fix(speech): move 'speaker_tag' field from 'SpeakerDiarizationConfig' to 'WordInfo' (via synth) (#9576)
e0e4d1a chore(automl): release 0.7.1 (#9566)
22df5b5 chore(asset): release 0.5.0 (#9567)
abdfa3f feat(firestore): surface new 'IN' and 'ARRAY_CONTAINS_ANY' operators (#9541)
e41c140 feat(talent): add query_language_code to talent.v4beta1.JobQuery (via synth) (#9571)
847cd43 docs(translation): fix v2 imports, remove v2 sample in README (#9536)
ee62142 docs(spanner): update description of the timeout_secs parameter (#9381)
b2f28ca chore(bigtable): add trailing commas (via synth) (#9557)
dfc8a80 feat(asset): add bigquery_destination to OutputConfig; make content_type optional argument to BatchGetAssetsHistoryRequest; add uri_prefix to GcsDestination; add ORG_POLICY and ACCESS_POLICY content type enums (#9555)

Log from Synthtool
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/bigquery/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:19e945954fc960a4bdfee6cb34695898ab21a8cf0bac063ee39b91f00a1faec8
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/cloud/bigquery/artman_bigquery_v2.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/bigquery-v2.
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/bigquery/v2/model_reference.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/bigquery-v2/google/cloud/bigquery_v2/proto/model_reference.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/bigquery/v2/encryption_config.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/bigquery-v2/google/cloud/bigquery_v2/proto/encryption_config.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/bigquery/v2/model.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/bigquery-v2/google/cloud/bigquery_v2/proto/model.proto
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/bigquery/v2/standard_sql.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/bigquery-v2/google/cloud/bigquery_v2/proto/standard_sql.proto
synthtool > Placed proto files into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/bigquery-v2/google/cloud/bigquery_v2/proto.
synthtool > Replaced '"""Attributes:' in google/cloud/bigquery_v2/proto/model_pb2.py.
synthtool > Replaced '"""Attributes:' in google/cloud/bigquery_v2/proto/encryption_config_pb2.py.
synthtool > No replacements made in google/cloud/bigquery_v2/proto/*.py for pattern [β€œβ€], maybe replacement is not longer needed?
Running session blacken
Creating virtual environment (virtualenv) using python3.6 in .nox/blacken
pip install black
black docs google samples tests noxfile.py setup.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/gapic/enums.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/proto/encryption_config_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/proto/encryption_config_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/proto/model_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/proto/model_reference_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/proto/model_reference_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/proto/standard_sql_pb2_grpc.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/types.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/proto/standard_sql_pb2.py
reformatted /tmpfs/src/git/autosynth/working_repo/bigquery/google/cloud/bigquery_v2/proto/model_pb2.py
All done! ✨ 🍰 ✨
10 files reformatted, 189 files left unchanged.
Session blacken was successful.
synthtool > Wrote metadata to synth.metadata.

@yoshi-automation yoshi-automation requested a review from a team January 29, 2020 13:17
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 29, 2020
@busunkim96 busunkim96 changed the title [CHANGE ME] Re-generated bigquery to pick up changes in the API or client library generator. chore(bigquery): bump copyright year to 2020, tweak docstring formatting (via synth) Jan 29, 2020
@busunkim96 busunkim96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2020
@plamut plamut added api: bigquery Issues related to the BigQuery API. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jan 31, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 31, 2020
@plamut
Copy link
Contributor

plamut commented Feb 3, 2020

Merging, since already approved. The failing commit check is handled by a proper PR title

@plamut plamut merged commit a65065c into master Feb 3, 2020
@plamut plamut deleted the autosynth-bigquery branch February 3, 2020 09:28
This was referenced Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery 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

5 participants