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

@ -589,14 +589,27 @@ type PricingInfo struct {
// doesn't require aggregation.
AggregationInfo *AggregationInfo `json:"aggregationInfo,omitempty"`
// CurrencyConversionRate: Conversion rate for currency conversion, from
// USD to the currency specified
// in the request. If the currency is not specified this defaults to
// 1.0.
// CurrencyConversionRate: Conversion rate used for currency conversion,
// from USD to the currency
// specified in the request. This includes any surcharge collected for
// billing
// in non USD currency. If a currency is not specified in the request
// this
// defaults to 1.0.
// Example: USD * currency_conversion_rate = JPY
CurrencyConversionRate float64 `json:"currencyConversionRate,omitempty"`
// EffectiveTime: The timestamp from which this pricing was effective.
// EffectiveTime: The timestamp from which this pricing was effective
// within the requested
// time range. This is guaranteed to be greater than or equal to
// the
// start_time field in the request and less than the end_time field in
// the
// request. If a time range was not specified in the request this field
// will
// be equivalent to a time within the last 12 hours, indicating the
// latest
// pricing info.
EffectiveTime string `json:"effectiveTime,omitempty"`
// PricingExpression: Expresses the pricing formula. See
@ -1191,9 +1204,11 @@ type BillingAccountsProjectsListCall struct {
// List: Lists the projects associated with a billing account. The
// current
// authenticated user must be an [owner of the
// billing
// account](https://support.google.com/cloud/answer/4430947).
// authenticated user must have the "billing.resourceAssociations.list"
// IAM
// permission, which is often given to billing
// account
// [viewers](https://support.google.com/cloud/answer/4430947).
func (r *BillingAccountsProjectsService) List(name string) *BillingAccountsProjectsListCall {
c := &BillingAccountsProjectsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.name = name
@ -1313,7 +1328,7 @@ func (c *BillingAccountsProjectsListCall) Do(opts ...googleapi.CallOption) (*Lis
}
return ret, nil
// {
// "description": "Lists the projects associated with a billing account. The current\nauthenticated user must be an [owner of the billing\naccount](https://support.google.com/cloud/answer/4430947).",
// "description": "Lists the projects associated with a billing account. The current\nauthenticated user must have the \"billing.resourceAssociations.list\" IAM\npermission, which is often given to billing account\n[viewers](https://support.google.com/cloud/answer/4430947).",
// "flatPath": "v1/billingAccounts/{billingAccountsId}/projects",
// "httpMethod": "GET",
// "id": "cloudbilling.billingAccounts.projects.list",
@ -1909,11 +1924,13 @@ func (c *ServicesSkusListCall) CurrencyCode(currencyCode string) *ServicesSkusLi
// time of the time range for which the pricing
// versions will be returned. Timestamps in the future are not
// allowed.
// Maximum allowable time range is 1 month (31 days). Time range as a
// whole
// is optional. If not specified, the latest pricing will be returned
// (up to
// 12 hours old at most).
// The time range has to be within a single calendar month
// in
// America/Los_Angeles timezone. Time range as a whole is optional. If
// not
// specified, the latest pricing will be returned (up to 12 hours old
// at
// most).
func (c *ServicesSkusListCall) EndTime(endTime string) *ServicesSkusListCall {
c.urlParams_.Set("endTime", endTime)
return c
@ -1940,11 +1957,13 @@ func (c *ServicesSkusListCall) PageToken(pageToken string) *ServicesSkusListCall
// start time of the time range for which the pricing
// versions will be returned. Timestamps in the future are not
// allowed.
// Maximum allowable time range is 1 month (31 days). Time range as a
// whole
// is optional. If not specified, the latest pricing will be returned
// (up to
// 12 hours old at most).
// The time range has to be within a single calendar month
// in
// America/Los_Angeles timezone. Time range as a whole is optional. If
// not
// specified, the latest pricing will be returned (up to 12 hours old
// at
// most).
func (c *ServicesSkusListCall) StartTime(startTime string) *ServicesSkusListCall {
c.urlParams_.Set("startTime", startTime)
return c
@ -2058,7 +2077,7 @@ func (c *ServicesSkusListCall) Do(opts ...googleapi.CallOption) (*ListSkusRespon
// "type": "string"
// },
// "endTime": {
// "description": "Optional exclusive end time of the time range for which the pricing\nversions will be returned. Timestamps in the future are not allowed.\nMaximum allowable time range is 1 month (31 days). Time range as a whole\nis optional. If not specified, the latest pricing will be returned (up to\n12 hours old at most).",
// "description": "Optional exclusive end time of the time range for which the pricing\nversions will be returned. Timestamps in the future are not allowed.\nThe time range has to be within a single calendar month in\nAmerica/Los_Angeles timezone. Time range as a whole is optional. If not\nspecified, the latest pricing will be returned (up to 12 hours old at\nmost).",
// "format": "google-datetime",
// "location": "query",
// "type": "string"
@ -2082,7 +2101,7 @@ func (c *ServicesSkusListCall) Do(opts ...googleapi.CallOption) (*ListSkusRespon
// "type": "string"
// },
// "startTime": {
// "description": "Optional inclusive start time of the time range for which the pricing\nversions will be returned. Timestamps in the future are not allowed.\nMaximum allowable time range is 1 month (31 days). Time range as a whole\nis optional. If not specified, the latest pricing will be returned (up to\n12 hours old at most).",
// "description": "Optional inclusive start time of the time range for which the pricing\nversions will be returned. Timestamps in the future are not allowed.\nThe time range has to be within a single calendar month in\nAmerica/Los_Angeles timezone. Time range as a whole is optional. If not\nspecified, the latest pricing will be returned (up to 12 hours old at\nmost).",
// "format": "google-datetime",
// "location": "query",
// "type": "string"