Skip to content

Commit

Permalink
Update from build
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed Oct 2, 2024
1 parent a4a945c commit 208efcd
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 853 deletions.
Binary file modified src/api_private.bin
Binary file not shown.
Binary file modified src/api_public.bin
Binary file not shown.
4 changes: 0 additions & 4 deletions src/google.api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/// Defines the HTTP configuration for an API service. It contains a list of
/// [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
/// to one or more HTTP REST API methods.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Http {
/// A list of HTTP configuration rules that apply to individual API methods.
Expand Down Expand Up @@ -295,7 +294,6 @@ pub struct Http {
#[allow(dead_code)]
pub struct HttpRuleComment {}
/// HACK: see docs in [`HttpRuleComment`] ignored in doctest pass
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct HttpRule {
/// Selects a method to which this rule applies.
Expand Down Expand Up @@ -340,7 +338,6 @@ pub mod http_rule {
#[allow(dead_code)]
pub struct HttpRuleComment {}
/// HACK: see docs in [`HttpRuleComment`] ignored in doctest pass
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Oneof)]
pub enum Pattern {
/// Maps to HTTP GET. Used for listing and getting information about
Expand Down Expand Up @@ -368,7 +365,6 @@ pub mod http_rule {
}
}
/// A custom pattern is used for defining custom HTTP verb.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct CustomHttpPattern {
/// The name of this custom HTTP verb.
Expand Down
Loading

0 comments on commit 208efcd

Please sign in to comment.