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: 22ddf2cd51454c2868bd20b63b77fd1e0229c9f7ee19eb4479860eaf3447638c
4
- data.tar.gz: c7e3763c96bb62941da2a6b278c45e9966bad5884a570d9acc8f3e3c6812fa20
3
+ metadata.gz: 599a3fd6fbf67ce4f53e86355161270f56894a4897efe2828b35f00dc92b9b06
4
+ data.tar.gz: 240bfd4488aed37b1373b4f2caab8f8c166d3618c3a1037cb0223bdaff48ea61
5
5
  SHA512:
6
- metadata.gz: 95234e544d6e9fcbec54586197345af38c9854dd9ad6a062aaead33644a3b6d28b66d980c1a974eb19671a3e0e7110690c10bcb4bfed24dcf0c3ba3b97032d7e
7
- data.tar.gz: 395f004b15ec7aad1ea96c06bc760dd63a165a41b5edcd26cd7717e6dc3bd08930e1a65b8b8d137af31908565adf06bd3636e17f0e749e9b1266b6759c949233
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 fields are mutually exclusive: `children_of_group`, `ancestors_of_group`, `descendants_of_group`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `ancestors_of_group`, `children_of_group`, `descendants_of_group`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `descendants_of_group`, `children_of_group`, `ancestors_of_group`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Monitoring
23
23
  module V3
24
- VERSION = "1.6.0"
24
+ VERSION = "1.6.1"
25
25
  end
26
26
  end
27
27
  end
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.0
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.8
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: []