public sealed class EntityFilter : IMessage<EntityFilter>, IEquatable<EntityFilter>, IDeepCloneable<EntityFilter>, IBufferMessage, IMessage
Identifies a subset of entities in a project. This is specified as
combinations of kinds and namespaces (either or both of which may be all, as
described in the following examples).
Example usage:
Entire project:
kinds=[], namespace_ids=[]
Kinds Foo and Bar in all namespaces:
kinds=['Foo', 'Bar'], namespace_ids=[]
Kinds Foo and Bar only in the default namespace:
kinds=['Foo', 'Bar'], namespace_ids=['']
Kinds Foo and Bar in both the default and Baz namespaces:
kinds=['Foo', 'Bar'], namespace_ids=['', 'Baz']
The entire Baz namespace:
kinds=[], namespace_ids=['Baz']
public RepeatedField<string> NamespaceIds { get; }
An empty list represents all namespaces. This is the preferred
usage for projects that don't use namespaces.
An empty string element represents the default namespace. This should be
used if the project has data in non-default namespaces, but doesn't want to
include them.
Each namespace in this list must be unique.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eEntityFilter\u003c/code\u003e class is 2.4.0, with a total of nine versions available, ranging down to version 1.1.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEntityFilter\u003c/code\u003e is designed to identify specific subsets of entities within a project using combinations of kinds and namespaces.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eEntityFilter\u003c/code\u003e can represent entire projects, or specify particular kinds or namespaces, and also supports default and non-default namespaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntityFilter\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and also inherits members from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEntityFilter\u003c/code\u003e includes the \u003ccode\u003eKinds\u003c/code\u003e and \u003ccode\u003eNamespaceIds\u003c/code\u003e properties, both of which are \u003ccode\u003eRepeatedField<string>\u003c/code\u003e types and allow for specifying multiple kinds or namespace IDs.\u003c/p\u003e\n"]]],[],null,[]]