ServiceContextFilter

Specifies criteria for filtering a subset of service contexts. The fields in the filter correspond to the fields in ServiceContext. Only exact, case-sensitive matches are supported. If a field is unset or empty, it matches arbitrary values.

JSON representation
{
  "service": string,
  "version": string,
  "resourceType": string
}
Fields
service

string

Optional. The exact value to match against ServiceContext.service.

version

string

Optional. The exact value to match against ServiceContext.version.

resourceType

string

Optional. The exact value to match against ServiceContext.resource_type.