directoriesToPull

@JvmName(name = "ltyvdnhmeykqbjvg")
suspend fun directoriesToPull(value: Output<List<String>>)
@JvmName(name = "lmkmliphmxdekerx")
suspend fun directoriesToPull(value: List<String>?)

Parameters

value

List of directories on the device to upload to GCS at the end of the test; they must be absolute paths under /sdcard, /storage or /data/local/tmp. Path names are restricted to characters a-z A-Z 0-9 _ - . + and / Note: The paths /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if /sdcard on a particular device does not map to external storage, the system will replace it with the external storage path prefix for that device.


@JvmName(name = "kidrqruqdwcppxkr")
suspend fun directoriesToPull(vararg values: Output<String>)


@JvmName(name = "jrolwlrugtaybtve")
suspend fun directoriesToPull(values: List<Output<String>>)
@JvmName(name = "wxuosoipcrlrrmns")
suspend fun directoriesToPull(vararg values: String)

Parameters

values

List of directories on the device to upload to GCS at the end of the test; they must be absolute paths under /sdcard, /storage or /data/local/tmp. Path names are restricted to characters a-z A-Z 0-9 _ - . + and / Note: The paths /sdcard and /data will be made available and treated as implicit path substitutions. E.g. if /sdcard on a particular device does not map to external storage, the system will replace it with the external storage path prefix for that device.