1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-21 02:33:49 +00:00

vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View File

@@ -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.