mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
make regen-apis
This commit is contained in:
@@ -372,7 +372,7 @@ where
|
||||
}
|
||||
|
||||
let mut params = Params::with_capacity(3 + self._additional_params.len());
|
||||
params.push("name", self._name);
|
||||
params.push("name", &self._name);
|
||||
|
||||
params.extend(self._additional_params.iter());
|
||||
|
||||
|
||||
@@ -30,3 +30,6 @@ pub use method_builders::*;
|
||||
|
||||
mod call_builders;
|
||||
pub use call_builders::*;
|
||||
|
||||
mod enums;
|
||||
pub use enums::*;
|
||||
|
||||
@@ -178,7 +178,7 @@ pub struct RecognitionConfig {
|
||||
pub speech_context: Option<SpeechContext>,
|
||||
/// *Required* Encoding of audio data sent in all `RecognitionAudio` messages.
|
||||
|
||||
pub encoding: Option<String>,
|
||||
pub encoding: Option<RecognitionConfigEncodingEnum>,
|
||||
}
|
||||
|
||||
impl client::Part for RecognitionConfig {}
|
||||
|
||||
Reference in New Issue
Block a user