Delete readme file of containeralalysis

This commit is contained in:
ethanbao 2017-11-15 08:54:20 -08:00 committed by GitHub
parent c4f45060bd
commit 717c3b36ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
# Instructions for updating the GAPIC IDLs and sanitized protos
<!--For more information, see go/fresh-source. -->
<!--* freshness: { owner: 'vtsao' reviewed: '2017-11-10' } *-->
Follow instructions at:
https://g3doc.corp.google.com/company/teams/veneer/user/user-guide.md#refreshing-existing-client-libraries
Additional steps:
1. Ensure `google-iam-v1` is under `proto_deps` in
`artman_containeranalysis.yaml`.
1. Diff the existing `containeranalysis_gapic.yaml` with the updated one that
was generated and ensure things like `flattening` and `required_fields`
contain the correct fields and not include deprecated fields like `name`.
See cl/175301075 for reference.
1. While we still support the deprecated
`google/devtools/source/v1/source_context.proto`, the sanitized
`provenance.proto` still seems to import it, remove the import statement.