Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(proto): update the generated proto to adhere to the (#14)
API linter. Known issues, that will require further discussion: - file_path: bookstore.yaml.output.proto problems: - message: Custom methods should use the HTTP POST or GET method. location: start_position: line_number: 80 column_number: 5 end_position: line_number: 80 column_number: 76 path: bookstore.yaml.output.proto rule_id: core::0136::http-method rule_doc_uri: https://linter.aip.dev/136/http-method - message: 'Custom POST methods should set `body: "*"`.' location: start_position: line_number: 80 column_number: 5 end_position: line_number: 80 column_number: 76 path: bookstore.yaml.output.proto rule_id: core::0136::http-body rule_doc_uri: https://linter.aip.dev/136/http-body - message: The `parent` field should include a `google.api.resource_reference` annotation. location: start_position: line_number: 42 column_number: 3 end_position: line_number: 42 column_number: 20 path: bookstore.yaml.output.proto rule_id: core::0132::request-parent-reference rule_doc_uri: https://linter.aip.dev/132/request-parent-reference - message: HTTP URI should include a `book.path` variable. location: start_position: line_number: 65 column_number: 5 end_position: line_number: 68 column_number: 6 path: bookstore.yaml.output.proto rule_id: core::0134::http-uri-path rule_doc_uri: https://linter.aip.dev/134/http-uri-path - message: 'Unexpected field: Update RPCs must only contain fields explicitly described in AEPs, not "path".' location: start_position: line_number: 32 column_number: 3 end_position: line_number: 32 column_number: 18 path: bookstore.yaml.output.proto rule_id: core::0134::request-unknown-fields rule_doc_uri: https://linter.aip.dev/134/request-unknown-fields - message: List responses should only contain fields explicitly described in AEPs. location: start_position: line_number: 46 column_number: 3 end_position: line_number: 46 column_number: 30 path: bookstore.yaml.output.proto rule_id: core::0132::response-unknown-fields rule_doc_uri: https://linter.aip.dev/132/response-unknown-fields --- - message: The filename has invalid characters. location: start_position: line_number: 9 column_number: 1 end_position: line_number: 9 column_number: 26 path: bookstore.yaml.output.proto rule_id: core::0191::filenames rule_doc_uri: https://linter.aip.dev/191/filenames
- Loading branch information