File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 431
431
"required" : true ,
432
432
"type" : " string"
433
433
},
434
+ "includeViewableModels" : {
435
+ "description" : " Optional. Whether to include viewable only models in the response. This is only applicable for Android models." ,
436
+ "location" : " query" ,
437
+ "type" : " boolean"
438
+ },
434
439
"projectId" : {
435
440
"description" : " For authorization, the cloud project requesting the TestEnvironmentCatalog." ,
436
441
"location" : " query" ,
449
454
}
450
455
}
451
456
},
452
- "revision" : " 20250304 " ,
457
+ "revision" : " 20250327 " ,
453
458
"rootUrl" : " https://testing.googleapis.com/" ,
454
459
"schemas" : {
455
460
"Account" : {
620
625
"description" : " A description of an Android device tests may be run on." ,
621
626
"id" : " AndroidModel" ,
622
627
"properties" : {
628
+ "accessDeniedReasons" : {
629
+ "description" : " Reasons for access denial. This model is accessible if this list is empty, otherwise the model is viewable only." ,
630
+ "items" : {
631
+ "enum" : [
632
+ " ACCESS_DENIED_REASON_UNSPECIFIED" ,
633
+ " EULA_NOT_ACCEPTED"
634
+ ],
635
+ "enumDescriptions" : [
636
+ " Do not use. For proto versioning only." ,
637
+ " The model is for viewing purposes only. Access and utilization require acceptance of an End User License Agreement (EULA)."
638
+ ],
639
+ "type" : " string"
640
+ },
641
+ "type" : " array"
642
+ },
623
643
"brand" : {
624
644
"description" : " The company that this device is branded with. Example: \" Google\" , \" Samsung\" ." ,
625
645
"type" : " string"
Original file line number Diff line number Diff line change @@ -254,6 +254,10 @@ export namespace testing_v1 {
254
254
* A description of an Android device tests may be run on.
255
255
*/
256
256
export interface Schema$AndroidModel {
257
+ /**
258
+ * Reasons for access denial. This model is accessible if this list is empty, otherwise the model is viewable only.
259
+ */
260
+ accessDeniedReasons ?: string [ ] | null ;
257
261
/**
258
262
* The company that this device is branded with. Example: "Google", "Samsung".
259
263
*/
@@ -2792,6 +2796,10 @@ export namespace testing_v1 {
2792
2796
* Required. The type of environment that should be listed.
2793
2797
*/
2794
2798
environmentType ?: string ;
2799
+ /**
2800
+ * Optional. Whether to include viewable only models in the response. This is only applicable for Android models.
2801
+ */
2802
+ includeViewableModels ?: boolean ;
2795
2803
/**
2796
2804
* For authorization, the cloud project requesting the TestEnvironmentCatalog.
2797
2805
*/
You can’t perform that action at this time.
0 commit comments