archiveUris property

  1. @TagNumber(6)
List<String> archiveUris

Optional. Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.

Implementation

@$pb.TagNumber(6)
$core.List<$core.String> get archiveUris => $_getList(3);