chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/androidpublisher_v3.edits.tracks.html b/docs/dyn/androidpublisher_v3.edits.tracks.html
index aee2787..2e184d2 100644
--- a/docs/dyn/androidpublisher_v3.edits.tracks.html
+++ b/docs/dyn/androidpublisher_v3.edits.tracks.html
@@ -115,25 +115,25 @@
"track": "A String", # Identifier of the track.
"releases": [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
{ # A release within a track.
+ "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+ "A String",
+ ],
+ "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+ "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
+ "status": "A String", # The status of the release.
+ "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
+ "releaseNotes": [ # A description of what is new in this release.
+ { # Release notes specification, i.e. language and text.
+ "text": "A String", # The text in the given language.
+ "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
+ },
+ ],
"countryTargeting": { # Country targeting specification. # Restricts a release to a specific set of countries.
"includeRestOfWorld": True or False, # Include "rest of world" as well as explicitly targeted countries.
"countries": [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
"A String",
],
},
- "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
- "A String",
- ],
- "status": "A String", # The status of the release.
- "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
- "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
- "releaseNotes": [ # A description of what is new in this release.
- { # Release notes specification, i.e. language and text.
- "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
- "text": "A String", # The text in the given language.
- },
- ],
- "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
},
],
}</pre>
@@ -155,35 +155,35 @@
An object of the form:
{ # Response listing all tracks.
- "kind": "A String", # The kind of this response ("androidpublisher#tracksListResponse").
"tracks": [ # All tracks.
{ # A track configuration. The resource for TracksService.
"track": "A String", # Identifier of the track.
"releases": [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
{ # A release within a track.
+ "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+ "A String",
+ ],
+ "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+ "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
+ "status": "A String", # The status of the release.
+ "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
+ "releaseNotes": [ # A description of what is new in this release.
+ { # Release notes specification, i.e. language and text.
+ "text": "A String", # The text in the given language.
+ "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
+ },
+ ],
"countryTargeting": { # Country targeting specification. # Restricts a release to a specific set of countries.
"includeRestOfWorld": True or False, # Include "rest of world" as well as explicitly targeted countries.
"countries": [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
"A String",
],
},
- "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
- "A String",
- ],
- "status": "A String", # The status of the release.
- "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
- "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
- "releaseNotes": [ # A description of what is new in this release.
- { # Release notes specification, i.e. language and text.
- "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
- "text": "A String", # The text in the given language.
- },
- ],
- "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
},
],
},
],
+ "kind": "A String", # The kind of this response ("androidpublisher#tracksListResponse").
}</pre>
</div>
@@ -202,25 +202,25 @@
"track": "A String", # Identifier of the track.
"releases": [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
{ # A release within a track.
+ "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+ "A String",
+ ],
+ "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+ "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
+ "status": "A String", # The status of the release.
+ "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
+ "releaseNotes": [ # A description of what is new in this release.
+ { # Release notes specification, i.e. language and text.
+ "text": "A String", # The text in the given language.
+ "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
+ },
+ ],
"countryTargeting": { # Country targeting specification. # Restricts a release to a specific set of countries.
"includeRestOfWorld": True or False, # Include "rest of world" as well as explicitly targeted countries.
"countries": [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
"A String",
],
},
- "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
- "A String",
- ],
- "status": "A String", # The status of the release.
- "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
- "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
- "releaseNotes": [ # A description of what is new in this release.
- { # Release notes specification, i.e. language and text.
- "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
- "text": "A String", # The text in the given language.
- },
- ],
- "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
},
],
}
@@ -237,25 +237,25 @@
"track": "A String", # Identifier of the track.
"releases": [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
{ # A release within a track.
+ "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+ "A String",
+ ],
+ "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+ "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
+ "status": "A String", # The status of the release.
+ "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
+ "releaseNotes": [ # A description of what is new in this release.
+ { # Release notes specification, i.e. language and text.
+ "text": "A String", # The text in the given language.
+ "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
+ },
+ ],
"countryTargeting": { # Country targeting specification. # Restricts a release to a specific set of countries.
"includeRestOfWorld": True or False, # Include "rest of world" as well as explicitly targeted countries.
"countries": [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
"A String",
],
},
- "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
- "A String",
- ],
- "status": "A String", # The status of the release.
- "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
- "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
- "releaseNotes": [ # A description of what is new in this release.
- { # Release notes specification, i.e. language and text.
- "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
- "text": "A String", # The text in the given language.
- },
- ],
- "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
},
],
}</pre>
@@ -276,25 +276,25 @@
"track": "A String", # Identifier of the track.
"releases": [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
{ # A release within a track.
+ "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+ "A String",
+ ],
+ "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+ "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
+ "status": "A String", # The status of the release.
+ "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
+ "releaseNotes": [ # A description of what is new in this release.
+ { # Release notes specification, i.e. language and text.
+ "text": "A String", # The text in the given language.
+ "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
+ },
+ ],
"countryTargeting": { # Country targeting specification. # Restricts a release to a specific set of countries.
"includeRestOfWorld": True or False, # Include "rest of world" as well as explicitly targeted countries.
"countries": [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
"A String",
],
},
- "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
- "A String",
- ],
- "status": "A String", # The status of the release.
- "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
- "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
- "releaseNotes": [ # A description of what is new in this release.
- { # Release notes specification, i.e. language and text.
- "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
- "text": "A String", # The text in the given language.
- },
- ],
- "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
},
],
}
@@ -311,25 +311,25 @@
"track": "A String", # Identifier of the track.
"releases": [ # In a read request, represents all active releases in the track. In an update request, represents desired changes.
{ # A release within a track.
+ "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
+ "A String",
+ ],
+ "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
+ "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
+ "status": "A String", # The status of the release.
+ "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
+ "releaseNotes": [ # A description of what is new in this release.
+ { # Release notes specification, i.e. language and text.
+ "text": "A String", # The text in the given language.
+ "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
+ },
+ ],
"countryTargeting": { # Country targeting specification. # Restricts a release to a specific set of countries.
"includeRestOfWorld": True or False, # Include "rest of world" as well as explicitly targeted countries.
"countries": [ # Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
"A String",
],
},
- "versionCodes": [ # Version codes of all APKs in the release. Must include version codes to retain from previous releases.
- "A String",
- ],
- "status": "A String", # The status of the release.
- "inAppUpdatePriority": 42, # In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.
- "userFraction": 3.14, # Fraction of users who are eligible for a staged release. 0 < fraction < 1. Can only be set when status is "inProgress" or "halted".
- "releaseNotes": [ # A description of what is new in this release.
- { # Release notes specification, i.e. language and text.
- "language": "A String", # Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
- "text": "A String", # The text in the given language.
- },
- ],
- "name": "A String", # The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.
},
],
}</pre>