google-cloud-monitoring-v3 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 599a3fd6fbf67ce4f53e86355161270f56894a4897efe2828b35f00dc92b9b06
|
4
|
+
data.tar.gz: 240bfd4488aed37b1373b4f2caab8f8c166d3618c3a1037cb0223bdaff48ea61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10af49e4aa62dec026a1c9d1e543f3fe417e904d2b6e51011da1b0d62c068b7dba3dd25dac2474c8aa7ec30fe76400c1969327032c86a836f2e347798a28e1ab
|
7
|
+
data.tar.gz: 8ef5986cfb22e7efaeeeb1a6775d9d524f4ccdf43808d64f5fa4b7e09458f0fafaf853fed038b52084f8c5dc541ea725b27db0eb69b4164ad3dd7f6bf5d84e63
|
@@ -253,7 +253,7 @@ module Google
|
|
253
253
|
# Returns groups whose `parent_name` field contains the group
|
254
254
|
# name. If no groups have this parent, the results are empty.
|
255
255
|
#
|
256
|
-
# Note: The following
|
256
|
+
# Note: The following parameters are mutually exclusive: `children_of_group`, `ancestors_of_group`, `descendants_of_group`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
257
257
|
# @param ancestors_of_group [::String]
|
258
258
|
# A group name. The format is:
|
259
259
|
#
|
@@ -264,7 +264,7 @@ module Google
|
|
264
264
|
# ending with the most distant ancestor. If the specified group has no
|
265
265
|
# immediate parent, the results are empty.
|
266
266
|
#
|
267
|
-
# Note: The following
|
267
|
+
# Note: The following parameters are mutually exclusive: `ancestors_of_group`, `children_of_group`, `descendants_of_group`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
268
268
|
# @param descendants_of_group [::String]
|
269
269
|
# A group name. The format is:
|
270
270
|
#
|
@@ -274,7 +274,7 @@ module Google
|
|
274
274
|
# the results returned by the `children_of_group` filter, and includes
|
275
275
|
# children-of-children, and so forth.
|
276
276
|
#
|
277
|
-
# Note: The following
|
277
|
+
# Note: The following parameters are mutually exclusive: `descendants_of_group`, `children_of_group`, `ancestors_of_group`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
278
278
|
# @param page_size [::Integer]
|
279
279
|
# A positive number that is the maximum number of results to return.
|
280
280
|
# @param page_token [::String]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-monitoring-v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
168
|
- !ruby/object:Gem::Version
|
169
169
|
version: '0'
|
170
170
|
requirements: []
|
171
|
-
rubygems_version: 3.6.
|
171
|
+
rubygems_version: 3.6.9
|
172
172
|
specification_version: 4
|
173
173
|
summary: Manages your Cloud Monitoring data and configurations.
|
174
174
|
test_files: []
|