You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.",
567
+
"format": "int64",
568
+
"readOnly": true,
569
+
"type": "string"
570
+
},
565
571
"totalObjectCount": {
566
572
"description": "Output only. Number of objects listed.",
567
573
"format": "int64",
@@ -702,6 +708,10 @@
702
708
"description": "Optional. A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.",
703
709
"type": "string"
704
710
},
711
+
"dryRun": {
712
+
"description": "Optional. If true, the job will run in dry run mode, returning the total object count and, if the object configuration is a prefix list, the bytes found from source. No transformations will be performed.",
* Optional. A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.
256
260
*/
257
261
description?: string|null;
262
+
/**
263
+
* Optional. If true, the job will run in dry run mode, returning the total object count and, if the object configuration is a prefix list, the bytes found from source. No transformations will be performed.
0 commit comments