You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Gets the catalog of supported test environments. May return any of the following canonical error codes: - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the environment type does not exist - INTERNAL - if an internal error occurred</p>
<pre>Gets the catalog of supported test environments. May return any of the following canonical error codes: - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the environment type does not exist - INTERNAL - if an internal error occurred
92
92
93
93
Args:
@@ -99,6 +99,7 @@ <h3>Method Details</h3>
99
99
NETWORK_CONFIGURATION - A network configuration to use when running a test.
100
100
PROVIDED_SOFTWARE - The software environment provided by TestExecutionService.
101
101
DEVICE_IP_BLOCKS - The IP blocks used by devices in the test environment.
102
+
includeViewableModels: boolean, Optional. Whether to include viewable only models in the response. This is only applicable for Android models.
102
103
projectId: string, For authorization, the cloud project requesting the TestEnvironmentCatalog.
103
104
x__xgafv: string, V1 error format.
104
105
Allowed values
@@ -112,6 +113,9 @@ <h3>Method Details</h3>
112
113
"androidDeviceCatalog": { # The currently supported Android devices. # Supported Android devices.
113
114
"models": [ # The set of supported Android device models.
114
115
{ # A description of an Android device tests may be run on.
116
+
"accessDeniedReasons": [ # Reasons for access denial. This model is accessible if this list is empty, otherwise the model is viewable only.
117
+
"A String",
118
+
],
115
119
"brand": "A String", # The company that this device is branded with. Example: "Google", "Samsung".
116
120
"codename": "A String", # The name of the industrial design. This corresponds to android.os.Build.DEVICE.
117
121
"form": "A String", # Whether this device is virtual or physical.
0 commit comments