Matcher

Matcher for the Documents. Currently supports matching by exact URIs.

JSON representation
{

  // Union field matcher can be only one of the following:
  "urisMatcher": {
    object (UrisMatcher)
  }
  // End of list of possible types for union field matcher.
}
Fields
Union field matcher. Matcher for the Documents. matcher can be only one of the following:
urisMatcher

object (UrisMatcher)

Matcher by exact URIs.

UrisMatcher

Matcher for the Documents by exact uris.

JSON representation
{
  "uris": [
    string
  ]
}
Fields
uris[]

string

The exact URIs to match by.