Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(v1): add support for condition in Feed (#44)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * bazel: update protobuf, rules_go, gazelle, and gapic-generator-go versions - protobuf v3.12.1 - rules_go v0.23.0 - gazelle v0.21.0 - gapic-generator-go v0.14.1 PiperOrigin-RevId: 313460921 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed May 27 14:10:16 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: c4e37010d74071851ff24121f522e802231ac86e Source-Link: googleapis/googleapis@c4e3701 * chore: update gapic-generator and go microgen changes include: - build_gen: go lro gapic used as dep - go_gapic_library: fixes shading of go_library importpath PiperOrigin-RevId: 314363155 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Jun 2 10:56:09 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 3a4894c4f0da3e763aca2c67bd280ae915177450 Source-Link: googleapis/googleapis@3a4894c * fix: migrate asset/v1p4beta1 to grpc_service_config PiperOrigin-RevId: 315775276 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jun 10 14:57:50 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 8a81e7e3ea5bdf30e406cc06dc90948574ba1058 Source-Link: googleapis/googleapis@8a81e7e * fix: migrate asset/v1p1beta1 to grpc_service_config PiperOrigin-RevId: 315777943 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jun 10 15:09:22 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 203ed2605b5806578e9aeb63388bc6aa9bbac659 Source-Link: googleapis/googleapis@203ed26 * fix: migrate asset/v1beta1 to grpc_service_config PiperOrigin-RevId: 315789764 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jun 10 16:15:36 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 00de455b588d7203012fec514d91b0eb63e41af3 Source-Link: googleapis/googleapis@00de455 * fix: migrate asset/v1p2beta1 to grpc_service_config PiperOrigin-RevId: 315789780 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Jun 10 16:15:40 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: a8ebb52bc3b8ff0e41cb34b19c1c9a8af2a9c9eb Source-Link: googleapis/googleapis@a8ebb52 * fix: use protoc-docs-plugin 0.8.0 Fixes issue with missing newline before 'Attributes' in Python docstrings. PiperOrigin-RevId: 316182409 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Jun 12 14:52:11 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 184661793fbe3b89f2b485c303e7466cef9d21a1 Source-Link: googleapis/googleapis@1846617 * feat: added support for condition in Feed docs: updated existing docs. Clients can now specify conditions in Asset Feed. For details, see https://cloud.google.com/asset-inventory/docs/monitoring-asset-changes. PiperOrigin-RevId: 316789767 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Jun 16 17:24:55 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 3dcb344dd2a03043708b3ba40c4df141a3d5b06b Source-Link: googleapis/googleapis@3dcb344
- Loading branch information