mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 23:38:51 +02:00
vendor: update all dependencies
This commit is contained in:
25
vendor/google.golang.org/api/bigquerydatatransfer/v1/bigquerydatatransfer-api.json
generated
vendored
25
vendor/google.golang.org/api/bigquerydatatransfer/v1/bigquerydatatransfer-api.json
generated
vendored
@ -66,11 +66,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"bearer_token": {
|
||||
"description": "OAuth bearer token.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"callback": {
|
||||
"description": "JSONP",
|
||||
"location": "query",
|
||||
@ -91,12 +86,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.",
|
||||
@ -1156,7 +1145,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180429",
|
||||
"revision": "20180602",
|
||||
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
|
||||
"schemas": {
|
||||
"CheckValidCredsRequest": {
|
||||
@ -1287,7 +1276,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"updateDeadlineSeconds": {
|
||||
"description": "The number of seconds to wait for an update from the data source\nbefore BigQuery marks the transfer as failed.",
|
||||
"description": "The number of seconds to wait for an update from the data source\nbefore the Data Transfer Service marks the transfer as FAILED.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@ -1314,7 +1303,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"fields": {
|
||||
"description": "When parameter is a record, describes child fields.",
|
||||
"description": "Deprecated. This field has no effect.",
|
||||
"items": {
|
||||
"$ref": "DataSourceParameter"
|
||||
},
|
||||
@ -1339,11 +1328,11 @@
|
||||
"type": "string"
|
||||
},
|
||||
"recurse": {
|
||||
"description": "If set to true, schema should be taken from the parent with the same\nparameter_id. Only applicable when parameter type is RECORD.",
|
||||
"description": "Deprecated. This field has no effect.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"repeated": {
|
||||
"description": "Can parameter have multiple values.",
|
||||
"description": "Deprecated. This field has no effect.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"required": {
|
||||
@ -1367,7 +1356,7 @@
|
||||
"Integer parameter (64-bits).\nWill be serialized to json as string.",
|
||||
"Double precision floating point parameter.",
|
||||
"Boolean parameter.",
|
||||
"Record parameter.",
|
||||
"Deprecated. This field has no effect.",
|
||||
"Page ID for a Google+ Page."
|
||||
],
|
||||
"type": "string"
|
||||
@ -1729,7 +1718,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"schedule": {
|
||||
"description": "Output only. Describes the schedule of this transfer run if it was\ncreated as part of a regular schedule. For batch transfer runs that are\nscheduled manually, this is empty.\nNOTE: the system might choose to delay the schedule depending on the\ncurrent load, so `schedule_time` doesn't always matches this.",
|
||||
"description": "Output only. Describes the schedule of this transfer run if it was\ncreated as part of a regular schedule. For batch transfer runs that are\nscheduled manually, this is empty.\nNOTE: the system might choose to delay the schedule depending on the\ncurrent load, so `schedule_time` doesn't always match this.",
|
||||
"type": "string"
|
||||
},
|
||||
"scheduleTime": {
|
||||
|
14
vendor/google.golang.org/api/bigquerydatatransfer/v1/bigquerydatatransfer-gen.go
generated
vendored
14
vendor/google.golang.org/api/bigquerydatatransfer/v1/bigquerydatatransfer-gen.go
generated
vendored
@ -357,7 +357,7 @@ type DataSource struct {
|
||||
|
||||
// UpdateDeadlineSeconds: The number of seconds to wait for an update
|
||||
// from the data source
|
||||
// before BigQuery marks the transfer as failed.
|
||||
// before the Data Transfer Service marks the transfer as FAILED.
|
||||
UpdateDeadlineSeconds int64 `json:"updateDeadlineSeconds,omitempty"`
|
||||
|
||||
// ServerResponse contains the HTTP response code and headers from the
|
||||
@ -408,7 +408,7 @@ type DataSourceParameter struct {
|
||||
// DisplayName: Parameter display name in the user interface.
|
||||
DisplayName string `json:"displayName,omitempty"`
|
||||
|
||||
// Fields: When parameter is a record, describes child fields.
|
||||
// Fields: Deprecated. This field has no effect.
|
||||
Fields []*DataSourceParameter `json:"fields,omitempty"`
|
||||
|
||||
// Immutable: Cannot be changed after initial creation.
|
||||
@ -425,12 +425,10 @@ type DataSourceParameter struct {
|
||||
// ParamId: Parameter identifier.
|
||||
ParamId string `json:"paramId,omitempty"`
|
||||
|
||||
// Recurse: If set to true, schema should be taken from the parent with
|
||||
// the same
|
||||
// parameter_id. Only applicable when parameter type is RECORD.
|
||||
// Recurse: Deprecated. This field has no effect.
|
||||
Recurse bool `json:"recurse,omitempty"`
|
||||
|
||||
// Repeated: Can parameter have multiple values.
|
||||
// Repeated: Deprecated. This field has no effect.
|
||||
Repeated bool `json:"repeated,omitempty"`
|
||||
|
||||
// Required: Is parameter required.
|
||||
@ -445,7 +443,7 @@ type DataSourceParameter struct {
|
||||
// Will be serialized to json as string.
|
||||
// "DOUBLE" - Double precision floating point parameter.
|
||||
// "BOOLEAN" - Boolean parameter.
|
||||
// "RECORD" - Record parameter.
|
||||
// "RECORD" - Deprecated. This field has no effect.
|
||||
// "PLUS_PAGE" - Page ID for a Google+ Page.
|
||||
Type string `json:"type,omitempty"`
|
||||
|
||||
@ -1171,7 +1169,7 @@ type TransferRun struct {
|
||||
// scheduled manually, this is empty.
|
||||
// NOTE: the system might choose to delay the schedule depending on
|
||||
// the
|
||||
// current load, so `schedule_time` doesn't always matches this.
|
||||
// current load, so `schedule_time` doesn't always match this.
|
||||
Schedule string `json:"schedule,omitempty"`
|
||||
|
||||
// ScheduleTime: Minimum time after which a transfer run can be started.
|
||||
|
Reference in New Issue
Block a user