Skip to content

Commit eff505b

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.StorageBatchOperations.v1 version 1.72.0.3954
1 parent 664db61 commit eff505b

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

DiscoveryJson/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": {

Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.cs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,13 @@ public class Counters : Google.Apis.Requests.IDirectResponseSchema
11931193
[Newtonsoft.Json.JsonPropertyAttribute("succeededObjectCount")]
11941194
public virtual System.Nullable<long> SucceededObjectCount { get; set; }
11951195

1196+
/// <summary>
1197+
/// Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list
1198+
/// object configuration.
1199+
/// </summary>
1200+
[Newtonsoft.Json.JsonPropertyAttribute("totalBytesFound")]
1201+
public virtual System.Nullable<long> TotalBytesFound { get; set; }
1202+
11961203
/// <summary>Output only. Number of objects listed.</summary>
11971204
[Newtonsoft.Json.JsonPropertyAttribute("totalObjectCount")]
11981205
public virtual System.Nullable<long> TotalObjectCount { get; set; }
@@ -1361,6 +1368,13 @@ public virtual System.DateTimeOffset? CreateTimeDateTimeOffset
13611368
[Newtonsoft.Json.JsonPropertyAttribute("description")]
13621369
public virtual string Description { get; set; }
13631370

1371+
/// <summary>
1372+
/// Optional. If true, the job will run in dry run mode, returning the total object count and, if the object
1373+
/// configuration is a prefix list, the bytes found from source. No transformations will be performed.
1374+
/// </summary>
1375+
[Newtonsoft.Json.JsonPropertyAttribute("dryRun")]
1376+
public virtual System.Nullable<bool> DryRun { get; set; }
1377+
13641378
/// <summary>Output only. Summarizes errors encountered with sample error log entries.</summary>
13651379
[Newtonsoft.Json.JsonPropertyAttribute("errorSummaries")]
13661380
public virtual System.Collections.Generic.IList<ErrorSummary> ErrorSummaries { get; set; }

Src/Generated/Google.Apis.StorageBatchOperations.v1/Google.Apis.StorageBatchOperations.v1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.StorageBatchOperations.v1 Client Library</Title>
6-
<Version>1.72.0.3947</Version>
6+
<Version>1.72.0.3954</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)