fix(logging): fix proto copy#9420
Conversation
tseaver
left a comment
There was a problem hiding this comment.
Can't note these issues inline:
- Shouldn't the
logging/google/cloud/logging_v2/proto/cloud/logging_v2/proto/directory be removed altogether? - Why does the PR delete
logging/google/cloud/logging_v2/proto/log_entry.proto/logging/google/cloud/logging_v2/proto/log_severity.proto/logging/google/cloud/logging_v2/proto/logging.protologging/google/cloud/logging_v2/proto/logging_config.proto/logging/google/cloud/logging_v2/proto/logging_metrics.proto? That is where they are supposed to be, I think, and we are retaining the equivalent_pb2.pyfiles.
|
Thank you for the review!
It's gone as far as I can tell.
Re-added. |
|
Logging's synth.py wasn't moving the protos over to the right place. It looks like the 'correct' set were getting copied into a deeper directory.
This PR also adds toctrees so the v1 and v2 docs are split.
See the generated docs here.
There's a new type
google.cloud.logging_v2.types.BigQueryOptionsthat the Logging team was asking for. Do I need to modify the v1 client to make it available there?