archiveUris property

  1. @TagNumber(4)
List<String> get 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(4)
$core.List<$core.String> get archiveUris => $_getList(1);