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

@@ -26,7 +26,7 @@
"description": "Stores and retrieves potentially large, immutable data objects.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/storage/docs/json_api/",
"etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/jLupXEh5MvYeA2ibX_aBxLuxU28\"",
"etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/nD7tyZqYOGFELa4QRBOZJ8raFKA\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
@@ -219,7 +219,7 @@
]
},
"patch": {
"description": "Updates an ACL entry on the specified bucket. This method supports patch semantics.",
"description": "Patches an ACL entry on the specified bucket.",
"httpMethod": "PATCH",
"id": "storage.bucketAccessControls.patch",
"parameterOrder": [
@@ -1050,7 +1050,7 @@
]
},
"patch": {
"description": "Updates a default object ACL entry on the specified bucket. This method supports patch semantics.",
"description": "Patches a default object ACL entry on the specified bucket.",
"httpMethod": "PATCH",
"id": "storage.defaultObjectAccessControls.patch",
"parameterOrder": [
@@ -1456,7 +1456,7 @@
]
},
"patch": {
"description": "Updates an ACL entry on the specified object. This method supports patch semantics.",
"description": "Patches an ACL entry on the specified object.",
"httpMethod": "PATCH",
"id": "storage.objectAccessControls.patch",
"parameterOrder": [
@@ -2756,7 +2756,7 @@
}
}
},
"revision": "20180118",
"revision": "20180305",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Bucket": {

View File

@@ -2513,8 +2513,7 @@ type BucketAccessControlsPatchCall struct {
header_ http.Header
}
// Patch: Updates an ACL entry on the specified bucket. This method
// supports patch semantics.
// Patch: Patches an ACL entry on the specified bucket.
func (r *BucketAccessControlsService) Patch(bucket string, entity string, bucketaccesscontrol *BucketAccessControl) *BucketAccessControlsPatchCall {
c := &BucketAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.bucket = bucket
@@ -2617,7 +2616,7 @@ func (c *BucketAccessControlsPatchCall) Do(opts ...googleapi.CallOption) (*Bucke
}
return ret, nil
// {
// "description": "Updates an ACL entry on the specified bucket. This method supports patch semantics.",
// "description": "Patches an ACL entry on the specified bucket.",
// "httpMethod": "PATCH",
// "id": "storage.bucketAccessControls.patch",
// "parameterOrder": [
@@ -5524,8 +5523,7 @@ type DefaultObjectAccessControlsPatchCall struct {
header_ http.Header
}
// Patch: Updates a default object ACL entry on the specified bucket.
// This method supports patch semantics.
// Patch: Patches a default object ACL entry on the specified bucket.
func (r *DefaultObjectAccessControlsService) Patch(bucket string, entity string, objectaccesscontrol *ObjectAccessControl) *DefaultObjectAccessControlsPatchCall {
c := &DefaultObjectAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.bucket = bucket
@@ -5628,7 +5626,7 @@ func (c *DefaultObjectAccessControlsPatchCall) Do(opts ...googleapi.CallOption)
}
return ret, nil
// {
// "description": "Updates a default object ACL entry on the specified bucket. This method supports patch semantics.",
// "description": "Patches a default object ACL entry on the specified bucket.",
// "httpMethod": "PATCH",
// "id": "storage.defaultObjectAccessControls.patch",
// "parameterOrder": [
@@ -7093,8 +7091,7 @@ type ObjectAccessControlsPatchCall struct {
header_ http.Header
}
// Patch: Updates an ACL entry on the specified object. This method
// supports patch semantics.
// Patch: Patches an ACL entry on the specified object.
func (r *ObjectAccessControlsService) Patch(bucket string, object string, entity string, objectaccesscontrol *ObjectAccessControl) *ObjectAccessControlsPatchCall {
c := &ObjectAccessControlsPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.bucket = bucket
@@ -7207,7 +7204,7 @@ func (c *ObjectAccessControlsPatchCall) Do(opts ...googleapi.CallOption) (*Objec
}
return ret, nil
// {
// "description": "Updates an ACL entry on the specified object. This method supports patch semantics.",
// "description": "Patches an ACL entry on the specified object.",
// "httpMethod": "PATCH",
// "id": "storage.objectAccessControls.patch",
// "parameterOrder": [