gcsDestinationConfig property

  1. @TagNumber(100)
GcsDestinationConfig gcsDestinationConfig

A configuration for how data should be loaded to Cloud Storage.

Implementation

@$pb.TagNumber(100)
GcsDestinationConfig get gcsDestinationConfig => $_getN(1);
  1. @TagNumber(100)
void gcsDestinationConfig=(GcsDestinationConfig v)

Implementation

@$pb.TagNumber(100)
set gcsDestinationConfig(GcsDestinationConfig v) { setField(100, v); }