google-cloud-monitoring-dashboard-v1 0.5.0 → 0.5.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: edf124aa6639e6dce4e181e6318f42380824709f3fc704cd7049bc26b5bffb1b
4
- data.tar.gz: c78e5315883cd180c0c30922a9bc624ddb4c5cd3123fffdd6a598462e1d9683c
3
+ metadata.gz: 0e8fd93bd522d5acadf1844a1c44e027a8b548169a948ce1146d110b611ff042
4
+ data.tar.gz: 811b983e881ef9ce0fb2b79edcea278f821264577bccb1245be649cbccb25130
5
5
  SHA512:
6
- metadata.gz: 45f40e6eec546e1ab0ae5b53258ec459ba532ed990f1de4c97985e7175ab943785eb11ee8a49585d98777b6430f97476654bb211222b7227fe100b7be9879043
7
- data.tar.gz: ebf8935b0f4424023e7d68e282b6a55a6af83eb1cb867b695978c8ea6e22c223b5224950bb64ca4b56eba864035137d5bdda1e6c2bb23ebe249dcb6917b2badd
6
+ metadata.gz: f5ede34d945ece1cbb7776c8ed8615716322d34d03867bb1b244e66287426369ca1e95d2cfeb9b23956d2aebb92694b8916d0c6624f03372bde49c680d15dc09
7
+ data.tar.gz: 8a501fefb5684f3221fc0d35c3abe834b48f4a4e57f52718a7198f1637e2f457c4a083eccfe51175f84f3c1c242c333cf5bbbef3ae2b15494dcb440a851d58f0
@@ -167,8 +167,12 @@ module Google
167
167
  # Service calls
168
168
 
169
169
  ##
170
- # Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard).
171
- # This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
170
+ # Creates a new custom dashboard. For examples on how you can use this API to
171
+ # create dashboards, see [Managing dashboards by
172
+ # API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
173
+ # `monitoring.dashboards.create` permission on the specified project. For
174
+ # more information about permissions, see [Cloud Identity and Access
175
+ # Management](https://cloud.google.com/iam).
172
176
  #
173
177
  # @overload create_dashboard(request, options = nil)
174
178
  # Pass arguments to `create_dashboard` via a request object, either of type
@@ -22,7 +22,7 @@ module Google
22
22
  module Monitoring
23
23
  module Dashboard
24
24
  module V1
25
- VERSION = "0.5.0"
25
+ VERSION = "0.5.1"
26
26
  end
27
27
  end
28
28
  end
@@ -29,14 +29,18 @@ module Google
29
29
  # widgets in a specific layout.
30
30
  class Service
31
31
 
32
- include GRPC::GenericService
32
+ include ::GRPC::GenericService
33
33
 
34
34
  self.marshal_class_method = :encode
35
35
  self.unmarshal_class_method = :decode
36
36
  self.service_name = 'google.monitoring.dashboard.v1.DashboardsService'
37
37
 
38
- # Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see [Managing dashboards by API](https://cloud.google.com/monitoring/dashboards/api-dashboard).
39
- # This method requires the `monitoring.dashboards.create` permission on the specified project. For more information about permissions, see [Cloud Identity and Access Management](https://cloud.google.com/iam).
38
+ # Creates a new custom dashboard. For examples on how you can use this API to
39
+ # create dashboards, see [Managing dashboards by
40
+ # API](https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the
41
+ # `monitoring.dashboards.create` permission on the specified project. For
42
+ # more information about permissions, see [Cloud Identity and Access
43
+ # Management](https://cloud.google.com/iam).
40
44
  rpc :CreateDashboard, ::Google::Cloud::Monitoring::Dashboard::V1::CreateDashboardRequest, ::Google::Cloud::Monitoring::Dashboard::V1::Dashboard
41
45
  # Lists the existing dashboards.
42
46
  #
@@ -51,8 +51,9 @@ module Google
51
51
  # method.
52
52
  # @!attribute [rw] filter
53
53
  # @return [::String]
54
- # Required. The [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
55
- # that identifies the metric types, resources, and projects to query.
54
+ # Required. The [monitoring
55
+ # filter](https://cloud.google.com/monitoring/api/v3/filters) that identifies
56
+ # the metric types, resources, and projects to query.
56
57
  # @!attribute [rw] aggregation
57
58
  # @return [::Google::Cloud::Monitoring::Dashboard::V1::Aggregation]
58
59
  # By default, the raw time series data is returned.
@@ -64,10 +64,10 @@ module Google
64
64
  # which will resolve to the label's value.
65
65
  # @!attribute [rw] min_alignment_period
66
66
  # @return [::Google::Protobuf::Duration]
67
- # Optional. The lower bound on data point frequency for this data set, implemented by
68
- # specifying the minimum alignment period to use in a time series query
69
- # For example, if the data is published once every 10 minutes, the
70
- # `min_alignment_period` should be at least 10 minutes. It would not
67
+ # Optional. The lower bound on data point frequency for this data set,
68
+ # implemented by specifying the minimum alignment period to use in a time
69
+ # series query. For example, if the data is published once every 10 minutes,
70
+ # the `min_alignment_period` should be at least 10 minutes. It would not
71
71
  # make sense to fetch and align data at one minute intervals.
72
72
  class DataSet
73
73
  include ::Google::Protobuf::MessageExts
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring-dashboard-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.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: 2021-03-30 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.5'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.4'
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.5'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.4'
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-errors
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -221,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
221
227
  - !ruby/object:Gem::Version
222
228
  version: '0'
223
229
  requirements: []
224
- rubygems_version: 3.2.13
230
+ rubygems_version: 3.2.17
225
231
  signing_key:
226
232
  specification_version: 4
227
233
  summary: API Client library for the Cloud Monitoring Dashboards V1 API