Class ServiceContextFilter (1.6.0)

ServiceContextFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
service str
Optional. The exact value to match against ```ServiceContext.service`` `__.
version str
Optional. The exact value to match against ```ServiceContext.version`` `__.
resource_type str
Optional. The exact value to match against ```ServiceContext.resource_type`` `__.

Inheritance

builtins.object > proto.message.Message > ServiceContextFilter