Skip to content

Commit 35d4629

Browse files
feat(testing): update the api
#### testing:v1 The following keys were deleted: - schemas.DeviceSession.properties.androidDeviceList (Total Keys: 2)
1 parent c487e30 commit 35d4629

File tree

2 files changed

+8
-73
lines changed

2 files changed

+8
-73
lines changed

docs/dyn/testing_v1.projects.deviceSessions.html

Lines changed: 6 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,6 @@ <h3>Method Details</h3>
142142
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
143143
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
144144
},
145-
&quot;androidDeviceList&quot;: { # A list of Android device configurations in which the test is to be executed. # Optional. The list of requested devices. At most two devices may be simultaneously requested.
146-
&quot;androidDevices&quot;: [ # Required. A list of Android devices.
147-
{ # A single Android device.
148-
&quot;androidModelId&quot;: &quot;A String&quot;, # Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
149-
&quot;androidVersionId&quot;: &quot;A String&quot;, # Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
150-
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
151-
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
152-
},
153-
],
154-
},
155145
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time that the Session was created.
156146
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The title of the DeviceSession to be presented in the UI.
157147
&quot;expireTime&quot;: &quot;A String&quot;, # Optional. If the device is still in use at this time, any connections will be ended and the SessionState will transition from ACTIVE to FINISHED.
@@ -165,7 +155,7 @@ <h3>Method Details</h3>
165155
&quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A human-readable message to explain the state.
166156
},
167157
],
168-
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the ExtendDeviceSession RPC. Default: 30 minutes.
158+
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the UpdateDeviceSession RPC. Default: 30 minutes.
169159
}
170160

171161
x__xgafv: string, V1 error format.
@@ -184,16 +174,6 @@ <h3>Method Details</h3>
184174
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
185175
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
186176
},
187-
&quot;androidDeviceList&quot;: { # A list of Android device configurations in which the test is to be executed. # Optional. The list of requested devices. At most two devices may be simultaneously requested.
188-
&quot;androidDevices&quot;: [ # Required. A list of Android devices.
189-
{ # A single Android device.
190-
&quot;androidModelId&quot;: &quot;A String&quot;, # Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
191-
&quot;androidVersionId&quot;: &quot;A String&quot;, # Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
192-
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
193-
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
194-
},
195-
],
196-
},
197177
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time that the Session was created.
198178
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The title of the DeviceSession to be presented in the UI.
199179
&quot;expireTime&quot;: &quot;A String&quot;, # Optional. If the device is still in use at this time, any connections will be ended and the SessionState will transition from ACTIVE to FINISHED.
@@ -207,7 +187,7 @@ <h3>Method Details</h3>
207187
&quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A human-readable message to explain the state.
208188
},
209189
],
210-
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the ExtendDeviceSession RPC. Default: 30 minutes.
190+
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the UpdateDeviceSession RPC. Default: 30 minutes.
211191
}</pre>
212192
</div>
213193

@@ -233,16 +213,6 @@ <h3>Method Details</h3>
233213
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
234214
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
235215
},
236-
&quot;androidDeviceList&quot;: { # A list of Android device configurations in which the test is to be executed. # Optional. The list of requested devices. At most two devices may be simultaneously requested.
237-
&quot;androidDevices&quot;: [ # Required. A list of Android devices.
238-
{ # A single Android device.
239-
&quot;androidModelId&quot;: &quot;A String&quot;, # Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
240-
&quot;androidVersionId&quot;: &quot;A String&quot;, # Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
241-
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
242-
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
243-
},
244-
],
245-
},
246216
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time that the Session was created.
247217
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The title of the DeviceSession to be presented in the UI.
248218
&quot;expireTime&quot;: &quot;A String&quot;, # Optional. If the device is still in use at this time, any connections will be ended and the SessionState will transition from ACTIVE to FINISHED.
@@ -256,7 +226,7 @@ <h3>Method Details</h3>
256226
&quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A human-readable message to explain the state.
257227
},
258228
],
259-
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the ExtendDeviceSession RPC. Default: 30 minutes.
229+
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the UpdateDeviceSession RPC. Default: 30 minutes.
260230
}</pre>
261231
</div>
262232

