Skip to content

Commit

Permalink
Restore proto adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed May 5, 2022
1 parent ad91ec9 commit 0decb03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions storage-bigtable/proto/google.bigtable.v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ pub struct RowFilter {
pub filter: ::core::option::Option<row_filter::Filter>,
}
/// Nested message and enum types in `RowFilter`.
#[allow(clippy::enum_variant_names)]
pub mod row_filter {
/// A RowFilter which sends rows through several RowFilters in sequence.
#[derive(Clone, PartialEq, ::prost::Message)]
Expand All @@ -260,7 +261,7 @@ pub mod row_filter {
/// If multiple cells are produced with the same column and timestamp,
/// they will all appear in the output row in an unspecified mutual order.
/// Consider the following example, with three filters:
///
///```ignore
/// input row
/// |
/// -----------------------------------------------------
Expand Down Expand Up @@ -326,7 +327,7 @@ pub mod row_filter {
/// Hook for introspection into the RowFilter. Outputs all cells directly to
/// the output of the read rather than to any parent filter. Consider the
/// following example:
///
///```ignore
/// Chain(
/// FamilyRegex("A"),
/// Interleave(
Expand Down

0 comments on commit 0decb03

Please sign in to comment.