mirror of
https://github.com/rclone/rclone.git
synced 2025-12-30 15:13:55 +00:00
vendor: update all dependencies
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
This commit is contained in:
11
vendor/google.golang.org/api/dataflow/v1b3/dataflow-gen.go
generated
vendored
11
vendor/google.golang.org/api/dataflow/v1b3/dataflow-gen.go
generated
vendored
@@ -476,6 +476,11 @@ type AutoscalingEvent struct {
|
||||
// num_workers value.
|
||||
Time string `json:"time,omitempty"`
|
||||
|
||||
// WorkerPool: A short and friendly name for the worker pool this event
|
||||
// refers to,
|
||||
// populated from the value of PoolStageRelation::user_pool_name.
|
||||
WorkerPool string `json:"workerPool,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "CurrentNumWorkers")
|
||||
// to unconditionally include in API requests. By default, fields with
|
||||
// empty values are omitted from API requests. However, any non-pointer,
|
||||
@@ -3141,6 +3146,12 @@ type MetricUpdate struct {
|
||||
// of numeric values.
|
||||
Distribution interface{} `json:"distribution,omitempty"`
|
||||
|
||||
// Gauge: A struct value describing properties of a Gauge.
|
||||
// Metrics of gauge type show the value of a metric across time, and
|
||||
// is
|
||||
// aggregated based on the newest value.
|
||||
Gauge interface{} `json:"gauge,omitempty"`
|
||||
|
||||
// Internal: Worker-computed aggregate value for internal use by the
|
||||
// Dataflow
|
||||
// service.
|
||||
|
||||
Reference in New Issue
Block a user