destination property

  1. @TagNumber.new(3)
String get destination

Required. The export destination:

"storage.googleapis.com/[GCS_BUCKET]"
"bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]"
"pubsub.googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]"

The sink's writer_identity, set when the sink is created, must have permission to write to the destination or else the log entries are not exported. For more information, see Exporting Logs with Sinks.

Implementation

@$pb.TagNumber(3)
$core.String get destination => $_getSZ(1);
  1. @TagNumber.new(3)
set destination (String value)

Implementation

@$pb.TagNumber(3)
set destination($core.String value) => $_setString(1, value);