StoredContentsExampleFilter

The metadata filters that will be used to remove or fetch StoredContentsExamples. If a field is unspecified, then no filtering for that field will be applied.

Fields
searchKeys[] string

Optional. The search keys for filtering. Only examples with one of the specified search keys (StoredContentsExample.search_key) are eligible to be returned.

functionNames object (ExamplesArrayFilter)

Optional. The function names for filtering.

JSON representation
{
  "searchKeys": [
    string
  ],
  "functionNames": {
    object (ExamplesArrayFilter)
  }
}