@@ -287,16 +257,6 @@ <h3>Method Details</h3>
287257
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
288258
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
289259
},
290-
&quot;androidDeviceList&quot;: { # A list of Android device configurations in which the test is to be executed. # Optional. The list of requested devices. At most two devices may be simultaneously requested.
291-
&quot;androidDevices&quot;: [ # Required. A list of Android devices.
292-
{ # A single Android device.
293-
&quot;androidModelId&quot;: &quot;A String&quot;, # Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
294-
&quot;androidVersionId&quot;: &quot;A String&quot;, # Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
295-
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
296-
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
297-
},
298-
],
299-
},
300260
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time that the Session was created.
301261
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The title of the DeviceSession to be presented in the UI.
302262
&quot;expireTime&quot;: &quot;A String&quot;, # Optional. If the device is still in use at this time, any connections will be ended and the SessionState will transition from ACTIVE to FINISHED.
@@ -310,7 +270,7 @@ <h3>Method Details</h3>
310270
&quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A human-readable message to explain the state.
311271
},
312272
],
313-
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the ExtendDeviceSession RPC. Default: 30 minutes.
273+
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the UpdateDeviceSession RPC. Default: 30 minutes.
314274
},
315275
],
316276
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
@@ -348,16 +308,6 @@ <h3>Method Details</h3>
348308
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
349309
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
350310
},
351-
&quot;androidDeviceList&quot;: { # A list of Android device configurations in which the test is to be executed. # Optional. The list of requested devices. At most two devices may be simultaneously requested.
352-
&quot;androidDevices&quot;: [ # Required. A list of Android devices.
353-
{ # A single Android device.
354-
&quot;androidModelId&quot;: &quot;A String&quot;, # Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
355-
&quot;androidVersionId&quot;: &quot;A String&quot;, # Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
356-
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
357-
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
358-
},
359-
],
360-
},
361311
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time that the Session was created.
362312
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The title of the DeviceSession to be presented in the UI.
363313
&quot;expireTime&quot;: &quot;A String&quot;, # Optional. If the device is still in use at this time, any connections will be ended and the SessionState will transition from ACTIVE to FINISHED.
@@ -371,7 +321,7 @@ <h3>Method Details</h3>
371321
&quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A human-readable message to explain the state.
372322
},
373323
],
374-
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the ExtendDeviceSession RPC. Default: 30 minutes.
324+
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the UpdateDeviceSession RPC. Default: 30 minutes.
375325
}
376326

377327
updateMask: string, Required. The list of fields to update.
@@ -391,16 +341,6 @@ <h3>Method Details</h3>
391341
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
392342
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
393343
},
394-
&quot;androidDeviceList&quot;: { # A list of Android device configurations in which the test is to be executed. # Optional. The list of requested devices. At most two devices may be simultaneously requested.
395-
&quot;androidDevices&quot;: [ # Required. A list of Android devices.
396-
{ # A single Android device.
397-
&quot;androidModelId&quot;: &quot;A String&quot;, # Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
398-
&quot;androidVersionId&quot;: &quot;A String&quot;, # Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
399-
&quot;locale&quot;: &quot;A String&quot;, # Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
400-
&quot;orientation&quot;: &quot;A String&quot;, # Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
401-
},
402-
],
403-
},
404344
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time that the Session was created.
405345
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The title of the DeviceSession to be presented in the UI.
406346
&quot;expireTime&quot;: &quot;A String&quot;, # Optional. If the device is still in use at this time, any connections will be ended and the SessionState will transition from ACTIVE to FINISHED.
@@ -414,7 +354,7 @@ <h3>Method Details</h3>
414354
&quot;stateMessage&quot;: &quot;A String&quot;, # Output only. A human-readable message to explain the state.
415355
},
416356
],
417-
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the ExtendDeviceSession RPC. Default: 30 minutes.
357+
&quot;ttl&quot;: &quot;A String&quot;, # Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the UpdateDeviceSession RPC. Default: 30 minutes.
418358
}</pre>
419359
</div>
420360

googleapiclient/discovery_cache/documents/testing.v1.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
}
443443
}
444444
},
445-
"revision": "20231017",
445+
"revision": "20231023",
446446
"rootUrl": "https://testing.googleapis.com/",
447447
"schemas": {
448448
"Account": {
@@ -1161,11 +1161,6 @@
11611161
"$ref": "AndroidDevice",
11621162
"description": "Required. The requested device"
11631163
},
1164-
"androidDeviceList": {
1165-
"$ref": "AndroidDeviceList",
1166-
"deprecated": true,
1167-
"description": "Optional. The list of requested devices. At most two devices may be simultaneously requested."
1168-
},
11691164
"createTime": {
11701165
"description": "Output only. The time that the Session was created.",
11711166
"format": "google-datetime",
@@ -1226,7 +1221,7 @@
12261221
"type": "array"
12271222
},
12281223
"ttl": {
1229-
"description": "Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the ExtendDeviceSession RPC. Default: 30 minutes.",
1224+
"description": "Optional. The amount of time that a device will be initially allocated for. This can eventually be extended with the UpdateDeviceSession RPC. Default: 30 minutes.",
12301225
"format": "google-duration",
12311226
"type": "string"
12321227
}

0 commit comments

Comments
 (0)