google-apis-monitoring_v3 0.11.0 → 0.12.0

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: a82b6e36feff3153fbc1347b374ab0e80248cd2c22cdcd8c6e3c3e7713afd316
4
- data.tar.gz: aeba95ffac929f0321cc4a3cd9700beb00662f99d22e704d82b76bdaf269981d
3
+ metadata.gz: 71e791f98efef4018204a87d1c08d0a6d689a17590a35e5717b88fd77f35c5b0
4
+ data.tar.gz: 7bdbf1e4bffe8f25d700ba61e60c07e432f49a12a384525f73186b44f2204ba3
5
5
  SHA512:
6
- metadata.gz: 992208589d9da04d0717b837e58d8a2683efc577623efeb11e70afd9c369d5d22c6235324b3cefafbe09138ac6645d7f26b8ce48c647a9886f09d3d0f662cd0a
7
- data.tar.gz: c1b8752225e2b02c6c3310a484c46336544a01c5d0fce3db545d4a2d49888d3e8d667a0ecd5122062be867b8c9199d28d3b6344170aedc27a3e0736dded32548
6
+ metadata.gz: 5291ea8fa65b91bd4262580afee2a5d640a277c6d260b8feb68deb6b5c0496458f85507efee6448a55559c131df57df914763e83ec230b5848d8b1f3c24edf60
7
+ data.tar.gz: c54cf3a84ed5d6c7516cdd021af34e493dbca405095a70b1a64143f70c9b625c7ec4a897db9d075e3e29b6b99b4362e0e0247798b35de21ac4a63a3918055446
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.12.0 (2021-07-16)
4
+
5
+ * Regenerated from discovery document revision 20210712
6
+
3
7
  ### v0.11.0 (2021-07-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20210702
@@ -25,7 +25,8 @@ module Google
25
25
  # associated with a Workspace, with a few exceptions as noted on the individual
26
26
  # method pages. The table entries below are presented in alphabetical order, not
27
27
  # in order of common use. For explanations of the concepts found in the table
28
- # entries, read the Cloud Monitoring documentation.
28
+ # entries, read the Cloud Monitoring documentation (https://cloud.google.com/
29
+ # monitoring/docs).
29
30
  #
30
31
  # @see https://cloud.google.com/monitoring/api/
31
32
  module MonitoringV3
@@ -674,8 +674,9 @@ module Google
674
674
  # @return [Google::Apis::MonitoringV3::MetricAbsence]
675
675
  attr_accessor :condition_absent
676
676
 
677
- # A condition type that checks whether a log message from any project monitored
678
- # by the alert policy’s workspace satisfies the given filter.
677
+ # A condition type that checks whether a log message in the scoping project (
678
+ # https://cloud.google.com/monitoring/api/v3#project_name) satisfies the given
679
+ # filter. Logs from other projects in the metrics scope are not evaluated.
679
680
  # Corresponds to the JSON property `conditionMatchedLog`
680
681
  # @return [Google::Apis::MonitoringV3::LogMatch]
681
682
  attr_accessor :condition_matched_log
@@ -2162,8 +2163,9 @@ module Google
2162
2163
  end
2163
2164
  end
2164
2165
 
2165
- # A condition type that checks whether a log message from any project monitored
2166
- # by the alert policy’s workspace satisfies the given filter.
2166
+ # A condition type that checks whether a log message in the scoping project (
2167
+ # https://cloud.google.com/monitoring/api/v3#project_name) satisfies the given
2168
+ # filter. Logs from other projects in the metrics scope are not evaluated.
2167
2169
  class LogMatch
2168
2170
  include Google::Apis::Core::Hashable
2169
2171
 
@@ -2646,7 +2648,8 @@ module Google
2646
2648
  # Required. The monitored resource type. This field must match the type field of
2647
2649
  # a MonitoredResourceDescriptor object. For example, the type of a Compute
2648
2650
  # Engine VM instance is gce_instance. For a list of types, see Monitoring
2649
- # resource types and Logging resource types.
2651
+ # resource types (https://cloud.google.com/monitoring/api/resources) and Logging
2652
+ # resource types (https://cloud.google.com/logging/docs/api/v2/resource-list).
2650
2653
  # Corresponds to the JSON property `type`
2651
2654
  # @return [String]
2652
2655
  attr_accessor :type
@@ -3124,28 +3127,30 @@ module Google
3124
3127
 
3125
3128
  # A closed time interval. It extends from the start time to the end time, and
3126
3129
  # includes both: [startTime, endTime]. Valid time intervals depend on the
