This repository was archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
feat: Publish Binary Authorization ContinuousValidationEvent proto #31
Merged
Conversation
This file contains hidden or 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
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
PiperOrigin-RevId: 366826395 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Apr 5 10:39:44 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 2490be32f08cccc870862ea86920f58325795c89 Source-Link: googleapis/googleapis@2490be3
chore: add GAPIC metadata feat: add support for self-signed JWT PiperOrigin-RevId: 370525906 Source-Author: Google APIs <noreply@google.com> Source-Date: Mon Apr 26 13:12:26 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 60e129d0672a1be2c70b41bf76aadc7ad1b1ca0f Source-Link: googleapis/googleapis@60e129d
PiperOrigin-RevId: 370926454 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Apr 28 09:58:07 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 382ed8de075e1ddc9baa4ebf8dbc5b2c257a77b8 Source-Link: googleapis/googleapis@382ed8d
PiperOrigin-RevId: 370989216 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Apr 28 14:42:12 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 4e825559e5ab242c4d1aafca19c83c4d1bac743e Source-Link: googleapis/googleapis@4e82555
PiperOrigin-RevId: 371362703 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Apr 30 10:44:40 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 5a04154e7c7c0e98e0e4085f6e2c67bd5bff6ff8 Source-Link: googleapis/googleapis@5a04154
…ted snippets chore: remove auth, policy, and options from the reserved names list feat: support self-signed JWT flow for service accounts chore: enable GAPIC metadata generation chore: sort subpackages in %namespace/%name/init.py PiperOrigin-RevId: 372197450 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed May 5 13:39:02 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 83a7e1c8c2f7421ded45ed323eb1fda99ef5ea46 Source-Link: googleapis/googleapis@83a7e1c
This is used in the new Continuous Validation feature: https://cloud.google.com/binary-authorization/docs/overview-cv Committer: @rbutoi PiperOrigin-RevId: 373173593 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue May 11 09:50:37 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: bceaea9f824a0d3600cd6a868ea457ac18980049 Source-Link: googleapis/googleapis@bceaea9
PiperOrigin-RevId: 373400747 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed May 12 10:34:35 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 162641cfe5573c648df679a6dd30385650a08704 Source-Link: googleapis/googleapis@162641c
PiperOrigin-RevId: 373649163 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu May 13 13:40:36 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 7e1b14e6c7a9ab96d2db7e4a131981f162446d34 Source-Link: googleapis/googleapis@7e1b14e
Removed in previous PR
@busunkim96 Is this OK? It renames some of the imports. Will that break things for people? |
parthea
approved these changes
May 18, 2021
@dinagraves Yep it's fine! The renamed imports are an implementation detail of the library (users can't be depending on those specific names). |
busunkim96
approved these changes
May 18, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api: binaryauthorization
Issues related to the googleapis/python-binary-authorization API.
cla: yes
This human has signed the Contributor License Agreement.
context: partial
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was generated using Autosynth. 🌈
Synth log will be available here:
https://source.cloud.google.com/results/invocations/871f4558-7269-4587-bfbf-0b88b0ec934a/targets
PiperOrigin-RevId: 373649163
Source-Link: googleapis/googleapis@7e1b14e
PiperOrigin-RevId: 373400747
Source-Link: googleapis/googleapis@162641c
PiperOrigin-RevId: 373173593
Source-Link: googleapis/googleapis@bceaea9
PiperOrigin-RevId: 372197450
Source-Link: googleapis/googleapis@83a7e1c
PiperOrigin-RevId: 371362703
Source-Link: googleapis/googleapis@5a04154
PiperOrigin-RevId: 370989216
Source-Link: googleapis/googleapis@4e82555
PiperOrigin-RevId: 370926454
Source-Link: googleapis/googleapis@382ed8d
PiperOrigin-RevId: 370525906
Source-Link: googleapis/googleapis@60e129d
PiperOrigin-RevId: 366826395
Source-Link: googleapis/googleapis@2490be3
fix: add async client to %name_%version/init.py
chore: add autogenerated snippets
chore: remove auth, policy, and options from the reserved names list
feat: support self-signed JWT flow for service accounts
chore: enable GAPIC metadata generation
chore: sort subpackages in %namespace/%name/init.py