update thrift, opencensus, others (#893)

* update thrift, opencensus, others

* stats: update to opencensus 0.6.0 view api
This commit is contained in:
Reed Allman
2018-03-26 15:43:49 -07:00
committed by GitHub
parent 0ce5c4500b
commit 8af605cf3d
1266 changed files with 122191 additions and 28775 deletions

View File

@@ -311,7 +311,7 @@
}
}
},
"revision": "20180301",
"revision": "20180312",
"rootUrl": "https://slides.googleapis.com/",
"schemas": {
"AffineTransform": {
@@ -4315,7 +4315,7 @@
"type": "boolean"
},
"end": {
"description": "The time at which to end playback, measured in seconds from the beginning\nof the video.\nIf set, the end time should be after the start time.\nIf not set or if you set this to a value that exceeds the video duration,\nthe video will be played until its end.",
"description": "The time at which to end playback, measured in seconds from the beginning\nof the video.\nIf set, the end time should be after the start time.\nIf not set or if you set this to a value that exceeds the video's length,\nthe video will be played until its end.",
"format": "uint32",
"type": "integer"
},

View File

@@ -7524,8 +7524,8 @@ type VideoProperties struct {
// beginning
// of the video.
// If set, the end time should be after the start time.
// If not set or if you set this to a value that exceeds the video
// duration,
// If not set or if you set this to a value that exceeds the video's
// length,
// the video will be played until its end.
End int64 `json:"end,omitempty"`