googleapis / google-cloud-rust

Google Cloud Platform Rust [Experimental] Client Libraries
Apache License 2.0
264 stars 18 forks source link

fix(generator/openapi): skip synthetic fields #232

Closed coryan closed 2 days ago

coryan commented 2 days ago

We create synthetic fields for the *Request parameter. Sometimes we add these fields to existing messages, and some of these messages have more than one field. In all cases, we should avoid serializing these synthetic fields, as the server does not expect them.

Part of the work for #266