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

@@ -281,7 +281,7 @@
}
}
},
"revision": "20180307",
"revision": "20180316",
"rootUrl": "https://testing.googleapis.com/",
"schemas": {
"Account": {
@@ -513,6 +513,10 @@
"type": "string"
},
"type": "array"
},
"videoRecordingNotSupported": {
"description": "True if and only if tests with this model DO NOT have video output.\nSee also TestSpecification.disable_video_recording\n@OutputOnly",
"type": "boolean"
}
},
"type": "object"
@@ -1150,6 +1154,10 @@
"type": "string"
},
"type": "array"
},
"videoRecordingDisabled": {
"description": "Indicates that video will not be recorded for this execution either because\nthe user chose to disable it or the device does not support it.\nSee AndroidModel.video_recording_not_supported\n@OutputOnly",
"type": "boolean"
}
},
"type": "object"

View File

@@ -512,6 +512,12 @@ type AndroidModel struct {
// Examples: "default", "preview", "deprecated"
Tags []string `json:"tags,omitempty"`
// VideoRecordingNotSupported: True if and only if tests with this model
// DO NOT have video output.
// See also TestSpecification.disable_video_recording
// @OutputOnly
VideoRecordingNotSupported bool `json:"videoRecordingNotSupported,omitempty"`
// ForceSendFields is a list of field names (e.g. "Brand") to
// unconditionally include in API requests. By default, fields with
// empty values are omitted from API requests. However, any non-pointer,
@@ -1842,6 +1848,13 @@ type TestDetails struct {
// @OutputOnly
ProgressMessages []string `json:"progressMessages,omitempty"`
// VideoRecordingDisabled: Indicates that video will not be recorded for
// this execution either because
// the user chose to disable it or the device does not support it.
// See AndroidModel.video_recording_not_supported
// @OutputOnly
VideoRecordingDisabled bool `json:"videoRecordingDisabled,omitempty"`
// ForceSendFields is a list of field names (e.g. "ErrorMessage") to
// unconditionally include in API requests. By default, fields with
// empty values are omitted from API requests. However, any non-pointer,