-
Notifications
You must be signed in to change notification settings - Fork 49
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 fields with proto3_optional #380
Conversation
* upgrade protoc version to v3.12.0-rc-2
re: TypeScript build failure - it requires googleapis/gapic-generator-typescript#460 that I will merge within a day or two. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Although as a European, I'm disappointed by height being measured in feet ;)
* gapic-generator-kotlin is unmaintained and the work to support proto3_optional is unplanned * go-smoke-test is unnecessary because gapic-generator-go is used in the compile_protos step to regenerate the client and CLI on every PR
Codecov Report
@@ Coverage Diff @@
## master #380 +/- ##
==========================================
- Coverage 99.61% 99.42% -0.19%
==========================================
Files 13 13
Lines 1036 1048 +12
==========================================
+ Hits 1032 1042 +10
- Misses 2 3 +1
- Partials 2 3 +1
Continue to review full report at Codecov.
|
Adds several primitive fields to
google.showcase.v1.User
that are marked withproto3_optional
. Adds amethod_signature
with all of theproto3_optional
fields.Upgrades protoc version to v3.12.0-rc-2 in ci.
Chore: elide struct type name in slices in identity_service_test.go to remove linter warnings
Chore: disable
kotlin-smoke-test
job, it is not maintained and doesn't supportproto3_optional
Chore: remove
go-smoke-test
job because it's redundant, gapic-generator-go is run in thecompile_protos
jobChore: disable
python-smoke-test
andtypescript-smoke-test
jobs until they supportproto3_optional
, tracked by #382 and #383 respectivelyNote: PR includes regenerated protobuf/gRPC API and CLI (no changes in Go GAPIC).
cc: @AlanGasperini @hkdevandla