proto_docs/google/monitoring/dashboard/v1/xychart.rb in google-cloud-monitoring-dashboard-v1-0.1.1 vs proto_docs/google/monitoring/dashboard/v1/xychart.rb in google-cloud-monitoring-dashboard-v1-0.2.0
- old
+ new
@@ -23,11 +23,11 @@
module Dashboard
module V1
# A chart that displays data on a 2D (X and Y axes) plane.
# @!attribute [rw] data_sets
# @return [::Array<::Google::Cloud::Monitoring::Dashboard::V1::XyChart::DataSet>]
- # The data displayed in this chart.
+ # Required. The data displayed in this chart.
# @!attribute [rw] timeshift_duration
# @return [::Google::Protobuf::Duration]
# The duration used to display a comparison chart. A comparison chart
# simultaneously shows values from two similar-length time periods
# (e.g., week-over-week metrics).
@@ -50,18 +50,18 @@
extend ::Google::Protobuf::MessageExts::ClassMethods
# Groups a time series query definition with charting options.
# @!attribute [rw] time_series_query
# @return [::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesQuery]
- # Fields for querying time series data from the
+ # Required. Fields for querying time series data from the
# Stackdriver metrics API.
# @!attribute [rw] plot_type
# @return [::Google::Cloud::Monitoring::Dashboard::V1::XyChart::DataSet::PlotType]
# How this data should be plotted on the chart.
# @!attribute [rw] legend_template
# @return [::String]
# A template string for naming `TimeSeries` in the resulting data set.
- # This should be a string with interpolations of the form $\\{label_name},
+ # This should be a string with interpolations of the form `${label_name}`,
# which will resolve to the label's value.
# @!attribute [rw] min_alignment_period
# @return [::Google::Protobuf::Duration]
# Optional. The lower bound on data point frequency for this data set, implemented by
# specifying the minimum alignment period to use in a time series query