google-apis-monitoring_v1 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/monitoring_v1/gem_version.rb +3 -3
- data/lib/google/apis/monitoring_v1/service.rb +7 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1a85d9b2fd9f616efca56cefb39bba68793591ac79d47c0fb07a9c60fce5383
|
4
|
+
data.tar.gz: adb58edfcc424e11e4cde0abc01e5290effad7f4a941aca9e9a1c63f8f005a20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6bda817f03caf7ea29b726ee210cbd093e2a9906a8453aab8700a530fdd42ead90c459d81a4197c224410eb258c3f943b4ca620ce40a252157fd3b15efd67b4
|
7
|
+
data.tar.gz: 17d16c12b602794bea9ce75f2ae9ac74a88e5c51371ee78bc19f3f4f4c6c57fe3b525fcd3e8dc1ebfb7ff25e00777eb1e14b484cb659d378a1134cda2086ff13
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-monitoring_v1
|
2
2
|
|
3
|
+
### v0.3.0 (2021-03-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210316
|
6
|
+
* Regenerated using generator version 0.2.0
|
7
|
+
|
3
8
|
### v0.2.0 (2021-03-05)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20210227
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MonitoringV1
|
18
18
|
# Version of the google-apis-monitoring_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210316"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -93,7 +93,7 @@ module Google
|
|
93
93
|
|
94
94
|
# Deletes an existing custom dashboard.This method requires the monitoring.
|
95
95
|
# dashboards.delete permission on the specified dashboard. For more information,
|
96
|
-
# see
|
96
|
+
# see Cloud Identity and Access Management (https://cloud.google.com/iam).
|
97
97
|
# @param [String] name
|
98
98
|
# Required. The resource name of the Dashboard. The format is: projects/[
|
99
99
|
# PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID]
|
@@ -125,8 +125,8 @@ module Google
|
|
125
125
|
end
|
126
126
|
|
127
127
|
# Fetches a specific dashboard.This method requires the monitoring.dashboards.
|
128
|
-
# get permission on the specified dashboard. For more information, see
|
129
|
-
#
|
128
|
+
# get permission on the specified dashboard. For more information, see Cloud
|
129
|
+
# Identity and Access Management (https://cloud.google.com/iam).
|
130
130
|
# @param [String] name
|
131
131
|
# Required. The resource name of the Dashboard. The format is one of: dashboards/
|
132
132
|
# [DASHBOARD_ID] (for system dashboards) projects/[PROJECT_ID_OR_NUMBER]/
|
@@ -159,8 +159,8 @@ module Google
|
|
159
159
|
end
|
160
160
|
|
161
161
|
# Lists the existing dashboards.This method requires the monitoring.dashboards.
|
162
|
-
# list permission on the specified project. For more information, see
|
163
|
-
#
|
162
|
+
# list permission on the specified project. For more information, see Cloud
|
163
|
+
# Identity and Access Management (https://cloud.google.com/iam).
|
164
164
|
# @param [String] parent
|
165
165
|
# Required. The scope of the dashboards to list. The format is: projects/[
|
166
166
|
# PROJECT_ID_OR_NUMBER]
|
@@ -202,8 +202,8 @@ module Google
|
|
202
202
|
|
203
203
|
# Replaces an existing custom dashboard with a new definition.This method
|
204
204
|
# requires the monitoring.dashboards.update permission on the specified
|
205
|
-
# dashboard. For more information, see
|
206
|
-
# com/iam).
|
205
|
+
# dashboard. For more information, see Cloud Identity and Access Management (
|
206
|
+
# https://cloud.google.com/iam).
|
207
207
|
# @param [String] name
|
208
208
|
# Immutable. The resource name of the dashboard.
|
209
209
|
# @param [Google::Apis::MonitoringV1::Dashboard] dashboard_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-monitoring_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
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-
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|