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:
10
vendor/google.golang.org/api/testing/v1/testing-api.json
generated
vendored
10
vendor/google.golang.org/api/testing/v1/testing-api.json
generated
vendored
@@ -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"
|
||||
|
||||
13
vendor/google.golang.org/api/testing/v1/testing-gen.go
generated
vendored
13
vendor/google.golang.org/api/testing/v1/testing-gen.go
generated
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user