|
128 | 128 | ],
|
129 | 129 | "parameters": {
|
130 | 130 | "app": {
|
131 |
| - "description": "The name of the app resource. Format: `projects/{project_number}/apps/{app_id}`", |
| 131 | + "description": "Required. The name of the app resource. Format: `projects/{project_number}/apps/{app_id}`", |
132 | 132 | "location": "path",
|
133 | 133 | "pattern": "^projects/[^/]+/apps/[^/]+$",
|
134 | 134 | "required": true,
|
|
273 | 273 | ],
|
274 | 274 | "parameters": {
|
275 | 275 | "filter": {
|
276 |
| - "description": "The expression to filter releases listed in the response. To learn more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160). Supported fields: - `releaseNotes.text` supports `=` (can contain a wildcard character (`*`) at the beginning or end of the string) - `createTime` supports `<`, `<=`, `>` and `>=`, and expects an RFC-3339 formatted string Examples: - `createTime <= \"2021-09-08T00:00:00+04:00\"` - `releaseNotes.text=\"fixes\" AND createTime >= \"2021-09-08T00:00:00.0Z\"` - `releaseNotes.text=\"*v1.0.0-rc*\"`", |
| 276 | + "description": "Optional. The expression to filter releases listed in the response. To learn more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160). Supported fields: - `releaseNotes.text` supports `=` (can contain a wildcard character (`*`) at the beginning or end of the string) - `createTime` supports `<`, `<=`, `>` and `>=`, and expects an RFC-3339 formatted string Examples: - `createTime <= \"2021-09-08T00:00:00+04:00\"` - `releaseNotes.text=\"fixes\" AND createTime >= \"2021-09-08T00:00:00.0Z\"` - `releaseNotes.text=\"*v1.0.0-rc*\"`", |
277 | 277 | "location": "query",
|
278 | 278 | "type": "string"
|
279 | 279 | },
|
280 | 280 | "orderBy": {
|
281 |
| - "description": "The fields used to order releases. Supported fields: - `createTime` To specify descending order for a field, append a \"desc\" suffix, for example, `createTime desc`. If this parameter is not set, releases are ordered by `createTime` in descending order.", |
| 281 | + "description": "Optional. The fields used to order releases. Supported fields: - `createTime` To specify descending order for a field, append a \"desc\" suffix, for example, `createTime desc`. If this parameter is not set, releases are ordered by `createTime` in descending order.", |
282 | 282 | "location": "query",
|
283 | 283 | "type": "string"
|
284 | 284 | },
|
285 | 285 | "pageSize": {
|
286 |
| - "description": "The maximum number of releases to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 releases are returned. Values above 100 are coerced to 100.", |
| 286 | + "description": "Optional. The maximum number of releases to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 releases are returned. Values above 100 are coerced to 100.", |
287 | 287 | "format": "int32",
|
288 | 288 | "location": "query",
|
289 | 289 | "type": "integer"
|
290 | 290 | },
|
291 | 291 | "pageToken": {
|
292 |
| - "description": "A page token, received from a previous `ListReleases` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListReleases` must match the call that provided the page token.", |
| 292 | + "description": "Optional. A page token, received from a previous `ListReleases` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListReleases` must match the call that provided the page token.", |
293 | 293 | "location": "query",
|
294 | 294 | "type": "string"
|
295 | 295 | },
|
|
326 | 326 | "type": "string"
|
327 | 327 | },
|
328 | 328 | "updateMask": {
|
329 |
| - "description": "The list of fields to update.", |
| 329 | + "description": "Optional. The list of fields to update.", |
330 | 330 | "format": "google-fieldmask",
|
331 | 331 | "location": "query",
|
332 | 332 | "type": "string"
|
|
407 | 407 | ],
|
408 | 408 | "parameters": {
|
409 | 409 | "pageSize": {
|
410 |
| - "description": "The maximum number of feedback reports to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 feedback reports are returned. Values above 100 are coerced to 100.", |
| 410 | + "description": "Output only. The maximum number of feedback reports to return. The service may return fewer than this value. The valid range is [1-100]; If unspecified (0), at most 25 feedback reports are returned. Values above 100 are coerced to 100.", |
411 | 411 | "format": "int32",
|
412 | 412 | "location": "query",
|
413 | 413 | "type": "integer"
|
414 | 414 | },
|
415 | 415 | "pageToken": {
|
416 |
| - "description": "A page token, received from a previous `ListFeedbackReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFeedbackReports` must match the call that provided the page token.", |
| 416 | + "description": "Output only. A page token, received from a previous `ListFeedbackReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFeedbackReports` must match the call that provided the page token.", |
417 | 417 | "location": "query",
|
418 | 418 | "type": "string"
|
419 | 419 | },
|
|
784 | 784 | "type": "string"
|
785 | 785 | },
|
786 | 786 | "updateMask": {
|
787 |
| - "description": "The list of fields to update.", |
| 787 | + "description": "Optional. The list of fields to update.", |
788 | 788 | "format": "google-fieldmask",
|
789 | 789 | "location": "query",
|
790 | 790 | "type": "string"
|
|
919 | 919 | "type": "string"
|
920 | 920 | },
|
921 | 921 | "updateMask": {
|
922 |
| - "description": "The list of fields to update.", |
| 922 | + "description": "Optional. The list of fields to update.", |
923 | 923 | "format": "google-fieldmask",
|
924 | 924 | "location": "query",
|
925 | 925 | "type": "string"
|
|
941 | 941 | }
|
942 | 942 | }
|
943 | 943 | },
|
944 |
| - "revision": "20241115", |
| 944 | + "revision": "20250808", |
945 | 945 | "rootUrl": "https://firebaseappdistribution.googleapis.com/",
|
946 | 946 | "schemas": {
|
947 | 947 | "GdataBlobstore2Info": {
|
|
1518 | 1518 | "id": "GoogleFirebaseAppdistroV1DistributeReleaseRequest",
|
1519 | 1519 | "properties": {
|
1520 | 1520 | "groupAliases": {
|
1521 |
| - "description": "A list of group aliases (IDs) to be given access to this release. A combined maximum of 999 `testerEmails` and `groupAliases` can be specified in a single request.", |
| 1521 | + "description": "Optional. A list of group aliases (IDs) to be given access to this release. A combined maximum of 999 `testerEmails` and `groupAliases` can be specified in a single request.", |
1522 | 1522 | "items": {
|
1523 | 1523 | "type": "string"
|
1524 | 1524 | },
|
1525 | 1525 | "type": "array"
|
1526 | 1526 | },
|
1527 | 1527 | "testerEmails": {
|
1528 |
| - "description": "A list of tester email addresses to be given access to this release. A combined maximum of 999 `testerEmails` and `groupAliases` can be specified in a single request.", |
| 1528 | + "description": "Optional. A list of tester email addresses to be given access to this release. A combined maximum of 999 `testerEmails` and `groupAliases` can be specified in a single request.", |
1529 | 1529 | "items": {
|
1530 | 1530 | "type": "string"
|
1531 | 1531 | },
|
|
0 commit comments