Skip to content

Commit 657ba28

Browse files
feat(versionhistory): update the api
#### versionhistory:v1 The following keys were added: - schemas.Release.properties.fractionGroup (Total Keys: 2)
1 parent 54d0218 commit 657ba28

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/versionhistory_v1.platforms.channels.versions.releases.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h3>Method Details</h3>
112112
&quot;releases&quot;: [ # The list of releases.
113113
{ # A Release is owned by a Version. A Release contains information about the release(s) of its parent version. This includes when the release began and ended, as well as what percentage it was released at. If the version is released again, or if the serving percentage changes, it will create another release under the version.
114114
&quot;fraction&quot;: 3.14, # Rollout fraction. This fraction indicates the fraction of people that should receive this version in this release. If the fraction is not specified in ReleaseManager, the API will assume fraction is 1.
115+
&quot;fractionGroup&quot;: &quot;A String&quot;, # Rollout fraction group. Only fractions with the same fraction_group are statistically comparable: there may be non-fractional differences between different fraction groups.
115116
&quot;name&quot;: &quot;A String&quot;, # Release name. Format is &quot;{product}/platforms/{platform}/channels/{channel}/versions/{version}/releases/{release}&quot;
116117
&quot;serving&quot;: { # Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. # Timestamp interval of when the release was live. If end_time is unspecified, the release is currently live.
117118
&quot;endTime&quot;: &quot;A String&quot;, # Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.

googleapiclient/discovery_cache/documents/versionhistory.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
}
272272
}
273273
},
274-
"revision": "20220307",
274+
"revision": "20220314",
275275
"rootUrl": "https://versionhistory.googleapis.com/",
276276
"schemas": {
277277
"Channel": {
@@ -452,6 +452,11 @@
452452
"format": "double",
453453
"type": "number"
454454
},
455+
"fractionGroup": {
456+
"description": "Rollout fraction group. Only fractions with the same fraction_group are statistically comparable: there may be non-fractional differences between different fraction groups.",
457+
"format": "int64",
458+
"type": "string"
459+
},
455460
"name": {
456461
"description": "Release name. Format is \"{product}/platforms/{platform}/channels/{channel}/versions/{version}/releases/{release}\"",
457462
"type": "string"

0 commit comments

Comments
 (0)