Skip to content

Commit bfe7411

Browse files
fix(versionhistory): update the API
1 parent 2360358 commit bfe7411

File tree

1 file changed

+3
-6
lines changed
  • src/apis/versionhistory

1 file changed

+3
-6
lines changed

src/apis/versionhistory/v1.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,7 @@ export namespace versionhistory_v1 {
597597
}
598598
}
599599

600-
export interface Params$Resource$Platforms$Channels$List
601-
extends StandardParameters {
600+
export interface Params$Resource$Platforms$Channels$List extends StandardParameters {
602601
/**
603602
* Optional. Optional limit on the number of channels to include in the response. If unspecified, the server will pick an appropriate default.
604603
*/
@@ -773,8 +772,7 @@ export namespace versionhistory_v1 {
773772
}
774773
}
775774

776-
export interface Params$Resource$Platforms$Channels$Versions$List
777-
extends StandardParameters {
775+
export interface Params$Resource$Platforms$Channels$Versions$List extends StandardParameters {
778776
/**
779777
* Optional. Filter string. Format is a comma separated list of All comma separated filter clauses are conjoined with a logical "and". Valid field_names are "version", "name", "platform", and "channel". Valid operators are "<", "<=", "=", "\>=", and "\>". Channel comparison is done by distance from stable. Ex) stable < beta, beta < dev, canary < canary_asan. Version comparison is done numerically. If version is not entirely written, the version will be appended with 0 in missing fields. Ex) version \> 80 becoms version \> 80.0.0.0 Name and platform are filtered by string comparison. Ex) "...?filter=channel<=beta, version \>= 80 Ex) "...?filter=version \> 80, version < 81
780778
*/
@@ -955,8 +953,7 @@ export namespace versionhistory_v1 {
955953
}
956954
}
957955

958-
export interface Params$Resource$Platforms$Channels$Versions$Releases$List
959-
extends StandardParameters {
956+
export interface Params$Resource$Platforms$Channels$Versions$Releases$List extends StandardParameters {
960957
/**
961958
* Optional. Filter string. Format is a comma separated list of All comma separated filter clauses are conjoined with a logical "and". Valid field_names are "version", "name", "platform", "channel", "fraction" "starttime", and "endtime". Valid operators are "<", "<=", "=", "\>=", and "\>". Channel comparison is done by distance from stable. must be a valid channel when filtering by channel. Ex) stable < beta, beta < dev, canary < canary_asan. Version comparison is done numerically. Ex) 1.0.0.8 < 1.0.0.10. If version is not entirely written, the version will be appended with 0 for the missing fields. Ex) version \> 80 becoms version \> 80.0.0.0 When filtering by starttime or endtime, string must be in RFC 3339 date string format. Name and platform are filtered by string comparison. Ex) "...?filter=channel<=beta, version \>= 80 Ex) "...?filter=version \> 80, version < 81 Ex) "...?filter=starttime\>2020-01-01T00:00:00Z
962959
*/

0 commit comments

Comments
 (0)