3127
- # MetricKind of the metric value. The end time must not be earlier than the
3128
- # start time. When writing data points, the start time must not be more than 25
3129
- # hours in the past and the end time must not be more than five minutes in the
3130
- # future. For GAUGE metrics, the startTime value is technically optional; if no
3131
- # value is specified, the start time defaults to the value of the end time, and
3132
- # the interval represents a single point in time. If both start and end times
3133
- # are specified, they must be identical. Such an interval is valid only for
3134
- # GAUGE metrics, which are point-in-time measurements. The end time of a new
3130
+ # MetricKind (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.
3131
+ # metricDescriptors#MetricKind) of the metric value. The end time must not be
3132
+ # earlier than the start time. When writing data points, the start time must not
3133
+ # be more than 25 hours in the past and the end time must not be more than five
3134
+ # minutes in the future. For GAUGE metrics, the startTime value is technically
3135
+ # optional; if no value is specified, the start time defaults to the value of
3136
+ # the end time, and the interval represents a single point in time. If both
3137
+ # start and end times are specified, they must be identical. Such an interval is
3138
+ # valid only for GAUGE metrics, which are point-in-time measurements. The end
3139
+ # time of a new interval must be at least a millisecond after the end time of
3140
+ # the previous interval. For DELTA metrics, the start time and end time must
3141
+ # specify a non-zero interval, with subsequent points specifying contiguous and
3142
+ # non-overlapping intervals. For DELTA metrics, the start time of the next
3135
3143
  # interval must be at least a millisecond after the end time of the previous
3136
- # interval. For DELTA metrics, the start time and end time must specify a non-
3137
- # zero interval, with subsequent points specifying contiguous and non-
3138
- # overlapping intervals. For DELTA metrics, the start time of the next interval
3139
- # must be at least a millisecond after the end time of the previous interval.
3140
- # For CUMULATIVE metrics, the start time and end time must specify a a non-zero
3141
- # interval, with subsequent points specifying the same start time and increasing
3142
- # end times, until an event resets the cumulative value to zero and sets a new
3143
- # start time for the following points. The new start time must be at least a
3144
- # millisecond after the end time of the previous interval. The start time of a
3145
- # new interval must be at least a millisecond after the end time of the previous
3146
- # interval because intervals are closed. If the start time of a new interval is
3147
- # the same as the end time of the previous interval, then data written at the
3148
- # new start time could overwrite data written at the previous end time.
3144
+ # interval. For CUMULATIVE metrics, the start time and end time must specify a a
3145
+ # non-zero interval, with subsequent points specifying the same start time and
3146
+ # increasing end times, until an event resets the cumulative value to zero and
3147
+ # sets a new start time for the following points. The new start time must be at
3148
+ # least a millisecond after the end time of the previous interval. The start
3149
+ # time of a new interval must be at least a millisecond after the end time of
3150
+ # the previous interval because intervals are closed. If the start time of a new
3151
+ # interval is the same as the end time of the previous interval, then data
3152
+ # written at the new start time could overwrite data written at the previous end
3153
+ # time.
3149
3154
  # Corresponds to the JSON property `interval`
3150
3155
  # @return [Google::Apis::MonitoringV3::TimeInterval]
3151
3156
  attr_accessor :interval
@@ -3174,28 +3179,30 @@ module Google
3174
3179
 
3175
3180
  # A closed time interval. It extends from the start time to the end time, and
3176
3181
  # includes both: [startTime, endTime]. Valid time intervals depend on the
3177
- # MetricKind of the metric value. The end time must not be earlier than the
3178
- # start time. When writing data points, the start time must not be more than 25
3179
- # hours in the past and the end time must not be more than five minutes in the
3180
- # future. For GAUGE metrics, the startTime value is technically optional; if no
3181
- # value is specified, the start time defaults to the value of the end time, and
3182
- # the interval represents a single point in time. If both start and end times
3183
- # are specified, they must be identical. Such an interval is valid only for
3184
- # GAUGE metrics, which are point-in-time measurements. The end time of a new
3182
+ # MetricKind (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.
3183
+ # metricDescriptors#MetricKind) of the metric value. The end time must not be
3184
+ # earlier than the start time. When writing data points, the start time must not
3185
+ # be more than 25 hours in the past and the end time must not be more than five
3186
+ # minutes in the future. For GAUGE metrics, the startTime value is technically
3187
+ # optional; if no value is specified, the start time defaults to the value of
3188
+ # the end time, and the interval represents a single point in time. If both
3189
+ # start and end times are specified, they must be identical. Such an interval is
3190
+ # valid only for GAUGE metrics, which are point-in-time measurements. The end
3191
+ # time of a new interval must be at least a millisecond after the end time of
3192
+ # the previous interval. For DELTA metrics, the start time and end time must
3193
+ # specify a non-zero interval, with subsequent points specifying contiguous and
3194
+ # non-overlapping intervals. For DELTA metrics, the start time of the next
3185
3195
  # interval must be at least a millisecond after the end time of the previous
