|
380 | 380 | }
|
381 | 381 | },
|
382 | 382 | "projects": {
|
| 383 | +"methods": { |
| 384 | +"getTestQuota": { |
| 385 | +"description": "Get information about the quota for `ReleaseTests`.", |
| 386 | +"flatPath": "v1alpha/projects/{projectsId}/testQuota", |
| 387 | +"httpMethod": "GET", |
| 388 | +"id": "firebaseappdistribution.projects.getTestQuota", |
| 389 | +"parameterOrder": [ |
| 390 | +"name" |
| 391 | +], |
| 392 | +"parameters": { |
| 393 | +"name": { |
| 394 | +"description": "Required. The name of the `TestQuota` resource to retrieve. Format: `projects/{project_number}/testQuota`", |
| 395 | +"location": "path", |
| 396 | +"pattern": "^projects/[^/]+/testQuota$", |
| 397 | +"required": true, |
| 398 | +"type": "string" |
| 399 | +} |
| 400 | +}, |
| 401 | +"path": "v1alpha/{+name}", |
| 402 | +"response": { |
| 403 | +"$ref": "GoogleFirebaseAppdistroV1alphaTestQuota" |
| 404 | +}, |
| 405 | +"scopes": [ |
| 406 | +"https://www.googleapis.com/auth/cloud-platform" |
| 407 | +] |
| 408 | +} |
| 409 | +}, |
383 | 410 | "resources": {
|
384 | 411 | "apps": {
|
385 | 412 | "methods": {
|
|
776 | 803 | }
|
777 | 804 | }
|
778 | 805 | },
|
779 |
| -"revision": "20250207", |
| 806 | +"revision": "20250219", |
780 | 807 | "rootUrl": "https://firebaseappdistribution.googleapis.com/",
|
781 | 808 | "schemas": {
|
782 | 809 | "AndroidxCrawlerOutputPoint": {
|
|
1904 | 1931 | },
|
1905 | 1932 | "type": "object"
|
1906 | 1933 | },
|
| 1934 | +"GoogleFirebaseAppdistroV1alphaTestQuota": { |
| 1935 | +"description": "Customer quota information for `ReleaseTests`. Note: This quota only applies to tests with `AiInstructions` and is separate from the quota which might apply to the device time used by any tests.", |
| 1936 | +"id": "GoogleFirebaseAppdistroV1alphaTestQuota", |
| 1937 | +"properties": { |
| 1938 | +"limit": { |
| 1939 | +"description": "Output only. Maximum number of `ReleaseTests` allotted for the current month.", |
| 1940 | +"format": "int64", |
| 1941 | +"readOnly": true, |
| 1942 | +"type": "string" |
| 1943 | +}, |
| 1944 | +"name": { |
| 1945 | +"description": "Identifier. The name of the `TestQuota` resource. Format: `projects/{project_number}/testQuota`", |
| 1946 | +"type": "string" |
| 1947 | +}, |
| 1948 | +"usage": { |
| 1949 | +"description": "Output only. Number of `ReleaseTests` run in the current month", |
| 1950 | +"format": "int64", |
| 1951 | +"readOnly": true, |
| 1952 | +"type": "string" |
| 1953 | +} |
| 1954 | +}, |
| 1955 | +"type": "object" |
| 1956 | +}, |
1907 | 1957 | "GoogleFirebaseAppdistroV1alphaTesterUdid": {
|
1908 | 1958 | "description": "The UDIDs of a tester's iOS device",
|
1909 | 1959 | "id": "GoogleFirebaseAppdistroV1alphaTesterUdid",
|
|
0 commit comments