chore: make the gapic code private#1519
Conversation
|
I am curious:
My understanding has always been that the folder names for all the If that is the case, then changing the format here may not be a lasting change next time the GAPIC generated code gets rebuilt. Relatedly, there are 60+ references to If the change to a new folder naming convention is approved, should those also be changed to Any insight you can offer is appreciated. |
|
@chalmerlowe We're not exposing the gapic directly to customers -- thus moving this to a private folder makes sense. The plan is to write a veneer over the GAPIC client. See details here: go/storage-python-grpc & go/bidi-reads-py-sdk |
Changing the gapic directory from
storage_v2to_storage_v2so that it acts as a private folder.