Skip to content

Commit

Permalink
feat: Generate Google.Apis.Testing.v1 version 1.68.0.3652
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Jan 6, 2025
1 parent c751646 commit 800e24a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/testing.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
}
}
},
"revision": "20241105",
"revision": "20241231",
"rootUrl": "https://testing.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -1573,7 +1573,7 @@
},
"roboScript": {
"$ref": "FileReference",
"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."
"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."
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -2264,7 +2264,7 @@ public class IosRoboTest : Google.Apis.Requests.IDirectResponseSchema
/// <summary>
/// An optional Roboscript to customize the crawl. See
/// https://firebase.google.com/docs/test-lab/android/robo-scripts-reference for more information about
/// Roboscripts.
/// Roboscripts. The maximum allowed file size of the roboscript is 10MiB.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("roboScript")]
public virtual FileReference RoboScript { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.Testing.v1 Client Library</Title>
<Version>1.68.0.3596</Version>
<Version>1.68.0.3652</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 800e24a

Please sign in to comment.