|
396 | 396 | ], |
397 | 397 | "parameters": { |
398 | 398 | "name": { |
399 | | - "description": "Required. The name of the `TestConfig` resource to retrieve. Format: `projects/{project_number}/apps/{app_id}/testConfig`", |
| 399 | + "description": "Required. The name of the `TestConfig` resource to retrieve. Format: `projects/{project_number}/apps/{app}/testConfig`", |
400 | 400 | "location": "path", |
401 | 401 | "pattern": "^projects/[^/]+/apps/[^/]+/testConfig$", |
402 | 402 | "required": true, |
|
421 | 421 | ], |
422 | 422 | "parameters": { |
423 | 423 | "name": { |
424 | | - "description": "Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app_id}/testConfig`", |
| 424 | + "description": "Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app}/testConfig`", |
425 | 425 | "location": "path", |
426 | 426 | "pattern": "^projects/[^/]+/apps/[^/]+/testConfig$", |
427 | 427 | "required": true, |
|
461 | 461 | ], |
462 | 462 | "parameters": { |
463 | 463 | "name": { |
464 | | - "description": "Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`", |
| 464 | + "description": "Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}`", |
465 | 465 | "location": "path", |
466 | 466 | "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+/tests/[^/]+$", |
467 | 467 | "required": true, |
|
486 | 486 | ], |
487 | 487 | "parameters": { |
488 | 488 | "parent": { |
489 | | - "description": "Required. The name of the release resource, which is the parent of the test Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}`", |
| 489 | + "description": "Required. The name of the release resource, which is the parent of the test Format: `projects/{project_number}/apps/{app}/releases/{release}`", |
490 | 490 | "location": "path", |
491 | 491 | "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+$", |
492 | 492 | "required": true, |
|
519 | 519 | ], |
520 | 520 | "parameters": { |
521 | 521 | "name": { |
522 | | - "description": "Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`", |
| 522 | + "description": "Required. The name of the release test resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}`", |
523 | 523 | "location": "path", |
524 | 524 | "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+/tests/[^/]+$", |
525 | 525 | "required": true, |
|
555 | 555 | "type": "string" |
556 | 556 | }, |
557 | 557 | "parent": { |
558 | | - "description": "Required. The name of the release resource, which is the parent of the tests Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}`", |
| 558 | + "description": "Required. The name of the release resource, which is the parent of the tests Format: `projects/{project_number}/apps/{app}/releases/{release}`", |
559 | 559 | "location": "path", |
560 | 560 | "pattern": "^projects/[^/]+/apps/[^/]+/releases/[^/]+$", |
561 | 561 | "required": true, |
|
601 | 601 | ], |
602 | 602 | "parameters": { |
603 | 603 | "parent": { |
604 | | - "description": "Required. The parent resource of the test cases being deleted. Format: `projects/{project_number}/apps/{app_id}`", |
| 604 | + "description": "Required. The parent resource of the test cases being deleted. Format: `projects/{project_number}/apps/{app}`", |
605 | 605 | "location": "path", |
606 | 606 | "pattern": "^projects/[^/]+/apps/[^/]+$", |
607 | 607 | "required": true, |
|
629 | 629 | ], |
630 | 630 | "parameters": { |
631 | 631 | "parent": { |
632 | | - "description": "Required. The parent resource of the test cases being updated. Format: `projects/{project_number}/apps/{app_id}`", |
| 632 | + "description": "Required. The parent resource of the test cases being updated. Format: `projects/{project_number}/apps/{app}`", |
633 | 633 | "location": "path", |
634 | 634 | "pattern": "^projects/[^/]+/apps/[^/]+$", |
635 | 635 | "required": true, |
|
657 | 657 | ], |
658 | 658 | "parameters": { |
659 | 659 | "testCase": { |
660 | | - "description": "Required. The name of the test case resource for which to clear the cache. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", |
| 660 | + "description": "Required. The name of the test case resource for which to clear the cache. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", |
661 | 661 | "location": "path", |
662 | 662 | "pattern": "^projects/[^/]+/apps/[^/]+/testCases/[^/]+$", |
663 | 663 | "required": true, |
|
685 | 685 | ], |
686 | 686 | "parameters": { |
687 | 687 | "parent": { |
688 | | - "description": "Required. The parent resource where this test case will be created. Format: `projects/{project_number}/apps/{app_id}`", |
| 688 | + "description": "Required. The parent resource where this test case will be created. Format: `projects/{project_number}/apps/{app}`", |
689 | 689 | "location": "path", |
690 | 690 | "pattern": "^projects/[^/]+/apps/[^/]+$", |
691 | 691 | "required": true, |
|
718 | 718 | ], |
719 | 719 | "parameters": { |
720 | 720 | "name": { |
721 | | - "description": "Required. The name of the test case resource to delete. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", |
| 721 | + "description": "Required. The name of the test case resource to delete. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", |
722 | 722 | "location": "path", |
723 | 723 | "pattern": "^projects/[^/]+/apps/[^/]+/testCases/[^/]+$", |
724 | 724 | "required": true, |
|
743 | 743 | ], |
744 | 744 | "parameters": { |
745 | 745 | "name": { |
746 | | - "description": "Required. The name of the test case resource to retrieve. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", |
| 746 | + "description": "Required. The name of the test case resource to retrieve. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", |
747 | 747 | "location": "path", |
748 | 748 | "pattern": "^projects/[^/]+/apps/[^/]+/testCases/[^/]+$", |
749 | 749 | "required": true, |
|
779 | 779 | "type": "string" |
780 | 780 | }, |
781 | 781 | "parent": { |
782 | | - "description": "Required. The parent resource from which to list test cases. Format: `projects/{project_number}/apps/{app_id}`", |
| 782 | + "description": "Required. The parent resource from which to list test cases. Format: `projects/{project_number}/apps/{app}`", |
783 | 783 | "location": "path", |
784 | 784 | "pattern": "^projects/[^/]+/apps/[^/]+$", |
785 | 785 | "required": true, |
|
809 | 809 | "type": "boolean" |
810 | 810 | }, |
811 | 811 | "name": { |
812 | | - "description": "Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", |
| 812 | + "description": "Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", |
813 | 813 | "location": "path", |
814 | 814 | "pattern": "^projects/[^/]+/apps/[^/]+/testCases/[^/]+$", |
815 | 815 | "required": true, |
|
868 | 868 | } |
869 | 869 | } |
870 | 870 | }, |
871 | | - "revision": "20251030", |
| 871 | + "revision": "20251104", |
872 | 872 | "rootUrl": "https://firebaseappdistribution.googleapis.com/", |
873 | 873 | "schemas": { |
874 | 874 | "AndroidxCrawlerOutputPoint": { |
|
946 | 946 | "type": "string" |
947 | 947 | }, |
948 | 948 | "name": { |
949 | | - "description": "The name of the release resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}`", |
| 949 | + "description": "The name of the release resource. Format: `projects/{project_number}/apps/{app}/releases/{release}`", |
950 | 950 | "type": "string" |
951 | 951 | }, |
952 | 952 | "releaseNotes": { |
|
1210 | 1210 | "id": "GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest", |
1211 | 1211 | "properties": { |
1212 | 1212 | "names": { |
1213 | | - "description": "Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one batch Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", |
| 1213 | + "description": "Required. The name of the test cases to delete. A maximum number of 1000 test cases can be deleted in one batch Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", |
1214 | 1214 | "items": { |
1215 | 1215 | "type": "string" |
1216 | 1216 | }, |
|
1405 | 1405 | "readOnly": true, |
1406 | 1406 | "type": "string" |
1407 | 1407 | }, |
| 1408 | + "name": { |
| 1409 | + "description": "Identifier. The name of the device execution resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}/deviceExecutions/{device_execution}`", |
| 1410 | + "type": "string" |
| 1411 | + }, |
1408 | 1412 | "resultsStoragePath": { |
1409 | 1413 | "description": "Output only. The path to a directory in Cloud Storage that will eventually contain the results for this execution. For example, gs://bucket/Nexus5-18-en-portrait.", |
1410 | 1414 | "readOnly": true, |
|
1998 | 2002 | "description": "Optional. Input only. Login credentials for the test. Input only." |
1999 | 2003 | }, |
2000 | 2004 | "name": { |
2001 | | - "description": "The name of the release test resource. Format: `projects/{project_number}/apps/{app_id}/releases/{release_id}/tests/{test_id}`", |
| 2005 | + "description": "The name of the release test resource. Format: `projects/{project_number}/apps/{app}/releases/{release}/tests/{test}`", |
2002 | 2006 | "type": "string" |
2003 | 2007 | }, |
2004 | 2008 | "testCase": { |
|
2150 | 2154 | "type": "string" |
2151 | 2155 | }, |
2152 | 2156 | "name": { |
2153 | | - "description": "Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`", |
| 2157 | + "description": "Identifier. The name of the test case resource. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`", |
2154 | 2158 | "type": "string" |
2155 | 2159 | }, |
2156 | 2160 | "prerequisiteTestCase": { |
|
2169 | 2173 | "type": "string" |
2170 | 2174 | }, |
2171 | 2175 | "name": { |
2172 | | - "description": "Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app_id}/testConfig`", |
| 2176 | + "description": "Identifier. The name of the test configuration resource. Format: `projects/{project_number}/apps/{app}/testConfig`", |
2173 | 2177 | "type": "string" |
2174 | 2178 | }, |
2175 | 2179 | "roboCrawler": { |
|
2261 | 2265 | }, |
2262 | 2266 | "testCase": { |
2263 | 2267 | "$ref": "GoogleFirebaseAppdistroV1alphaTestCase", |
2264 | | - "description": "Required. The test case to update. The test case's `name` field is used to identify the test case to update. Format: `projects/{project_number}/apps/{app_id}/testCases/{test_case_id}`" |
| 2268 | + "description": "Required. The test case to update. The test case's `name` field is used to identify the test case to update. Format: `projects/{project_number}/apps/{app}/testCases/{test_case}`" |
2265 | 2269 | } |
2266 | 2270 | }, |
2267 | 2271 | "type": "object" |
|
0 commit comments