3186
- # interval. For DELTA metrics, the start time and end time must specify a non-
3187
- # zero interval, with subsequent points specifying contiguous and non-
3188
- # overlapping intervals. For DELTA metrics, the start time of the next interval
3189
- # must be at least a millisecond after the end time of the previous interval.
3190
- # For CUMULATIVE metrics, the start time and end time must specify a a non-zero
3191
- # interval, with subsequent points specifying the same start time and increasing
3192
- # end times, until an event resets the cumulative value to zero and sets a new
3193
- # start time for the following points. The new start time must be at least a
3194
- # millisecond after the end time of the previous interval. The start time of a
3195
- # new interval must be at least a millisecond after the end time of the previous
3196
- # interval because intervals are closed. If the start time of a new interval is
3197
- # the same as the end time of the previous interval, then data written at the
3198
- # new start time could overwrite data written at the previous end time.
3196
+ # interval. For CUMULATIVE metrics, the start time and end time must specify a a
3197
+ # non-zero interval, with subsequent points specifying the same start time and
3198
+ # increasing end times, until an event resets the cumulative value to zero and
3199
+ # sets a new start time for the following points. The new start time must be at
3200
+ # least a millisecond after the end time of the previous interval. The start
3201
+ # time of a new interval must be at least a millisecond after the end time of
3202
+ # the previous interval because intervals are closed. If the start time of a new
3203
+ # interval is the same as the end time of the previous interval, then data
3204
+ # written at the new start time could overwrite data written at the previous end
3205
+ # time.
3199
3206
  # Corresponds to the JSON property `timeInterval`
3200
3207
  # @return [Google::Apis::MonitoringV3::TimeInterval]
3201
3208
  attr_accessor :time_interval
@@ -3734,28 +3741,30 @@ module Google
3734
3741
 
3735
3742
  # A closed time interval. It extends from the start time to the end time, and
3736
3743
  # includes both: [startTime, endTime]. Valid time intervals depend on the
3737
- # MetricKind of the metric value. The end time must not be earlier than the
3738
- # start time. When writing data points, the start time must not be more than 25
3739
- # hours in the past and the end time must not be more than five minutes in the
3740
- # future. For GAUGE metrics, the startTime value is technically optional; if no
3741
- # value is specified, the start time defaults to the value of the end time, and
3742
- # the interval represents a single point in time. If both start and end times
3743
- # are specified, they must be identical. Such an interval is valid only for
3744
- # GAUGE metrics, which are point-in-time measurements. The end time of a new
3744
+ # MetricKind (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.
3745
+ # metricDescriptors#MetricKind) of the metric value. The end time must not be
3746
+ # earlier than the start time. When writing data points, the start time must not
3747
+ # be more than 25 hours in the past and the end time must not be more than five
3748
+ # minutes in the future. For GAUGE metrics, the startTime value is technically
3749
+ # optional; if no value is specified, the start time defaults to the value of
3750
+ # the end time, and the interval represents a single point in time. If both
3751
+ # start and end times are specified, they must be identical. Such an interval is
3752
+ # valid only for GAUGE metrics, which are point-in-time measurements. The end
3753
+ # time of a new interval must be at least a millisecond after the end time of
3754
+ # the previous interval. For DELTA metrics, the start time and end time must
3755
+ # specify a non-zero interval, with subsequent points specifying contiguous and
3756
+ # non-overlapping intervals. For DELTA metrics, the start time of the next
3745
3757
  # interval must be at least a millisecond after the end time of the previous
3746
- # interval. For DELTA metrics, the start time and end time must specify a non-
3747
- # zero interval, with subsequent points specifying contiguous and non-
3748
- # overlapping intervals. For DELTA metrics, the start time of the next interval
3749
- # must be at least a millisecond after the end time of the previous interval.
3750
- # For CUMULATIVE metrics, the start time and end time must specify a a non-zero
3751
- # interval, with subsequent points specifying the same start time and increasing
3752
- # end times, until an event resets the cumulative value to zero and sets a new
3753
- # start time for the following points. The new start time must be at least a
3754
- # millisecond after the end time of the previous interval. The start time of a
3755
- # new interval must be at least a millisecond after the end time of the previous
3756
- # interval because intervals are closed. If the start time of a new interval is
3757
- # the same as the end time of the previous interval, then data written at the
3758
- # new start time could overwrite data written at the previous end time.
3758
+ # interval. For CUMULATIVE metrics, the start time and end time must specify a a
3759
+ # non-zero interval, with subsequent points specifying the same start time and
3760
+ # increasing end times, until an event resets the cumulative value to zero and
3761
+ # sets a new start time for the following points. The new start time must be at
3762
+ # least a millisecond after the end time of the previous interval. The start
3763
+ # time of a new interval must be at least a millisecond after the end time of
3764
+ # the previous interval because intervals are closed. If the start time of a new
3765
+ # interval is the same as the end time of the previous interval, then data
3766
+ # written at the new start time could overwrite data written at the previous end
3767
+ # time.
3759
3768
  class TimeInterval
3760
3769
  include Google::Apis::Core::Hashable
3761
3770
 
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20210702"
25
+ REVISION = "20210712"
26
26
  end
27
27
  end
28
28
  end
@@ -26,7 +26,8 @@ module Google
26
26
  # associated with a Workspace, with a few exceptions as noted on the individual
27
27
  # method pages. The table entries below are presented in alphabetical order, not
28
28
  # in order of common use. For explanations of the concepts found in the table
29
- # entries, read the Cloud Monitoring documentation.
29
+ # entries, read the Cloud Monitoring documentation (https://cloud.google.com/
30
+ # monitoring/docs).
30
31
  #
31
32
  # @example
32
33
  # require 'google/apis/monitoring_v3'
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.11.0
4
+ version: 0.12.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-07-12 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-monitoring_v3
63
63
  post_install_message:
64
64
  rdoc_options: []