enableStackdriverLogging property
Option to enable Stackdriver Logging.
Implementation
@$pb.TagNumber(4)
$core.bool get enableStackdriverLogging => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set enableStackdriverLogging($core.bool v) { $_setBool(3, v); }