Skip to content

Commit 681a045

Browse files
feat: Automated regeneration of Testing client (googleapis#12760)
Auto-created at 2025-01-03 13:16:18 +0000 using the toys pull request generator.
1 parent a71bf45 commit 681a045

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/testing/lib/google_api/testing/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Testing.V1 do
2020
API client metadata for GoogleApi.Testing.V1.
2121
"""
2222

23-
@discovery_revision "20241105"
23+
@discovery_revision "20241231"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/testing/lib/google_api/testing/v1/model/ios_robo_test.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.Testing.V1.Model.IosRoboTest do
2323
2424
* `appBundleId` (*type:* `String.t`, *default:* `nil`) - The bundle ID for the app-under-test. This is determined by examining the application's "Info.plist" file.
2525
* `appIpa` (*type:* `GoogleApi.Testing.V1.Model.FileReference.t`, *default:* `nil`) - Required. The ipa stored at this file should be used to run the test.
26-
* `roboScript` (*type:* `GoogleApi.Testing.V1.Model.FileReference.t`, *default:* `nil`) - An optional Roboscript to customize the crawl. See https://firebase.google.com/docs/test-lab/android/robo-scripts-reference for more information about Roboscripts.
26+
* `roboScript` (*type:* `GoogleApi.Testing.V1.Model.FileReference.t`, *default:* `nil`) - 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.
2727
"""
2828

2929
use GoogleApi.Gax.ModelBase

clients/testing/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Testing.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.33.0"
21+
@version "0.33.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)