mirror of
https://github.com/rclone/rclone.git
synced 2025-08-08 21:44:47 +02:00
vendor: update all dependencies
This commit is contained in:
8
vendor/google.golang.org/api/cloudfunctions/v1/cloudfunctions-api.json
generated
vendored
8
vendor/google.golang.org/api/cloudfunctions/v1/cloudfunctions-api.json
generated
vendored
@ -469,7 +469,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180416",
|
||||
"revision": "20180420",
|
||||
"rootUrl": "https://cloudfunctions.googleapis.com/",
|
||||
"schemas": {
|
||||
"CallFunctionRequest": {
|
||||
@ -538,6 +538,10 @@
|
||||
"description": "A user-defined name of the function. Function names must be unique\nglobally and match pattern `projects/*/locations/*/functions/*`",
|
||||
"type": "string"
|
||||
},
|
||||
"runtime": {
|
||||
"description": "The runtime in which the function is going to run. If empty, defaults to\nNode.js 6.",
|
||||
"type": "string"
|
||||
},
|
||||
"serviceAccountEmail": {
|
||||
"description": "Output only. The email of the function's service account.",
|
||||
"type": "string"
|
||||
@ -940,7 +944,7 @@
|
||||
}
|
||||
},
|
||||
"servicePath": "",
|
||||
"title": "Google Cloud Functions API",
|
||||
"title": "Cloud Functions API",
|
||||
"version": "v1",
|
||||
"version_module": true
|
||||
}
|
7
vendor/google.golang.org/api/cloudfunctions/v1/cloudfunctions-gen.go
generated
vendored
7
vendor/google.golang.org/api/cloudfunctions/v1/cloudfunctions-gen.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Package cloudfunctions provides access to the Google Cloud Functions API.
|
||||
// Package cloudfunctions provides access to the Cloud Functions API.
|
||||
//
|
||||
// See https://cloud.google.com/functions
|
||||
//
|
||||
@ -232,6 +232,11 @@ type CloudFunction struct {
|
||||
// globally and match pattern `projects/*/locations/*/functions/*`
|
||||
Name string `json:"name,omitempty"`
|
||||
|
||||
// Runtime: The runtime in which the function is going to run. If empty,
|
||||
// defaults to
|
||||
// Node.js 6.
|
||||
Runtime string `json:"runtime,omitempty"`
|
||||
|
||||
// ServiceAccountEmail: Output only. The email of the function's service
|
||||
// account.
|
||||
ServiceAccountEmail string `json:"serviceAccountEmail,omitempty"`
|
||||
|
Reference in New Issue
Block a user