archiveType property

  1. @TagNumber.new(2)
ArchiveType get archiveType

For archive artifacts, the concrete archive format (ZIP, TAR_GZ, ...). For single-file or directory artifacts this is ARCHIVE_TYPE_UNSPECIFIED.

Implementation

@$pb.TagNumber(2)
ArchiveType get archiveType => $_getN(1);
  1. @TagNumber.new(2)
set archiveType (ArchiveType value)

Implementation

@$pb.TagNumber(2)
set archiveType(ArchiveType value) => $_setField(2, value);