Skip to content

Commit 32216b3

Browse files
feat: Automated regeneration of Testing client (#13267)
Auto-created at 2025-03-29 13:17:43 +0000 using the toys pull request generator.
1 parent 249bc98 commit 32216b3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

clients/testing/lib/google_api/testing/v1/api/test_environment_catalog.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ defmodule GoogleApi.Testing.V1.Api.TestEnvironmentCatalog do
4444
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
4545
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
4646
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
47+
* `:includeViewableModels` (*type:* `boolean()`) - Optional. Whether to include viewable only models in the response. This is only applicable for Android models.
4748
* `:projectId` (*type:* `String.t`) - For authorization, the cloud project requesting the TestEnvironmentCatalog.
4849
* `opts` (*type:* `keyword()`) - Call options
4950
@@ -75,6 +76,7 @@ defmodule GoogleApi.Testing.V1.Api.TestEnvironmentCatalog do
7576
:quotaUser => :query,
7677
:uploadType => :query,
7778
:upload_protocol => :query,
79+
:includeViewableModels => :query,
7880
:projectId => :query
7981
}
8082

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 "20250304"
23+
@discovery_revision "20250327"
2424

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.Testing.V1.Model.AndroidModel do
2121
2222
## Attributes
2323
24+
* `accessDeniedReasons` (*type:* `list(String.t)`, *default:* `nil`) - Reasons for access denial. This model is accessible if this list is empty, otherwise the model is viewable only.
2425
* `brand` (*type:* `String.t`, *default:* `nil`) - The company that this device is branded with. Example: "Google", "Samsung".
2526
* `codename` (*type:* `String.t`, *default:* `nil`) - The name of the industrial design. This corresponds to android.os.Build.DEVICE.
2627
* `form` (*type:* `String.t`, *default:* `nil`) - Whether this device is virtual or physical.
@@ -43,6 +44,7 @@ defmodule GoogleApi.Testing.V1.Model.AndroidModel do
4344
use GoogleApi.Gax.ModelBase
4445

4546
@type t :: %__MODULE__{
47+
:accessDeniedReasons => list(String.t()) | nil,
4648
:brand => String.t() | nil,
4749
:codename => String.t() | nil,
4850
:form => String.t() | nil,
@@ -62,6 +64,7 @@ defmodule GoogleApi.Testing.V1.Model.AndroidModel do
6264
:thumbnailUrl => String.t() | nil
6365
}
6466

67+
field(:accessDeniedReasons, type: :list)
6568
field(:brand)
6669
field(:codename)
6770
field(:form)

0 commit comments

Comments
 (0)