google-cloud-monitoring-v3 1.5.1 → 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: 4a301092d2f226b93297bf8a439a5d2b20176db7b2267a2e606ae41afd4f37a4
4
- data.tar.gz: 6e1df5d1377c294483a7f6da2b011b66fc5b411af851164a416d00976d8063e5
3
+ metadata.gz: 599a3fd6fbf67ce4f53e86355161270f56894a4897efe2828b35f00dc92b9b06
4
+ data.tar.gz: 240bfd4488aed37b1373b4f2caab8f8c166d3618c3a1037cb0223bdaff48ea61
5
5
  SHA512:
6
- metadata.gz: 0647754c16134e30afc2b38b21c8752327de715a4e97a67f66d70ac3fe7766f0773d5f25fdbac80dcedf522c44948fd635db678bffc4c1611e0ecf912f84244e
7
- data.tar.gz: e8c758db632f9fdedfad4e1fcff59ef66a5fdd715c91bd39026f336bbdd4556f92922c2a3e3459eacc1f6602659fe48824de8a5a9595709b8b3e2f312251043f
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.5.1"
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.5.1
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -167,14 +161,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
161
  requirements:
168
162
  - - ">="
169
163
  - !ruby/object:Gem::Version
170
- version: '3.0'
164
+ version: '3.1'
171
165
  required_rubygems_version: !ruby/object:Gem::Requirement
172
166
  requirements:
173
167
  - - ">="
174
168
  - !ruby/object:Gem::Version
175
169
  version: '0'
176
170
  requirements: []
177
- rubygems_version: 3.6.8
171
+ rubygems_version: 3.6.9
178
172
  specification_version: 4
179
173
  summary: Manages your Cloud Monitoring data and configurations.
180
174
  test_files: []