lib/google/cloud/monitoring/v3/query_service/client.rb in google-cloud-monitoring-v3-0.16.0 vs lib/google/cloud/monitoring/v3/query_service/client.rb in google-cloud-monitoring-v3-0.17.0

- old
+ new

@@ -25,11 +25,11 @@ module V3 module QueryService ## # Client for the QueryService service. # - # The QueryService API is used to manage time series data in Stackdriver + # The QueryService API is used to manage time series data in Cloud # Monitoring. Time series data is a collection of data points that describes # the time-varying values of a metric. # class Client # @private @@ -159,11 +159,11 @@ end # Service calls ## - # Queries time series using Monitoring Query Language. This method does not require a Workspace. + # Queries time series using Monitoring Query Language. # # @overload query_time_series(request, options = nil) # Pass arguments to `query_time_series` via a request object, either of type # {::Google::Cloud::Monitoring::V3::QueryTimeSeriesRequest} or an equivalent Hash. # @@ -177,11 +177,12 @@ # Pass arguments to `query_time_series` via keyword arguments. Note that at # least one keyword argument is required. To specify no parameters, or to keep all # the default parameter values, pass an empty Hash as a request object (see above). # # @param name [::String] - # Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) on - # which to execute the request. The format is: + # Required. The + # [project](https://cloud.google.com/monitoring/api/v3#project_name) on which + # to execute the request. The format is: # # projects/[PROJECT_ID_OR_NUMBER] # @param query [::String] # Required. The query in the [Monitoring Query # Language](https://cloud.google.com/monitoring/mql/reference) format.