chore: update gapic-generator-go to v0.17.0

Changes include:
- a default audience is generated for client JWT creation
- treats RPCs that have some pagination fields but no repeated field as normal RPCs
- use DefaultEndpoint and DefaultMTLSEndpoint for default options
- updates to bazel & Go deps

PiperOrigin-RevId: 350447881
This commit is contained in:
Google APIs 2021-01-06 16:15:20 -08:00 committed by Copybara-Service
parent 700afd1f0b
commit 5a3edc8b27
1 changed files with 2 additions and 2 deletions

View File

@ -271,8 +271,8 @@ gazelle_dependencies()
http_archive(
name = "com_googleapis_gapic_generator_go",
strip_prefix = "gapic-generator-go-0.15.2",
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.15.2.tar.gz"],
strip_prefix = "gapic-generator-go-0.17.0",
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.17.0.tar.gz"],
)
load("@com_googleapis_gapic_generator_go//:repositories.bzl", "com_googleapis_gapic_generator_go_repositories")