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/cloudiot/v1/cloudiot-api.json
generated
vendored
4
vendor/google.golang.org/api/cloudiot/v1/cloudiot-api.json
generated
vendored
@@ -557,7 +557,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"updateMask": {
|
||||
"description": "Only updates the `device` fields indicated by this mask.\nThe field mask must not be empty, and it must not contain fields that\nare immutable or only set by the server.\nMutable top-level fields: `credentials`, `enabled_state`, and `metadata`",
|
||||
"description": "Only updates the `device` fields indicated by this mask.\nThe field mask must not be empty, and it must not contain fields that\nare immutable or only set by the server.\nMutable top-level fields: `credentials`, `blocked`, and `metadata`",
|
||||
"format": "google-fieldmask",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
@@ -658,7 +658,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180227",
|
||||
"revision": "20180314",
|
||||
"rootUrl": "https://cloudiot.googleapis.com/",
|
||||
"schemas": {
|
||||
"Binding": {
|
||||
|
||||
5
vendor/google.golang.org/api/cloudiot/v1/cloudiot-gen.go
generated
vendored
5
vendor/google.golang.org/api/cloudiot/v1/cloudiot-gen.go
generated
vendored
@@ -3475,8 +3475,7 @@ func (r *ProjectsLocationsRegistriesDevicesService) Patch(name string, device *D
|
||||
// The field mask must not be empty, and it must not contain fields
|
||||
// that
|
||||
// are immutable or only set by the server.
|
||||
// Mutable top-level fields: `credentials`, `enabled_state`, and
|
||||
// `metadata`
|
||||
// Mutable top-level fields: `credentials`, `blocked`, and `metadata`
|
||||
func (c *ProjectsLocationsRegistriesDevicesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsRegistriesDevicesPatchCall {
|
||||
c.urlParams_.Set("updateMask", updateMask)
|
||||
return c
|
||||
@@ -3584,7 +3583,7 @@ func (c *ProjectsLocationsRegistriesDevicesPatchCall) Do(opts ...googleapi.CallO
|
||||
// "type": "string"
|
||||
// },
|
||||
// "updateMask": {
|
||||
// "description": "Only updates the `device` fields indicated by this mask.\nThe field mask must not be empty, and it must not contain fields that\nare immutable or only set by the server.\nMutable top-level fields: `credentials`, `enabled_state`, and `metadata`",
|
||||
// "description": "Only updates the `device` fields indicated by this mask.\nThe field mask must not be empty, and it must not contain fields that\nare immutable or only set by the server.\nMutable top-level fields: `credentials`, `blocked`, and `metadata`",
|
||||
// "format": "google-fieldmask",
|
||||
// "location": "query",
|
||||
// "type": "string"
|
||||
|
||||
Reference in New Issue
Block a user