autoDecodingConfig property

  1. @TagNumber(7)
AutoDetectDecodingConfig autoDecodingConfig

Automatically detect decoding parameters. Preferred for supported formats.

Implementation

@$pb.TagNumber(7)
AutoDetectDecodingConfig get autoDecodingConfig => $_getN(2);
  1. @TagNumber(7)
void autoDecodingConfig=(AutoDetectDecodingConfig v)

Implementation

@$pb.TagNumber(7)
set autoDecodingConfig(AutoDetectDecodingConfig v) {
  setField(7, v);
}