mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
vendor: update all dependencies
This commit is contained in:
15
vendor/google.golang.org/api/language/v1beta1/language-api.json
generated
vendored
15
vendor/google.golang.org/api/language/v1beta1/language-api.json
generated
vendored
@ -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.",
|
||||
@ -198,7 +187,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180226",
|
||||
"revision": "20180603",
|
||||
"rootUrl": "https://language.googleapis.com/",
|
||||
"schemas": {
|
||||
"AnalyzeEntitiesRequest": {
|
||||
@ -605,7 +594,7 @@
|
||||
"id": "Document",
|
||||
"properties": {
|
||||
"content": {
|
||||
"description": "The content of the input in string format.",
|
||||
"description": "The content of the input in string format.\nCloud audit logging exempt since it is based on user data.",
|
||||
"type": "string"
|
||||
},
|
||||
"gcsContentUri": {
|
||||
|
1
vendor/google.golang.org/api/language/v1beta1/language-gen.go
generated
vendored
1
vendor/google.golang.org/api/language/v1beta1/language-gen.go
generated
vendored
@ -621,6 +621,7 @@ func (s *DependencyEdge) MarshalJSON() ([]byte, error) {
|
||||
// Represents the input to API methods.
|
||||
type Document struct {
|
||||
// Content: The content of the input in string format.
|
||||
// Cloud audit logging exempt since it is based on user data.
|
||||
Content string `json:"content,omitempty"`
|
||||
|
||||
// GcsContentUri: The Google Cloud Storage URI where the file content is
|
||||
|
Reference in New Issue
Block a user