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 +4 -4
- data/lib/google/cloud/monitoring/dashboard/v1/dashboards_service/client.rb +6 -2
- data/lib/google/cloud/monitoring/dashboard/v1/version.rb +1 -1
- data/lib/google/monitoring/dashboard/v1/dashboards_service_services_pb.rb +7 -3
- data/proto_docs/google/monitoring/dashboard/v1/metrics.rb +3 -2
- data/proto_docs/google/monitoring/dashboard/v1/xychart.rb +4 -4
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e8fd93bd522d5acadf1844a1c44e027a8b548169a948ce1146d110b611ff042
|
4
|
+
data.tar.gz: 811b983e881ef9ce0fb2b79edcea278f821264577bccb1245be649cbccb25130
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
171
|
-
#
|
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
|
@@ -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
|
39
|
-
#
|
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
|
55
|
-
# that identifies
|
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,
|
68
|
-
# specifying the minimum alignment period to use in a time
|
69
|
-
# For example, if the data is published once every 10 minutes,
|
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.
|
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-
|
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:
|
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:
|
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.
|
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
|