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:
912
vendor/google.golang.org/api/content/v2/content-api.json
generated
vendored
912
vendor/google.golang.org/api/content/v2/content-api.json
generated
vendored
File diff suppressed because it is too large
Load Diff
2044
vendor/google.golang.org/api/content/v2/content-gen.go
generated
vendored
2044
vendor/google.golang.org/api/content/v2/content-gen.go
generated
vendored
File diff suppressed because it is too large
Load Diff
6
vendor/google.golang.org/api/content/v2sandbox/content-api.json
generated
vendored
6
vendor/google.golang.org/api/content/v2sandbox/content-api.json
generated
vendored
@@ -15,7 +15,7 @@
|
||||
"description": "Manages product items, inventory, and Merchant Center accounts for Google Shopping.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://developers.google.com/shopping-content",
|
||||
"etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/QMVTzP4sO9_JHyigCiKlZqLj3Hc\"",
|
||||
"etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/GzeGhrgiJKQlQpHAXI2VovJdlQo\"",
|
||||
"icons": {
|
||||
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
|
||||
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
|
||||
@@ -792,7 +792,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180205",
|
||||
"revision": "20180316",
|
||||
"rootUrl": "https://www.googleapis.com/",
|
||||
"schemas": {
|
||||
"Error": {
|
||||
@@ -1011,7 +1011,7 @@
|
||||
"id": "OrderCustomer",
|
||||
"properties": {
|
||||
"email": {
|
||||
"description": "Email address of the customer.",
|
||||
"description": "Email address that should be used for order related communications. In certain cases this might not be a real users email, but a proxy email.",
|
||||
"type": "string"
|
||||
},
|
||||
"explicitMarketingPreference": {
|
||||
|
||||
4
vendor/google.golang.org/api/content/v2sandbox/content-gen.go
generated
vendored
4
vendor/google.golang.org/api/content/v2sandbox/content-gen.go
generated
vendored
@@ -343,7 +343,9 @@ func (s *OrderCancellation) MarshalJSON() ([]byte, error) {
|
||||
}
|
||||
|
||||
type OrderCustomer struct {
|
||||
// Email: Email address of the customer.
|
||||
// Email: Email address that should be used for order related
|
||||
// communications. In certain cases this might not be a real users
|
||||
// email, but a proxy email.
|
||||
Email string `json:"email,omitempty"`
|
||||
|
||||
// ExplicitMarketingPreference: If set, this indicates the user
|
||||
|
||||
Reference in New Issue
Block a user