consumerDestinations property

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

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

Implementation

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