proto_docs/google/cloud/bigquery/migration/v2/migration_metrics.rb in google-cloud-bigquery-migration-v2-0.5.0 vs proto_docs/google/cloud/bigquery/migration/v2/migration_metrics.rb in google-cloud-bigquery-migration-v2-0.6.0

- old
+ new

@@ -39,11 +39,11 @@ # metric. If the associated metric's descriptor must be auto-created, then # this field specifies the metric kind of the new descriptor and must be # either `GAUGE` (the default) or `CUMULATIVE`. # @!attribute [rw] points # @return [::Array<::Google::Cloud::Bigquery::Migration::V2::Point>] - # Required. The data points of this time series. When listing time series, points are - # returned in reverse time order. + # Required. The data points of this time series. When listing time series, + # points are returned in reverse time order. # # When creating a time series, this field must contain exactly one point and # the point's type must be the same as the value type of the associated # metric. If the associated metric's descriptor must be auto-created, then # the value type of the descriptor is determined by the point's type, which