ForwarderMetadata

ForwarderMetadata can be applied at the Forwarder or Collector level.

JSON representation
{"assetNamespace":string,"labels":{string:string,...}}
Fields
assetNamespace

string

Namespace is specified at the Forwarder and/or Collector level. If a namespace is provided for both, the Collector's namespace takes precedence.

labels

map (key: string, value: string)

Arbitrary labels specified at the Forwarder and/or Collector level. If both are provided, the labels are merged and the Collector's keys take precedence over if the keys overlap.

An object containing a list of"key": value pairs. Example:{ "name": "wrench", "mass": "1.3kg", "count": "3" }.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-04 UTC.