gcsDestinationConfig property
A configuration for how data should be loaded to Cloud Storage.
Implementation
@$pb.TagNumber(100)
GcsDestinationConfig get gcsDestinationConfig => $_getN(1);
Implementation
@$pb.TagNumber(100)
set gcsDestinationConfig(GcsDestinationConfig v) {
setField(100, v);
}