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

feat: add common resource path helpers; expose client transport as property #37

Merged
merged 15 commits into from Nov 20, 2020

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/aa282289-554d-4e05-8df4-63827a1f0795/targets

  • To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 339381689
Source-Link: googleapis/googleapis@24fb9e5
PiperOrigin-RevId: 339292950
Source-Link: googleapis/googleapis@07d41a7
PiperOrigin-RevId: 334682521
Source-Link: googleapis/googleapis@cb7fc62
PiperOrigin-RevId: 333159182
Source-Link: googleapis/googleapis@3dbeac0
PiperOrigin-RevId: 333125205
Source-Link: googleapis/googleapis@4ede775
Source-Link: googleapis/googleapis@aaac658
PiperOrigin-RevId: 331868116
Source-Link: googleapis/googleapis@8d370db
PiperOrigin-RevId: 331220195
Source-Link: googleapis/googleapis@7a906c8
PiperOrigin-RevId: 331189912
Source-Link: googleapis/googleapis@b100ad4
PiperOrigin-RevId: 331031262
Source-Link: googleapis/googleapis@6a18a3c
PiperOrigin-RevId: 331027363
Source-Link: googleapis/googleapis@bc18612
Source-Link: googleapis/synthtool@80f4610

        autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
Final step in sharding nodejs autosynth.
fixes googleapis/synthtool#697

Source-Author: Jeffrey Rennie <rennie@google.com>
Source-Date: Fri Aug 28 09:43:32 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 80f46100c047bc47efe0025ee537dc8ee413ad04
Source-Link: googleapis/synthtool@80f4610
… fields: - `service_account`, which is available to members of our closed alpha - CLOUD_LOGGING_ONLY logging modes - `dynamic_substitutions` option - resource annotations added

PiperOrigin-RevId: 331027363

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Sep 10 15:15:28 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: bc18612d35891d88bcac57c85d79db93f4f29028
Source-Link: googleapis/googleapis@bc18612
PiperOrigin-RevId: 331031262

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Sep 10 15:35:17 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 6a18a3c50ffd62de53dd2e44f599d6696580f90b
Source-Link: googleapis/googleapis@6a18a3c
PiperOrigin-RevId: 331189912

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Sep 11 11:38:58 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: b100ad424293ce5d5378e9067d9d83c4973a115a
Source-Link: googleapis/googleapis@b100ad4
PiperOrigin-RevId: 331220195

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Sep 11 14:13:15 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 7a906c83566d0d429b23da434a4dc2b4de7b117a
Source-Link: googleapis/googleapis@7a906c8
PiperOrigin-RevId: 331868116

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Sep 15 15:21:01 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 8d370db1a5c7f48f5baca6bf1ead32993398b0cd
Source-Link: googleapis/googleapis@8d370db
Source-Author: Mira Leung <miraleung@users.noreply.github.com>
Source-Date: Mon Sep 21 18:04:02 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: aaac658367398e478d650768344b88acebad50d9
Source-Link: googleapis/googleapis@aaac658
PiperOrigin-RevId: 333125205

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Sep 22 11:39:20 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 4ede77543c77072a2ac9f78353de2de2f8c4c501
Source-Link: googleapis/googleapis@4ede775
PiperOrigin-RevId: 333159182

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Sep 22 14:22:59 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 3dbeac0d54125b123c8dfd39c774b37473c36944
Source-Link: googleapis/googleapis@3dbeac0
PiperOrigin-RevId: 334682521

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Sep 30 14:41:57 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: cb7fc620590382a4a2ea6ffdf6f51ae0e77bbbb5
Source-Link: googleapis/googleapis@cb7fc62
PiperOrigin-RevId: 339292950

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Oct 27 11:32:46 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 07d41a7e5cade45aba6f0d277c89722b48f2c956
Source-Link: googleapis/googleapis@07d41a7
PiperOrigin-RevId: 339381689

Source-Author: Google APIs <noreply@google.com>
Source-Date: Tue Oct 27 19:59:18 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 24fb9e5d1f37110bfa198189c34324aa3fdb0896
Source-Link: googleapis/googleapis@24fb9e5
@product-auto-label product-auto-label bot added the api: clouderrorreporting Issues related to the googleapis/python-error-reporting API. label Nov 18, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 18, 2020
@busunkim96 busunkim96 changed the title [CHANGE ME] Re-generated to pick up changes from googleapis. feat: add common resource path helpers; expose client transport as property Nov 18, 2020
@busunkim96 busunkim96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 18, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 18, 2020
@daniel-sanche daniel-sanche merged commit bc92bc2 into master Nov 20, 2020
@daniel-sanche daniel-sanche deleted the autosynth-googleapis branch November 20, 2020 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: clouderrorreporting Issues related to the googleapis/python-error-reporting API. cla: yes This human has signed the Contributor License Agreement. context: partial
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants