google-cloud-monitoring-dashboard-v1 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '088aac69873aa23eb240c6f9ceb61c9dd0bdceb28dc9179e9bb55e81587324ef'
4
- data.tar.gz: c2f7479b325cd13b300d6e21431e366bbd6ebfe0006812b711414c8fa53d79ab
3
+ metadata.gz: 27ffba53831c8bf280f963549d5021b3134198ac371257267c02fda590fe45c1
4
+ data.tar.gz: d342c29e46bfb2c3403b10fb121f9482d3cbf36a35ea75e085f379c2e2a22194
5
5
  SHA512:
6
- metadata.gz: d39e9456b8101d5826d484ce024b15863a779339429f946e0305756d4fcc9d27c90b57ab9f4ad5e79dcdeffbb08bdd6de139b886c6bea707a6ef4f1994247fa1
7
- data.tar.gz: 17fcfc0290f170bf7567af7c5a38b5d67e84742ef883dc7e43a3e2ab957370ace851d78638f2f4237c6c2260a03e5642a108c3fcf983d550b11c1d0817fa092e
6
+ metadata.gz: 7deb879b016813cbd563d6b4d5158602c361cbd18821f64443476d70a95762f167f8e37e248e1c8985b6dc600385d9ab258d16cf628d6c3de4f63076c69427a1
7
+ data.tar.gz: bfb38c855356d563af7e775be751834b9fe0b1cc5adf60b4fc79c79449fdd81a33cc6282a3d151c4d7f50715ab4c1b6a35c2904e5c5cdab0dd0df4ab97893d05
@@ -624,7 +624,7 @@ module Google
624
624
  def rpcs
625
625
  @rpcs ||= begin
626
626
  parent_rpcs = nil
627
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
627
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
628
628
  Rpcs.new parent_rpcs
629
629
  end
630
630
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module Monitoring
23
23
  module Dashboard
24
24
  module V1
25
- VERSION = "0.1.0"
25
+ VERSION = "0.1.1"
26
26
  end
27
27
  end
28
28
  end
@@ -27,7 +27,7 @@ module Google
27
27
  # series (`alignment_period` and `per_series_aligner`) followed by an optional
28
28
  # reduction step of the data across the aligned time series
29
29
  # (`cross_series_reducer` and `group_by_fields`). For more details, see
30
- # [Aggregation](/monitoring/api/learn_more#aggregation).
30
+ # [Aggregation](https://cloud.google.com/monitoring/api/learn_more#aggregation).
31
31
  # @!attribute [rw] alignment_period
32
32
  # @return [::Google::Protobuf::Duration]
33
33
  # The alignment period for per-[time series][TimeSeries]
@@ -35,7 +35,7 @@ module Google
35
35
  # The unit of data contained in fetched time series. If non-empty, this
36
36
  # unit will override any unit that accompanies fetched data. The format is
37
37
  # the same as the
38
- # [`unit`](/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors)
38
+ # [`unit`](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors)
39
39
  # field in `MetricDescriptor`.
40
40
  class TimeSeriesQuery
41
41
  include ::Google::Protobuf::MessageExts
@@ -44,11 +44,11 @@ module Google
44
44
 
45
45
  # A filter that defines a subset of time series data that is displayed in a
46
46
  # widget. Time series data is fetched using the
47
- # [`ListTimeSeries`](/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list)
47
+ # [`ListTimeSeries`](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list)
48
48
  # method.
49
49
  # @!attribute [rw] filter
50
50
  # @return [::String]
51
- # Required. The [monitoring filter](/monitoring/api/v3/filters) that identifies the
51
+ # Required. The [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) that identifies the
52
52
  # metric types, resources, and projects to query.
53
53
  # @!attribute [rw] aggregation
54
54
  # @return [::Google::Cloud::Monitoring::Dashboard::V1::Aggregation]
@@ -92,7 +92,7 @@ module Google
92
92
  # TimeSeriesFilterRatio.
93
93
  # @!attribute [rw] filter
94
94
  # @return [::String]
95
- # Required. The [monitoring filter](/monitoring/api/v3/filters) that identifies the
95
+ # Required. The [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) that identifies the
96
96
  # metric types, resources, and projects to query.
97
97
  # @!attribute [rw] aggregation
98
98
  # @return [::Google::Cloud::Monitoring::Dashboard::V1::Aggregation]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring-dashboard-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  - !ruby/object:Gem::Version
215
215
  version: '0'
216
216
  requirements: []
217
- rubygems_version: 3.0.6
217
+ rubygems_version: 3.1.3
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: API Client library for the Cloud Monitoring Dashboards V1 API