Skip to content

Commit

Permalink
Automated Protos Update (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: viambot <[email protected]>
  • Loading branch information
github-actions[bot] and viambot authored Aug 30, 2024
1 parent 2baf10b commit f74b798
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/gen/google.api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,25 @@ pub struct PythonSettings {
/// Some settings.
#[prost(message, optional, tag="1")]
pub common: ::core::option::Option<CommonLanguageSettings>,
/// Experimental features to be included during client library generation.
#[prost(message, optional, tag="2")]
pub experimental_features: ::core::option::Option<python_settings::ExperimentalFeatures>,
}
/// Nested message and enum types in `PythonSettings`.
pub mod python_settings {
/// Experimental features to be included during client library generation.
/// These fields will be deprecated once the feature graduates and is enabled
/// by default.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ExperimentalFeatures {
/// Enables generation of asynchronous REST clients if `rest` transport is
/// enabled. By default, asynchronous REST clients will not be generated.
/// This feature will be enabled by default 1 month after launching the
/// feature in preview packages.
#[prost(bool, tag="1")]
pub rest_async_io_enabled: bool,
}
}
/// Settings for Node client libraries.
#[allow(clippy::derive_partial_eq_without_eq)]
Expand Down

0 comments on commit f74b798

Please sign in to comment.