producerDestinations property

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

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

Implementation

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