producerDestinations property

  1. @TagNumber.new(1)
PbList<Monitoring_MonitoringDestination> get producerDestinations

Monitoring configurations for sending metrics to the producer project. There can be multiple producer destinations, each one must have a different monitored resource type. A metric can be used in at most one producer destination.

Implementation

@$pb.TagNumber(1)
$pb.PbList<Monitoring_MonitoringDestination> get producerDestinations =>
    $_getList(0);