mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 14:17:58 +02:00
vendor: update all dependencies
This commit is contained in:
17
vendor/google.golang.org/api/clouddebugger/v2/clouddebugger-api.json
generated
vendored
17
vendor/google.golang.org/api/clouddebugger/v2/clouddebugger-api.json
generated
vendored
@ -17,7 +17,7 @@
|
||||
"canonicalName": "Cloud Debugger",
|
||||
"description": "Examines the call stack and variables of a running application without stopping or slowing it down.\n",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "http://cloud.google.com/debugger",
|
||||
"documentationLink": "https://cloud.google.com/debugger",
|
||||
"icons": {
|
||||
"x16": "http://www.google.com/images/icons/product/search-16.gif",
|
||||
"x32": "http://www.google.com/images/icons/product/search-32.gif"
|
||||
@ -62,11 +62,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"bearer_token": {
|
||||
"description": "OAuth bearer token.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"callback": {
|
||||
"description": "JSONP",
|
||||
"location": "query",
|
||||
@ -87,12 +82,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"pp": {
|
||||
"default": "true",
|
||||
"description": "Pretty-print response.",
|
||||
"location": "query",
|
||||
"type": "boolean"
|
||||
},
|
||||
"prettyPrint": {
|
||||
"default": "true",
|
||||
"description": "Returns response with indentations and line breaks.",
|
||||
@ -433,7 +422,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180131",
|
||||
"revision": "20180604",
|
||||
"rootUrl": "https://clouddebugger.googleapis.com/",
|
||||
"schemas": {
|
||||
"AliasContext": {
|
||||
@ -545,7 +534,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"stackFrames": {
|
||||
"description": "The stack at breakpoint time.",
|
||||
"description": "The stack at breakpoint time, where stack_frames[0] represents the most\nrecently entered function.",
|
||||
"items": {
|
||||
"$ref": "StackFrame"
|
||||
},
|
||||
|
6
vendor/google.golang.org/api/clouddebugger/v2/clouddebugger-gen.go
generated
vendored
6
vendor/google.golang.org/api/clouddebugger/v2/clouddebugger-gen.go
generated
vendored
@ -1,6 +1,6 @@
|
||||
// Package clouddebugger provides access to the Stackdriver Debugger API.
|
||||
//
|
||||
// See http://cloud.google.com/debugger
|
||||
// See https://cloud.google.com/debugger
|
||||
//
|
||||
// Usage example:
|
||||
//
|
||||
@ -280,7 +280,9 @@ type Breakpoint struct {
|
||||
// `expressions` = `[ message.id, message.count ]`.
|
||||
LogMessageFormat string `json:"logMessageFormat,omitempty"`
|
||||
|
||||
// StackFrames: The stack at breakpoint time.
|
||||
// StackFrames: The stack at breakpoint time, where stack_frames[0]
|
||||
// represents the most
|
||||
// recently entered function.
|
||||
StackFrames []*StackFrame `json:"stackFrames,omitempty"`
|
||||
|
||||
// Status: Breakpoint status.
|
||||
|
Reference in New Issue
Block a user