Skip to content

Commit e8a992a

Browse files
feat(firebaseappdistribution): update the api
#### firebaseappdistribution:v1 The following keys were added: - schemas.GdataBlobstore2Info.properties.downloadExternalReadToken (Total Keys: 2) #### firebaseappdistribution:v1alpha The following keys were added: - schemas.GoogleFirebaseAppdistroV1alphaDeviceExecution.properties.finalAiAssertionMissing (Total Keys: 2) - schemas.GoogleFirebaseAppdistroV1alphaDeviceExecution.properties.name.type (Total Keys: 1) - schemas.GoogleFirebaseAppdistroV1alphaDeviceExecution.properties.originDeviceExecution (Total Keys: 2)
1 parent 130677d commit e8a992a

9 files changed

+121
-80
lines changed

docs/dyn/firebaseappdistribution_v1.media.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h3>Method Details</h3>
9191
<pre>Uploads a binary. Uploading a binary can result in a new release being created, an update to an existing release, or a no-op if a release with the same binary already exists.
9292

9393
Args:
94-
app: string, Required. The name of the app resource. Format: `projects/{project_number}/apps/{app_id}` (required)
94+
app: string, Required. The name of the app resource. Format: `projects/{project_number}/apps/{app}` (required)
9595
body: object, The request body.
9696
The object takes the form of:
9797

