Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 93de7fc

Browse files
committedJan 4, 2024
feat(firebaseappdistribution): update the api
#### firebaseappdistribution:v1alpha The following keys were added: - resources.apps.resources.testers.methods.getTesterUdids.parameters.project (Total Keys: 2) - resources.projects.resources.testers.methods.getUdids (Total Keys: 13)
1 parent a68c9a8 commit 93de7fc

5 files changed

+164
-4
lines changed
 

‎docs/dyn/firebaseappdistribution_v1alpha.apps.testers.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#getTesterUdids">getTesterUdids(mobilesdkAppId, x__xgafv=None)</a></code></p>
81+
<code><a href="#getTesterUdids">getTesterUdids(mobilesdkAppId, project=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Get UDIDs of tester iOS devices in a project</p>
8383
<h3>Method Details</h3>
8484
<div class="method">
@@ -87,11 +87,12 @@ <h3>Method Details</h3>
8787
</div>
8888

8989
<div class="method">
90-
<code class="details" id="getTesterUdids">getTesterUdids(mobilesdkAppId, x__xgafv=None)</code>
90+
<code class="details" id="getTesterUdids">getTesterUdids(mobilesdkAppId, project=None, x__xgafv=None)</code>
9191
<pre>Get UDIDs of tester iOS devices in a project
9292

9393
Args:
9494
mobilesdkAppId: string, Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289 (required)
95+
project: string, The name of the project, which is the parent of testers Format: `projects/{project_number}`
9596
x__xgafv: string, V1 error format.
9697
Allowed values
9798
1 - v1 error format

‎docs/dyn/firebaseappdistribution_v1alpha.projects.html

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the apps Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="firebaseappdistribution_v1alpha.projects.testers.html">testers()</a></code>
84+
</p>
85+
<p class="firstline">Returns the testers Resource.</p>
86+
8287
<p class="toc_element">
8388
<code><a href="#close">close()</a></code></p>
8489
<p class="firstline">Close httplib2 connections.</p>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="firebaseappdistribution_v1alpha.html">Firebase App Distribution API</a> . <a href="firebaseappdistribution_v1alpha.projects.html">projects</a> . <a href="firebaseappdistribution_v1alpha.projects.testers.html">testers</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#getUdids">getUdids(project, mobilesdkAppId=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Get UDIDs of tester iOS devices in a project</p>
83+
<h3>Method Details</h3>
84+
<div class="method">
85+
<code class="details" id="close">close()</code>
86+
<pre>Close httplib2 connections.</pre>
87+
</div>
88+
89+
<div class="method">
90+
<code class="details" id="getUdids">getUdids(project, mobilesdkAppId=None, x__xgafv=None)</code>
91+
<pre>Get UDIDs of tester iOS devices in a project
92+
93+
Args:
94+
project: string, The name of the project, which is the parent of testers Format: `projects/{project_number}` (required)
95+
mobilesdkAppId: string, Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289
96+
x__xgafv: string, V1 error format.
97+
Allowed values
98+
1 - v1 error format
99+
2 - v2 error format
100+
101+
Returns:
102+
An object of the form:
103+
104+
{ # Response containing the UDIDs of tester iOS devices in a project
105+
&quot;testerUdids&quot;: [ # The UDIDs of tester iOS devices in a project
106+
{ # The UDIDs of a tester&#x27;s iOS device
107+
&quot;name&quot;: &quot;A String&quot;, # The name of the tester&#x27;s device
108+
&quot;platform&quot;: &quot;A String&quot;, # The platform of the tester&#x27;s device
109+
&quot;udid&quot;: &quot;A String&quot;, # The UDID of the tester&#x27;s device
110+
},
111+
],
112+
}</pre>
113+
</div>
114+
115+
</body></html>

‎googleapiclient/discovery_cache/documents/firebaseappdistribution.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
}
942942
}
943943
},
944-
"revision": "20231211",
944+
"revision": "20240103",
945945
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
946946
"schemas": {
947947
"GdataBlobstore2Info": {

‎googleapiclient/discovery_cache/documents/firebaseappdistribution.v1alpha.json

+40-1
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@
325325
"location": "path",
326326
"required": true,
327327
"type": "string"
328+
},
329+
"project": {
330+
"description": "The name of the project, which is the parent of testers Format: `projects/{project_number}`",
331+
"location": "query",
332+
"type": "string"
328333
}
329334
},
330335
"path": "v1alpha/apps/{mobilesdkAppId}/testers:getTesterUdids",
@@ -542,11 +547,45 @@
542547
}
543548
}
544549
}
550+
},
551+
"testers": {
552+
"methods": {
553+
"getUdids": {
554+
"description": "Get UDIDs of tester iOS devices in a project",
555+
"flatPath": "v1alpha/projects/{projectsId}/testers:udids",
556+
"httpMethod": "GET",
557+
"id": "firebaseappdistribution.projects.testers.getUdids",
558+
"parameterOrder": [
559+
"project"
560+
],
561+
"parameters": {
562+
"mobilesdkAppId": {
563+
"description": "Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289",
564+
"location": "query",
565+
"type": "string"
566+
},
567+
"project": {
568+
"description": "The name of the project, which is the parent of testers Format: `projects/{project_number}`",
569+
"location": "path",
570+
"pattern": "^projects/[^/]+$",
571+
"required": true,
572+
"type": "string"
573+
}
574+
},
575+
"path": "v1alpha/{+project}/testers:udids",
576+
"response": {
577+
"$ref": "GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse"
578+
},
579+
"scopes": [
580+
"https://www.googleapis.com/auth/cloud-platform"
581+
]
582+
}
583+
}
545584
}
546585
}
547586
}
548587
},
549-
"revision": "20231211",
588+
"revision": "20240103",
550589
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
551590
"schemas": {
552591
"GoogleFirebaseAppdistroV1Release": {

0 commit comments

Comments
 (0)
Please sign in to comment.