1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309
|
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="testing_v1.html">Cloud Testing API</a> . <a href="testing_v1.testEnvironmentCatalog.html">testEnvironmentCatalog</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#get">get(environmentType, includeViewableModels=None, projectId=None, x__xgafv=None)</a></code></p>
<p class="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>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="get">get(environmentType, includeViewableModels=None, projectId=None, x__xgafv=None)</code>
<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
Args:
environmentType: string, Required. The type of environment that should be listed. (required)
Allowed values
ENVIRONMENT_TYPE_UNSPECIFIED - Do not use. For proto versioning only.
ANDROID - A device running a version of the Android OS.
IOS - A device running a version of iOS.
NETWORK_CONFIGURATION - A network configuration to use when running a test.
PROVIDED_SOFTWARE - The software environment provided by TestExecutionService.
DEVICE_IP_BLOCKS - The IP blocks used by devices in the test environment.
includeViewableModels: boolean, Optional. Whether to include viewable only models in the response. This is only applicable for Android models.
projectId: string, For authorization, the cloud project requesting the TestEnvironmentCatalog.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # A description of a test environment.
"androidDeviceCatalog": { # The currently supported Android devices. # Supported Android devices.
"models": [ # The set of supported Android device models.
{ # A description of an Android device tests may be run on.
"accessDeniedReasons": [ # Reasons for access denial. This model is accessible if this list is empty, otherwise the model is viewable only.
"A String",
],
"brand": "A String", # The company that this device is branded with. Example: "Google", "Samsung".
"codename": "A String", # The name of the industrial design. This corresponds to android.os.Build.DEVICE.
"form": "A String", # Whether this device is virtual or physical.
"formFactor": "A String", # Whether this device is a phone, tablet, wearable, etc.
"id": "A String", # The unique opaque id for this model. Use this for invoking the TestExecutionService.
"labInfo": { # Lab specific information for a device. # Output only. Lab info of this device.
"name": "A String", # Lab name where the device is hosted. If empty, the device is hosted in a Google owned lab.
"regionCode": "A String", # The Unicode country/region code (CLDR) of the lab where the device is hosted. E.g. "US" for United States, "CH" for Switzerland.
},
"lowFpsVideoRecording": True or False, # True if and only if tests with this model are recorded by stitching together screenshots. See use_low_spec_video_recording in device config.
"manufacturer": "A String", # The manufacturer of this device.
"name": "A String", # The human-readable marketing name for this device model. Examples: "Nexus 5", "Galaxy S5".
"perVersionInfo": [ # Version-specific information of an Android model.
{ # A version-specific information of an Android model.
"deviceCapacity": "A String", # The number of online devices for an Android version.
"directAccessVersionInfo": { # Denotes whether Direct Access is supported, and by which client versions. DirectAccessService is currently available as a preview to select developers. You can register today on behalf of you and your team at https://developer.android.com/studio/preview/android-device-streaming # Output only. Identifies supported clients for DirectAccess for this Android version.
"directAccessSupported": True or False, # Whether direct access is supported at all. Clients are expected to filter down the device list to only android models and versions which support Direct Access when that is the user intent.
"minimumAndroidStudioVersion": "A String", # Output only. Indicates client-device compatibility, where a device is known to work only with certain workarounds implemented in the Android Studio client. Expected format "major.minor.micro.patch", e.g. "5921.22.2211.8881706".
},
"interactiveDeviceAvailabilityEstimate": "A String", # Output only. The estimated wait time for a single interactive device session using Direct Access.
"versionId": "A String", # An Android version.
},
],
"screenDensity": 42, # Screen density in DPI. This corresponds to ro.sf.lcd_density
"screenX": 42, # Screen size in the horizontal (X) dimension measured in pixels.
"screenY": 42, # Screen size in the vertical (Y) dimension measured in pixels.
"supportedAbis": [ # The list of supported ABIs for this device. This corresponds to either android.os.Build.SUPPORTED_ABIS (for API level 21 and above) or android.os.Build.CPU_ABI/CPU_ABI2. The most preferred ABI is the first element in the list. Elements are optionally prefixed by "version_id:" (where version_id is the id of an AndroidVersion), denoting an ABI that is supported only on a particular version.
"A String",
],
"supportedVersionIds": [ # The set of Android versions this device supports.
"A String",
],
"tags": [ # Tags for this dimension. Examples: "default", "preview", "deprecated".
"A String",
],
"thumbnailUrl": "A String", # URL of a thumbnail image (photo) of the device.
},
],
"runtimeConfiguration": { # Android configuration that can be selected at the time a test is run. # The set of supported runtime configurations.
"locales": [ # The set of available locales.
{ # A location/region designation for language.
"id": "A String", # The id for this locale. Example: "en_US".
"name": "A String", # A human-friendly name for this language/locale. Example: "English".
"region": "A String", # A human-friendly string representing the region for this locale. Example: "United States". Not present for every locale.
"tags": [ # Tags for this dimension. Example: "default".
"A String",
],
},
],
"orientations": [ # The set of available orientations.
{ # Screen orientation of the device.
"id": "A String", # The id for this orientation. Example: "portrait".
"name": "A String", # A human-friendly name for this orientation. Example: "portrait".
"tags": [ # Tags for this dimension. Example: "default".
"A String",
],
},
],
},
"versions": [ # The set of supported Android OS versions.
{ # A version of the Android OS.
"apiLevel": 42, # The API level for this Android version. Examples: 18, 19.
"codeName": "A String", # The code name for this Android version. Examples: "JellyBean", "KitKat".
"distribution": { # Data about the relative number of devices running a given configuration of the Android platform. # Market share for this version.
"marketShare": 3.14, # Output only. The estimated fraction (0-1) of the total market with this configuration.
"measurementTime": "A String", # Output only. The time this distribution was measured.
},
"id": "A String", # An opaque id for this Android version. Use this id to invoke the TestExecutionService.
"releaseDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date this Android version became available in the market.
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
},
"tags": [ # Tags for this dimension. Examples: "default", "preview", "deprecated".
"A String",
],
"versionString": "A String", # A string representing this version of the Android OS. Examples: "4.3", "4.4".
},
],
},
"deviceIpBlockCatalog": { # List of IP blocks used by the Firebase Test Lab # The IP blocks used by devices in the test environment.
"ipBlocks": [ # The device IP blocks used by Firebase Test Lab
{ # A single device IP block
"addedDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date this block was added to Firebase Test Lab
"day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
},
"block": "A String", # An IP address block in CIDR notation eg: 34.68.194.64/29
"form": "A String", # Whether this block is used by physical or virtual devices
},
],
},
"iosDeviceCatalog": { # The currently supported iOS devices. # Supported iOS devices.
"models": [ # The set of supported iOS device models.
{ # A description of an iOS device tests may be run on.
"deviceCapabilities": [ # Device capabilities. Copied from https://developer.apple.com/library/archive/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/DeviceCompatibilityMatrix/DeviceCompatibilityMatrix.html
"A String",
],
"formFactor": "A String", # Whether this device is a phone, tablet, wearable, etc.
"id": "A String", # The unique opaque id for this model. Use this for invoking the TestExecutionService.
"name": "A String", # The human-readable name for this device model. Examples: "iPhone 4s", "iPad Mini 2".
"perVersionInfo": [ # Version-specific information of an iOS model.
{ # A version-specific information of an iOS model.
"deviceCapacity": "A String", # The number of online devices for an iOS version.
"versionId": "A String", # An iOS version.
},
],
"screenDensity": 42, # Screen density in DPI.
"screenX": 42, # Screen size in the horizontal (X) dimension measured in pixels.
"screenY": 42, # Screen size in the vertical (Y) dimension measured in pixels.
"supportedVersionIds": [ # The set of iOS major software versions this device supports.
"A String",
],
"tags": [ # Tags for this dimension. Examples: "default", "preview", "deprecated".
"A String",
],
},
],
"runtimeConfiguration": { # iOS configuration that can be selected at the time a test is run. # The set of supported runtime configurations.
"locales": [ # The set of available locales.
{ # A location/region designation for language.
"id": "A String", # The id for this locale. Example: "en_US".
"name": "A String", # A human-friendly name for this language/locale. Example: "English".
"region": "A String", # A human-friendly string representing the region for this locale. Example: "United States". Not present for every locale.
"tags": [ # Tags for this dimension. Example: "default".
"A String",
],
},
],
"orientations": [ # The set of available orientations.
{ # Screen orientation of the device.
"id": "A String", # The id for this orientation. Example: "portrait".
"name": "A String", # A human-friendly name for this orientation. Example: "portrait".
"tags": [ # Tags for this dimension. Example: "default".
"A String",
],
},
],
},
"versions": [ # The set of supported iOS software versions.
{ # An iOS version.
"id": "A String", # An opaque id for this iOS version. Use this id to invoke the TestExecutionService.
"majorVersion": 42, # An integer representing the major iOS version. Examples: "8", "9".
"minorVersion": 42, # An integer representing the minor iOS version. Examples: "1", "2".
"supportedXcodeVersionIds": [ # The available Xcode versions for this version.
"A String",
],
"tags": [ # Tags for this dimension. Examples: "default", "preview", "deprecated".
"A String",
],
},
],
"xcodeVersions": [ # The set of supported Xcode versions.
{ # An Xcode version that an iOS version is compatible with.
"tags": [ # Tags for this Xcode version. Example: "default".
"A String",
],
"version": "A String", # The id for this version. Example: "9.2".
},
],
},
"networkConfigurationCatalog": { # Supported network configurations.
"configurations": [
{
"downRule": { # Network emulation parameters. # The emulation rule applying to the download traffic.
"bandwidth": 3.14, # Bandwidth in kbits/second.
"burst": 3.14, # Burst size in kbits.
"delay": "A String", # Packet delay, must be >= 0.
"packetDuplicationRatio": 3.14, # Packet duplication ratio (0.0 - 1.0).
"packetLossRatio": 3.14, # Packet loss ratio (0.0 - 1.0).
},
"id": "A String", # The unique opaque id for this network traffic configuration.
"upRule": { # Network emulation parameters. # The emulation rule applying to the upload traffic.
"bandwidth": 3.14, # Bandwidth in kbits/second.
"burst": 3.14, # Burst size in kbits.
"delay": "A String", # Packet delay, must be >= 0.
"packetDuplicationRatio": 3.14, # Packet duplication ratio (0.0 - 1.0).
"packetLossRatio": 3.14, # Packet loss ratio (0.0 - 1.0).
},
},
],
},
"softwareCatalog": { # The currently provided software environment on the devices under test. # The software test environment provided by TestExecutionService.
"androidxOrchestratorVersion": "A String", # A string representing the current version of AndroidX Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#androidx.test:orchestrator.
"orchestratorVersion": "A String", # Deprecated: Use AndroidX Test Orchestrator going forward. A string representing the current version of Android Test Orchestrator that is used in the environment. The package is available at https://maven.google.com/web/index.html#com.android.support.test:orchestrator.
},
}</pre>
</div>
</body></html>
|