Skip to content

Commit

Permalink
[WORKFLOW] Updating protos from viamrobotics/api, commit: 223673cee35…
Browse files Browse the repository at this point in the history
…c340ea2fb40b742680c5104abdafc
  • Loading branch information
viambot authored Dec 21, 2023
1 parent c8ea8e0 commit a146eb4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/gen/google.api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,19 @@ pub struct MethodSettings {
/// seconds: 54000 # 90 minutes
#[prost(message, optional, tag="2")]
pub long_running: ::core::option::Option<method_settings::LongRunning>,
/// List of top-level fields of the request message, that should be
/// automatically populated by the client libraries based on their
/// (google.api.field_info).format. Currently supported format: UUID4.
///
/// Example of a YAML configuration:
///
/// publishing:
/// method_settings:
/// - selector: google.example.v1.ExampleService.CreateExample
/// auto_populated_fields:
/// - request_id
#[prost(string, repeated, tag="3")]
pub auto_populated_fields: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
/// Nested message and enum types in `MethodSettings`.
pub mod method_settings {
Expand Down

0 comments on commit a146eb4

Please sign in to comment.