@@ -103,6 +103,7 @@ <h3>Method Details</h3>
103103
&quot;blobstore2Info&quot;: { # Information to read/write to blobstore2. # Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
104104
&quot;blobGeneration&quot;: &quot;A String&quot;, # The blob generation id.
105105
&quot;blobId&quot;: &quot;A String&quot;, # The blob id, e.g., /blobstore/prod/playground/scotty
106+
&quot;downloadExternalReadToken&quot;: &quot;A String&quot;, # A serialized External Read Token passed from Bigstore -&gt; Scotty for a GCS download. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
106107
&quot;downloadReadHandle&quot;: &quot;A String&quot;, # Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.
107108
&quot;readToken&quot;: &quot;A String&quot;, # The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.
108109
&quot;uploadMetadataContainer&quot;: &quot;A String&quot;, # Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
@@ -113,6 +114,7 @@ <h3>Method Details</h3>
113114
&quot;blobstore2Info&quot;: { # Information to read/write to blobstore2. # Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
114115
&quot;blobGeneration&quot;: &quot;A String&quot;, # The blob generation id.
115116
&quot;blobId&quot;: &quot;A String&quot;, # The blob id, e.g., /blobstore/prod/playground/scotty
117+
&quot;downloadExternalReadToken&quot;: &quot;A String&quot;, # A serialized External Read Token passed from Bigstore -&gt; Scotty for a GCS download. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
116118
&quot;downloadReadHandle&quot;: &quot;A String&quot;, # Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.
117119
&quot;readToken&quot;: &quot;A String&quot;, # The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.
118120
&quot;uploadMetadataContainer&quot;: &quot;A String&quot;, # Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
@@ -148,6 +150,7 @@ <h3>Method Details</h3>
148150
&quot;blobstore2Info&quot;: { # Information to read/write to blobstore2. # Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
149151
&quot;blobGeneration&quot;: &quot;A String&quot;, # The blob generation id.
150152
&quot;blobId&quot;: &quot;A String&quot;, # The blob id, e.g., /blobstore/prod/playground/scotty
153+
&quot;downloadExternalReadToken&quot;: &quot;A String&quot;, # A serialized External Read Token passed from Bigstore -&gt; Scotty for a GCS download. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
151154
&quot;downloadReadHandle&quot;: &quot;A String&quot;, # Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.
152155
&quot;readToken&quot;: &quot;A String&quot;, # The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.
153156
&quot;uploadMetadataContainer&quot;: &quot;A String&quot;, # Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
@@ -172,6 +175,7 @@ <h3>Method Details</h3>
172175
&quot;blobstore2Info&quot;: { # Information to read/write to blobstore2. # Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
173176
&quot;blobGeneration&quot;: &quot;A String&quot;, # The blob generation id.
174177
&quot;blobId&quot;: &quot;A String&quot;, # The blob id, e.g., /blobstore/prod/playground/scotty
178+
&quot;downloadExternalReadToken&quot;: &quot;A String&quot;, # A serialized External Read Token passed from Bigstore -&gt; Scotty for a GCS download. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
175179
&quot;downloadReadHandle&quot;: &quot;A String&quot;, # Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.
176180
&quot;readToken&quot;: &quot;A String&quot;, # The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.
177181
&quot;uploadMetadataContainer&quot;: &quot;A String&quot;, # Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
@@ -199,6 +203,7 @@ <h3>Method Details</h3>
199203
&quot;blobstore2Info&quot;: { # Information to read/write to blobstore2. # Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
200204
&quot;blobGeneration&quot;: &quot;A String&quot;, # The blob generation id.
201205
&quot;blobId&quot;: &quot;A String&quot;, # The blob id, e.g., /blobstore/prod/playground/scotty
206+
&quot;downloadExternalReadToken&quot;: &quot;A String&quot;, # A serialized External Read Token passed from Bigstore -&gt; Scotty for a GCS download. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
202207
&quot;downloadReadHandle&quot;: &quot;A String&quot;, # Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.
203208
&quot;readToken&quot;: &quot;A String&quot;, # The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.
204209
&quot;uploadMetadataContainer&quot;: &quot;A String&quot;, # Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
@@ -224,6 +229,7 @@ <h3>Method Details</h3>
224229
&quot;blobstore2Info&quot;: { # Information to read/write to blobstore2. # Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
225230
&quot;blobGeneration&quot;: &quot;A String&quot;, # The blob generation id.
226231
&quot;blobId&quot;: &quot;A String&quot;, # The blob id, e.g., /blobstore/prod/playground/scotty
232+
&quot;downloadExternalReadToken&quot;: &quot;A String&quot;, # A serialized External Read Token passed from Bigstore -&gt; Scotty for a GCS download. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
227233
&quot;downloadReadHandle&quot;: &quot;A String&quot;, # Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.
228234
&quot;readToken&quot;: &quot;A String&quot;, # The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.
229235
&quot;uploadMetadataContainer&quot;: &quot;A String&quot;, # Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
@@ -247,6 +253,7 @@ <h3>Method Details</h3>
247253
&quot;blobstore2Info&quot;: { # Information to read/write to blobstore2. # Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
248254
&quot;blobGeneration&quot;: &quot;A String&quot;, # The blob generation id.
249255
&quot;blobId&quot;: &quot;A String&quot;, # The blob id, e.g., /blobstore/prod/playground/scotty
256+
&quot;downloadExternalReadToken&quot;: &quot;A String&quot;, # A serialized External Read Token passed from Bigstore -&gt; Scotty for a GCS download. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
250257
&quot;downloadReadHandle&quot;: &quot;A String&quot;, # Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.
251258
&quot;readToken&quot;: &quot;A String&quot;, # The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.
252259
&quot;uploadMetadataContainer&quot;: &quot;A String&quot;, # Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
@@ -274,6 +281,7 @@ <h3>Method Details</h3>
274281
&quot;blobstore2Info&quot;: { # Information to read/write to blobstore2. # Blobstore v2 info, set if reference_type is BLOBSTORE_REF and it refers to a v2 blob.
275282
&quot;blobGeneration&quot;: &quot;A String&quot;, # The blob generation id.
276283
&quot;blobId&quot;: &quot;A String&quot;, # The blob id, e.g., /blobstore/prod/playground/scotty
284+
&quot;downloadExternalReadToken&quot;: &quot;A String&quot;, # A serialized External Read Token passed from Bigstore -&gt; Scotty for a GCS download. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
277285
&quot;downloadReadHandle&quot;: &quot;A String&quot;, # Read handle passed from Bigstore -&gt; Scotty for a GCS download. This is a signed, serialized blobstore2.ReadHandle proto which must never be set outside of Bigstore, and is not applicable to non-GCS media downloads.
278286
&quot;readToken&quot;: &quot;A String&quot;, # The blob read token. Needed to read blobs that have not been replicated. Might not be available until the final call.
279287
&quot;uploadMetadataContainer&quot;: &quot;A String&quot;, # Metadata passed from Blobstore -&gt; Scotty for a new GCS upload. This is a signed, serialized blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is not applicable to non-GCS media uploads.

docs/dyn/firebaseappdistribution_v1.projects.apps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h3>Method Details</h3>
9696
<pre>Gets Android App Bundle (AAB) information for a Firebase app.
9797

9898
Args:
99-
name: string, Required. The name of the `AabInfo` resource to retrieve. Format: `projects/{project_number}/apps/{app_id}/aabInfo` (required)
99+
name: string, Required. The name of the `AabInfo` resource to retrieve. Format: `projects/{project_number}/apps/{app}/aabInfo` (required)
100100
x__xgafv: string, V1 error format.
101101
Allowed values
102102
1 - v1 error format

0 commit comments

Comments
 (0)