disableDefaultSink property
Optional. If set to true, the _Default sink in newly created projects and folders will created in a disabled state. This can be used to automatically disable log ingestion if there is already an aggregated sink configured in the hierarchy. The _Default sink can be re-enabled manually if needed.
Implementation
@$pb.TagNumber(5)
$core.bool get disableDefaultSink => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set disableDefaultSink($core.bool value) => $_setBool(4, value);