google-apis-monitoring_v3 0.15.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a87c01dab5578fb9429691741fa503bb1757df838b10271d66ca6ae704b1d3fc
4
- data.tar.gz: e3660a177d48cc81314107a4c8d809d05e11dec75b684e83442116af3154d197
3
+ metadata.gz: 1894e4abb31067c7ff848fb85c2d25ffa2cecbf30828e30ae67fd47728414a71
4
+ data.tar.gz: e4e8ad9ddcfe789afd4fac1f319b509c20848cd197796f60f24b925eb41258dc
5
5
  SHA512:
6
- metadata.gz: 4e34fbdc4dfa82ce672b79a911c8a908b44ee6d4bd7fa92f7f3a7791c9a0302b9df084024bca84bb0ee1421e9099ff4a974f3e2114771dfeb028b8ed0add40e6
7
- data.tar.gz: f395d8d230bfb49e9673ee0d63897ecdf634ac9dfee9f86769ec4517d612dfc73e0cb3392e3e19b30d4f378d57a22af63037b4d53fd1083fe1ac006979a1223a
6
+ metadata.gz: 266b4f4cfcbb067a5274757a7a69f0fe5b5e812bb4ff25f4ef17f08646c0e8992751d3299832bad1189b0cfd764ea0d5579a0af3ccd9c37a9aa11e9b4ccad2a2
7
+ data.tar.gz: d319371c4383c8f3a448ba9111897934fc26da5c2e1267ee37461910ea151dbdd3b447d47cad1e93c5e1806dbec9cc66b84b09f13677ef7e033e606481eb7241
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.16.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211017
6
+ * Unspecified changes
7
+
3
8
  ### v0.15.0 (2021-10-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20210926
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Monitoring service in particular.)
67
67
 
@@ -2276,7 +2276,7 @@ module Google
2276
2276
  # Specifies the alignment of data points in individual time series as well as
2277
2277
  # how to combine the retrieved time series together (such as when aggregating
2278
2278
  # multiple streams on each resource to a single stream for each resource or when
2279
- # aggregating streams across all members of a group of resrouces). Multiple
2279
+ # aggregating streams across all members of a group of resources). Multiple
2280
2280
  # aggregations are applied in the order specified.This field is similar to the
2281
2281
  # one in the ListTimeSeries request (https://cloud.google.com/monitoring/api/
2282
2282
  # ref_v3/rest/v3/projects.timeSeries/list). It is advisable to use the
@@ -2536,7 +2536,7 @@ module Google
2536
2536
  # Specifies the alignment of data points in individual time series as well as
2537
2537
  # how to combine the retrieved time series together (such as when aggregating
2538
2538
  # multiple streams on each resource to a single stream for each resource or when
2539
- # aggregating streams across all members of a group of resrouces). Multiple
2539
+ # aggregating streams across all members of a group of resources). Multiple
2540
2540
  # aggregations are applied in the order specified.This field is similar to the
2541
2541
  # one in the ListTimeSeries request (https://cloud.google.com/monitoring/api/
2542
2542
  # ref_v3/rest/v3/projects.timeSeries/list). It is advisable to use the
@@ -2985,6 +2985,12 @@ module Google
2985
2985
  # @return [String]
2986
2986
  attr_accessor :name
2987
2987
 
2988
+ # The tiers that support this notification channel; the project service tier
2989
+ # must be one of the supported_tiers.
2990
+ # Corresponds to the JSON property `supportedTiers`
2991
+ # @return [Array<String>]
2992
+ attr_accessor :supported_tiers
2993
+
2988
2994
  # The type of notification channel, such as "email" and "sms". To view the full
2989
2995
  # list of channels, see Channel descriptors (https://cloud.google.com/monitoring/
2990
2996
  # alerts/using-channels-api#ncd). Notification channel types are globally unique.
@@ -3003,6 +3009,7 @@ module Google
3003
3009
  @labels = args[:labels] if args.key?(:labels)
3004
3010
  @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
3005
3011
  @name = args[:name] if args.key?(:name)
3012
+ @supported_tiers = args[:supported_tiers] if args.key?(:supported_tiers)
3006
3013
  @type = args[:type] if args.key?(:type)
3007
3014
  end
3008
3015
  end
@@ -3148,7 +3155,7 @@ module Google
3148
3155
  # specify a non-zero interval, with subsequent points specifying contiguous and
3149
3156
  # non-overlapping intervals. For DELTA metrics, the start time of the next
3150
3157
  # interval must be at least a millisecond after the end time of the previous
3151
- # interval. For CUMULATIVE metrics, the start time and end time must specify a a
3158
+ # interval. For CUMULATIVE metrics, the start time and end time must specify a
3152
3159
  # non-zero interval, with subsequent points specifying the same start time and
3153
3160
  # increasing end times, until an event resets the cumulative value to zero and
3154
3161
  # sets a new start time for the following points. The new start time must be at
@@ -3200,7 +3207,7 @@ module Google
3200
3207
  # specify a non-zero interval, with subsequent points specifying contiguous and
3201
3208
  # non-overlapping intervals. For DELTA metrics, the start time of the next
3202
3209
  # interval must be at least a millisecond after the end time of the previous
3203
- # interval. For CUMULATIVE metrics, the start time and end time must specify a a
3210
+ # interval. For CUMULATIVE metrics, the start time and end time must specify a
3204
3211
  # non-zero interval, with subsequent points specifying the same start time and
3205
3212
  # increasing end times, until an event resets the cumulative value to zero and
3206
3213
  # sets a new start time for the following points. The new start time must be at
@@ -3762,7 +3769,7 @@ module Google
3762
3769
  # specify a non-zero interval, with subsequent points specifying contiguous and
3763
3770
  # non-overlapping intervals. For DELTA metrics, the start time of the next
3764
3771
  # interval must be at least a millisecond after the end time of the previous
3765
- # interval. For CUMULATIVE metrics, the start time and end time must specify a a
3772
+ # interval. For CUMULATIVE metrics, the start time and end time must specify a
3766
3773
  # non-zero interval, with subsequent points specifying the same start time and
3767
3774
  # increasing end times, until an event resets the cumulative value to zero and
3768
3775
  # sets a new start time for the following points. The new start time must be at
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MonitoringV3
18
18
  # Version of the google-apis-monitoring_v3 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210926"
25
+ REVISION = "20211017"
26
26
  end
27
27
  end
28
28
  end
@@ -1338,6 +1338,7 @@ module Google
1338
1338
 
1339
1339
  property :launch_stage, as: 'launchStage'
1340
1340
  property :name, as: 'name'
1341
+ collection :supported_tiers, as: 'supportedTiers'
1341
1342
  property :type, as: 'type'
1342
1343
  end
1343
1344
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-monitoring_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.16.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: