Skip to content

Commit 02048d6

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.Testing.v1 version 1.68.0.3652
1 parent 064a44a commit 02048d6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DiscoveryJson/testing.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
}
450450
}
451451
},
452-
"revision": "20241105",
452+
"revision": "20241231",
453453
"rootUrl": "https://testing.googleapis.com/",
454454
"schemas": {
455455
"Account": {
@@ -1573,7 +1573,7 @@
15731573
},
15741574
"roboScript": {
15751575
"$ref": "FileReference",
1576-
"description": "An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-lab/android/robo-scripts-reference for more information about Roboscripts."
1576+
"description": "An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-lab/android/robo-scripts-reference for more information about Roboscripts. The maximum allowed file size of the roboscript is 10MiB."
15771577
}
15781578
},
15791579
"type": "object"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Google LLC
1+
// Copyright 2025 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -2264,7 +2264,7 @@ public class IosRoboTest : Google.Apis.Requests.IDirectResponseSchema
22642264
/// <summary>
22652265
/// An optional Roboscript to customize the crawl. See
22662266
/// https://firebase.google.com/docs/test-lab/android/robo-scripts-reference for more information about
2267-
/// Roboscripts.
2267+
/// Roboscripts. The maximum allowed file size of the roboscript is 10MiB.
22682268
/// </summary>
22692269
[Newtonsoft.Json.JsonPropertyAttribute("roboScript")]
22702270
public virtual FileReference RoboScript { get; set; }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.Testing.v1 Client Library</Title>
6-
<Version>1.68.0.3596</Version>
6+
<Version>1.68.0.3652</Version>
77
<Authors>Google LLC</Authors>
8-
<Copyright>Copyright 2024 Google LLC</Copyright>
8+
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
1010
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)