mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update thrift, opencensus, others (#893)
* update thrift, opencensus, others * stats: update to opencensus 0.6.0 view api
This commit is contained in:
4
vendor/google.golang.org/api/slides/v1/slides-api.json
generated
vendored
4
vendor/google.golang.org/api/slides/v1/slides-api.json
generated
vendored
@@ -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"
|
||||
},
|
||||
|
||||
4
vendor/google.golang.org/api/slides/v1/slides-gen.go
generated
vendored
4
vendor/google.golang.org/api/slides/v1/slides-gen.go
generated
vendored
@@ -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"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user