Skip to content

Commit

Permalink
docs: clarifications for filters
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 441242400

Source-Link: googleapis/googleapis@9ef0015

Source-Link: googleapis/googleapis-gen@a0735cb
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRmlyZXN0b3JlLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJhMDczNWNiNWQ2MTNjOTEwMjMyNDc5YjQ4NzkyOWNjNDVkN2Q0ODU1In0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Apr 13, 2022
1 parent d2b3623 commit d35ef87
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -1295,7 +1295,10 @@ public sealed partial class CompositeFilter : pb::IMessage<CompositeFilter>
private readonly pbc::RepeatedField<global::Google.Cloud.Firestore.V1.StructuredQuery.Types.Filter> filters_ = new pbc::RepeatedField<global::Google.Cloud.Firestore.V1.StructuredQuery.Types.Filter>();
/// <summary>
/// The list of filters to combine.
/// Must contain at least one filter.
///
/// Requires:
///
/// * At least one filter is present.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -1462,7 +1465,7 @@ public enum Operator {
/// </summary>
[pbr::OriginalName("OPERATOR_UNSPECIFIED")] Unspecified = 0,
/// <summary>
/// The results are required to satisfy each of the combined filters.
/// Documents are required to satisfy all of the combined filters.
/// </summary>
[pbr::OriginalName("AND")] And = 1,
}
Expand Down

0 comments on commit d35ef87

Please sign in to comment.