diff --git a/apis/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1/Query.g.cs b/apis/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1/Query.g.cs index a34be1c31a96..356ae9b6c834 100644 --- a/apis/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1/Query.g.cs +++ b/apis/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1/Query.g.cs @@ -1295,7 +1295,10 @@ public sealed partial class CompositeFilter : pb::IMessage private readonly pbc::RepeatedField filters_ = new pbc::RepeatedField(); /// /// The list of filters to combine. - /// Must contain at least one filter. + /// + /// Requires: + /// + /// * At least one filter is present. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] @@ -1462,7 +1465,7 @@ public enum Operator { /// [pbr::OriginalName("OPERATOR_UNSPECIFIED")] Unspecified = 0, /// - /// The results are required to satisfy each of the combined filters. + /// Documents are required to satisfy all of the combined filters. /// [pbr::OriginalName("AND")] And = 1, }