Update dependencies

Among others, this updates minio-go, so that the new "eu-west-3" zone
for AWS is supported.
This commit is contained in:
Alexander Neumann 2018-01-23 19:40:42 +01:00
parent b63de7c798
commit 2b39f9f4b2
3435 changed files with 1318042 additions and 315692 deletions

View file

@ -317,8 +317,8 @@ type DataSource struct {
// for the data source.
ManualRunsDisabled bool `json:"manualRunsDisabled,omitempty"`
// MinimumScheduleInterval: The minimum interval between two consecutive
// scheduled runs.
// MinimumScheduleInterval: The minimum interval for scheduler to
// schedule runs.
MinimumScheduleInterval string `json:"minimumScheduleInterval,omitempty"`
// Name: Data source resource name.
@ -1134,12 +1134,12 @@ func (s *TransferMessage) MarshalJSON() ([]byte, error) {
}
// TransferRun: Represents a data transfer run.
// Next id: 24
// Next id: 27
type TransferRun struct {
// DataSourceId: Output only. Data source id.
DataSourceId string `json:"dataSourceId,omitempty"`
// DestinationDatasetId: The BigQuery target dataset id.
// DestinationDatasetId: Output only. The BigQuery target dataset id.
DestinationDatasetId string `json:"destinationDatasetId,omitempty"`
// EndTime: Output only. Time when transfer run ended.
@ -1157,7 +1157,7 @@ type TransferRun struct {
// The name is ignored when creating a transfer run.
Name string `json:"name,omitempty"`
// Params: Data transfer specific parameters.
// Params: Output only. Data transfer specific parameters.
Params googleapi.RawMessage `json:"params,omitempty"`
// RunTime: For batch transfer runs, specifies the date and time