Skip to content

Commit f407c70

Browse files
feat(firebaseappdistribution): update the api
#### firebaseappdistribution:v1alpha The following keys were added: - resources.projects.methods.getTestQuota (Total Keys: 11) - schemas.GoogleFirebaseAppdistroV1alphaTestQuota (Total Keys: 9)
1 parent 3b427c6 commit f407c70

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-1
lines changed

docs/dyn/firebaseappdistribution_v1alpha.projects.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,34 @@ <h2>Instance Methods</h2>
8787
<p class="toc_element">
8888
<code><a href="#close">close()</a></code></p>
8989
<p class="firstline">Close httplib2 connections.</p>
90+
<p class="toc_element">
91+
<code><a href="#getTestQuota">getTestQuota(name, x__xgafv=None)</a></code></p>
92+
<p class="firstline">Get information about the quota for `ReleaseTests`.</p>
9093
<h3>Method Details</h3>
9194
<div class="method">
9295
<code class="details" id="close">close()</code>
9396
<pre>Close httplib2 connections.</pre>
9497
</div>
9598

99+
<div class="method">
100+
<code class="details" id="getTestQuota">getTestQuota(name, x__xgafv=None)</code>
101+
<pre>Get information about the quota for `ReleaseTests`.
102+
103+
Args:
104+
name: string, Required. The name of the `TestQuota` resource to retrieve. Format: `projects/{project_number}/testQuota` (required)
105+
x__xgafv: string, V1 error format.
106+
Allowed values
107+
1 - v1 error format
108+
2 - v2 error format
109+
110+
Returns:
111+
An object of the form:
112+
113+
{ # 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.
114+
&quot;limit&quot;: &quot;A String&quot;, # Output only. Maximum number of `ReleaseTests` allotted for the current month.
115+
&quot;name&quot;: &quot;A String&quot;, # Identifier. The name of the `TestQuota` resource. Format: `projects/{project_number}/testQuota`
116+
&quot;usage&quot;: &quot;A String&quot;, # Output only. Number of `ReleaseTests` run in the current month
117+
}</pre>
118+
</div>
119+
96120
</body></html>

googleapiclient/discovery_cache/documents/firebaseappdistribution.v1alpha.json

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,33 @@
380380
}
381381
},
382382
"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+
},
383410
"resources": {
384411
"apps": {
385412
"methods": {
@@ -776,7 +803,7 @@
776803
}
777804
}
778805
},
779-
"revision": "20250207",
806+
"revision": "20250219",
780807
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
781808
"schemas": {
782809
"AndroidxCrawlerOutputPoint": {
@@ -1904,6 +1931,29 @@
19041931
},
19051932
"type": "object"
19061933
},
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+
},
19071957
"GoogleFirebaseAppdistroV1alphaTesterUdid": {
19081958
"description": "The UDIDs of a tester's iOS device",
19091959
"id": "GoogleFirebaseAppdistroV1alphaTesterUdid",

0 commit comments

Comments
 (0)