Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::TimeSeries.
The metrics object for a SubTask.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metric
def metric() -> ::String
-
(::String) — Required. The name of the metric.
If the metric is not known by the service yet, it will be auto-created.
#metric=
def metric=(value) -> ::String
-
value (::String) — Required. The name of the metric.
If the metric is not known by the service yet, it will be auto-created.
-
(::String) — Required. The name of the metric.
If the metric is not known by the service yet, it will be auto-created.
#metric_kind
def metric_kind() -> ::Google::Api::MetricDescriptor::MetricKind
-
(::Google::Api::MetricDescriptor::MetricKind) — Optional. The metric kind of the time series.
If present, it must be the same as the metric kind of the associated 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) orCUMULATIVE
.
#metric_kind=
def metric_kind=(value) -> ::Google::Api::MetricDescriptor::MetricKind
-
value (::Google::Api::MetricDescriptor::MetricKind) — Optional. The metric kind of the time series.
If present, it must be the same as the metric kind of the associated 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) orCUMULATIVE
.
-
(::Google::Api::MetricDescriptor::MetricKind) — Optional. The metric kind of the time series.
If present, it must be the same as the metric kind of the associated 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) orCUMULATIVE
.
#points
def points() -> ::Array<::Google::Cloud::Bigquery::Migration::V2::Point>
-
(::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.
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 must be
BOOL
,INT64
,DOUBLE
, orDISTRIBUTION
.
#points=
def points=(value) -> ::Array<::Google::Cloud::Bigquery::Migration::V2::Point>
-
value (::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.
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 must be
BOOL
,INT64
,DOUBLE
, orDISTRIBUTION
.
-
(::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.
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 must be
BOOL
,INT64
,DOUBLE
, orDISTRIBUTION
.
#value_type
def value_type() -> ::Google::Api::MetricDescriptor::ValueType
- (::Google::Api::MetricDescriptor::ValueType) — Required. The value type of the time series.
#value_type=
def value_type=(value) -> ::Google::Api::MetricDescriptor::ValueType
- value (::Google::Api::MetricDescriptor::ValueType) — Required. The value type of the time series.
- (::Google::Api::MetricDescriptor::ValueType) — Required. The value type of the time series.