Skip to content

Commit 2fe5321

Browse files
feat(storagebatchoperations): update the api
#### storagebatchoperations:v1 The following keys were added: - schemas.Counters.properties.totalBytesFound (Total Keys: 3) - schemas.Job.properties.dryRun.type (Total Keys: 1)
1 parent 88536e5 commit 2fe5321

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/dyn/storagebatchoperations_v1.projects.locations.jobs.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,15 @@ <h3>Method Details</h3>
155155
&quot;counters&quot;: { # Describes details about the progress of the job. # Output only. Information about the progress of the job.
156156
&quot;failedObjectCount&quot;: &quot;A String&quot;, # Output only. Number of objects failed.
157157
&quot;succeededObjectCount&quot;: &quot;A String&quot;, # Output only. Number of objects completed.
158+
&quot;totalBytesFound&quot;: &quot;A String&quot;, # Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.
158159
&quot;totalObjectCount&quot;: &quot;A String&quot;, # Output only. Number of objects listed.
159160
},
160161
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time that the job was created.
161162
&quot;deleteObject&quot;: { # Describes options to delete an object. # Delete objects.
162163
&quot;permanentObjectDeletionEnabled&quot;: True or False, # Required. Controls deletion behavior when versioning is enabled for the object&#x27;s bucket. If true both live and noncurrent objects will be permanently deleted. Otherwise live objects in versioned buckets will become noncurrent and objects that were already noncurrent will be skipped. This setting doesn&#x27;t have any impact on the Soft Delete feature. All objects deleted by this service can be be restored for the duration of the Soft Delete retention duration if enabled. If enabled and the manifest doesn&#x27;t specify an object&#x27;s generation, a GetObjectMetadata call (a Class B operation) will be made to determine the live object generation.
163164
},
164165
&quot;description&quot;: &quot;A String&quot;, # Optional. A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.
166+
&quot;dryRun&quot;: True or False, # 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.
165167
&quot;errorSummaries&quot;: [ # Output only. Summarizes errors encountered with sample error log entries.
166168
{ # A summary of errors by error code, plus a count and sample error log entries.
167169
&quot;errorCode&quot;: &quot;A String&quot;, # Required. The canonical error code.
@@ -295,13 +297,15 @@ <h3>Method Details</h3>
295297
&quot;counters&quot;: { # Describes details about the progress of the job. # Output only. Information about the progress of the job.
296298
&quot;failedObjectCount&quot;: &quot;A String&quot;, # Output only. Number of objects failed.
297299
&quot;succeededObjectCount&quot;: &quot;A String&quot;, # Output only. Number of objects completed.
300+
&quot;totalBytesFound&quot;: &quot;A String&quot;, # Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.
298301
&quot;totalObjectCount&quot;: &quot;A String&quot;, # Output only. Number of objects listed.
299302
},
300303
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time that the job was created.
301304
&quot;deleteObject&quot;: { # Describes options to delete an object. # Delete objects.
302305
&quot;permanentObjectDeletionEnabled&quot;: True or False, # Required. Controls deletion behavior when versioning is enabled for the object&#x27;s bucket. If true both live and noncurrent objects will be permanently deleted. Otherwise live objects in versioned buckets will become noncurrent and objects that were already noncurrent will be skipped. This setting doesn&#x27;t have any impact on the Soft Delete feature. All objects deleted by this service can be be restored for the duration of the Soft Delete retention duration if enabled. If enabled and the manifest doesn&#x27;t specify an object&#x27;s generation, a GetObjectMetadata call (a Class B operation) will be made to determine the live object generation.
303306
},
304307
&quot;description&quot;: &quot;A String&quot;, # Optional. A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.
308+
&quot;dryRun&quot;: True or False, # 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.
305309
&quot;errorSummaries&quot;: [ # Output only. Summarizes errors encountered with sample error log entries.
306310
{ # A summary of errors by error code, plus a count and sample error log entries.
307311
&quot;errorCode&quot;: &quot;A String&quot;, # Required. The canonical error code.
@@ -392,13 +396,15 @@ <h3>Method Details</h3>
392396
&quot;counters&quot;: { # Describes details about the progress of the job. # Output only. Information about the progress of the job.
393397
&quot;failedObjectCount&quot;: &quot;A String&quot;, # Output only. Number of objects failed.
394398
&quot;succeededObjectCount&quot;: &quot;A String&quot;, # Output only. Number of objects completed.
399+
&quot;totalBytesFound&quot;: &quot;A String&quot;, # Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.
395400
&quot;totalObjectCount&quot;: &quot;A String&quot;, # Output only. Number of objects listed.
396401
},
397402
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time that the job was created.
398403
&quot;deleteObject&quot;: { # Describes options to delete an object. # Delete objects.
399404
&quot;permanentObjectDeletionEnabled&quot;: True or False, # Required. Controls deletion behavior when versioning is enabled for the object&#x27;s bucket. If true both live and noncurrent objects will be permanently deleted. Otherwise live objects in versioned buckets will become noncurrent and objects that were already noncurrent will be skipped. This setting doesn&#x27;t have any impact on the Soft Delete feature. All objects deleted by this service can be be restored for the duration of the Soft Delete retention duration if enabled. If enabled and the manifest doesn&#x27;t specify an object&#x27;s generation, a GetObjectMetadata call (a Class B operation) will be made to determine the live object generation.
400405
},
401406
&quot;description&quot;: &quot;A String&quot;, # Optional. A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.
407+
&quot;dryRun&quot;: True or False, # 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.
402408
&quot;errorSummaries&quot;: [ # Output only. Summarizes errors encountered with sample error log entries.
403409
{ # A summary of errors by error code, plus a count and sample error log entries.
404410
&quot;errorCode&quot;: &quot;A String&quot;, # Required. The canonical error code.

googleapiclient/discovery_cache/documents/storagebatchoperations.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
}
488488
}
489489
},
490-
"revision": "20251022",
490+
"revision": "20251029",
491491
"rootUrl": "https://storagebatchoperations.googleapis.com/",
492492
"schemas": {
493493
"Bucket": {
@@ -562,6 +562,12 @@
562562
"readOnly": true,
563563
"type": "string"
564564
},
565+
"totalBytesFound": {
566+
"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+
},
565571
"totalObjectCount": {
566572
"description": "Output only. Number of objects listed.",
567573
"format": "int64",
@@ -702,6 +708,10 @@
702708
"description": "Optional. A description provided by the user for the job. Its max length is 1024 bytes when Unicode-encoded.",
703709
"type": "string"
704710
},
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.",
713+
"type": "boolean"
714+
},
705715
"errorSummaries": {
706716
"description": "Output only. Summarizes errors encountered with sample error log entries.",
707717
"items": {

0 commit comments

Comments
 (0)