Skip to content

Commit 9cef71c

Browse files
feat(versionhistory): update the api
#### versionhistory:v1 The following keys were added: - schemas.Release.properties.pinnable.type (Total Keys: 1)
1 parent 195cae3 commit 9cef71c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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
@@ -114,6 +114,7 @@ <h3>Method Details</h3>
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.
115115
&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.
116116
&quot;name&quot;: &quot;A String&quot;, # Release name. Format is &quot;{product}/platforms/{platform}/channels/{channel}/versions/{version}/releases/{release}&quot;
117+
&quot;pinnable&quot;: True or False, # Whether or not the release was available for version pinning.
117118
&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.
118119
&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.
119120
&quot;startTime&quot;: &quot;A String&quot;, # Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.

googleapiclient/discovery_cache/documents/versionhistory.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
}
272272
}
273273
},
274-
"revision": "20240526",
274+
"revision": "20240602",
275275
"rootUrl": "https://versionhistory.googleapis.com/",
276276
"schemas": {
277277
"Channel": {
@@ -471,6 +471,10 @@
471471
"description": "Release name. Format is \"{product}/platforms/{platform}/channels/{channel}/versions/{version}/releases/{release}\"",
472472
"type": "string"
473473
},
474+
"pinnable": {
475+
"description": "Whether or not the release was available for version pinning.",
476+
"type": "boolean"
477+
},
474478
"serving": {
475479
"$ref": "Interval",
476480
"description": "Timestamp interval of when the release was live. If end_time is unspecified, the release is currently live."

0 commit comments

Comments
 (0)