google-apis-monitoring_v3 0.31.0 → 0.32.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: dbe95fb9e6b8e2c251e62035a9c558c899cc7a3ec7e61a031d49ad10eb9cd2cb
4
- data.tar.gz: 20b41c09c4af5a4e961f52188f26bcc4e87d139748d75007fb2515b6beb4dda3
3
+ metadata.gz: c9c8656c08e8948d48d02b3f1a24c6d332626bb3d2edc9ddc46990faa6d03ee4
4
+ data.tar.gz: 879a1ca6e1b49733ea3d401598e411532c19a6e7dc9211da4dbb90df91acd073
5
5
  SHA512:
6
- metadata.gz: 983a53d6c4844a85da49d01b65374aa3343af1db6e622c84bf3bf36eec276a9f2220daf9007f435fcd46ef60355cab4470c459417117ad9df89b10cdda773fb9
7
- data.tar.gz: 5eb5cc2c96f76bb5f2150ea1848863de6ceef81bc7a932626a4c9519a5f4b27a04abb190c8df145c235d104bdcb5315c2549047e86cb9c68f99ca5041caf1421
6
+ metadata.gz: f8d8935bcb6bd348134a791ed6ba2be7e7e052e3c3e2117cf9093f40d47763e0a10fd76124d1a01e57b3b33b6756f3c3c79fa38a11f1d699ab3173dd8b8e2d33
7
+ data.tar.gz: 622069cf67fb33db0585c4122c9df7e15c2e6092d9f4d6d1313a23da5e358e206391dcc65c4e36c231176e334d6496b40a51dadb0170eb3936ac5937ef64dbbc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-monitoring_v3
2
2
 
3
+ ### v0.32.0 (2022-07-28)
4
+
5
+ * Regenerated from discovery document revision 20220725
6
+
3
7
  ### v0.31.0 (2022-07-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220715
@@ -4525,6 +4525,15 @@ module Google
4525
4525
  # @return [String]
4526
4526
  attr_accessor :timeout
4527
4527
 
4528
+ # User-supplied key/value data to be used for organizing and identifying the
4529
+ # UptimeCheckConfig objects.The field can contain up to 64 entries. Each key and
4530
+ # value is limited to 63 Unicode characters or 128 bytes, whichever is smaller.
4531
+ # Labels and values can contain only lowercase letters, numerals, underscores,
4532
+ # and dashes. Keys must begin with a letter.
4533
+ # Corresponds to the JSON property `userLabels`
4534
+ # @return [Hash<String,String>]
4535
+ attr_accessor :user_labels
4536
+
4528
4537
  def initialize(**args)
4529
4538
  update!(**args)
4530
4539
  end
@@ -4544,6 +4553,7 @@ module Google
4544
4553
  @selected_regions = args[:selected_regions] if args.key?(:selected_regions)
4545
4554
  @tcp_check = args[:tcp_check] if args.key?(:tcp_check)
4546
4555
  @timeout = args[:timeout] if args.key?(:timeout)
4556
+ @user_labels = args[:user_labels] if args.key?(:user_labels)
4547
4557
  end
4548
4558
  end
4549
4559
 
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220715"
25
+ REVISION = "20220725"
26
26
  end
27
27
  end
28
28
  end
@@ -1756,6 +1756,7 @@ module Google
1756
1756
  property :tcp_check, as: 'tcpCheck', class: Google::Apis::MonitoringV3::TcpCheck, decorator: Google::Apis::MonitoringV3::TcpCheck::Representation
1757
1757
 
1758
1758
  property :timeout, as: 'timeout'
1759
+ hash :user_labels, as: 'userLabels'
1759
1760
  end
1760
1761
  end
1761
1762
 
@@ -880,10 +880,10 @@ module Google
880
880
  execute_or_queue_command(command, &block)
881
881
  end
882
882
 
883
- # Creates a new metric descriptor. The creation is executed asynchronously and
884
- # callers may check the returned operation to track its progress. User-created
885
- # metric descriptors define custom metrics (https://cloud.google.com/monitoring/
886
- # custom-metrics).
883
+ # Creates a new metric descriptor. The creation is executed asynchronously. User-
884
+ # created metric descriptors define custom metrics (https://cloud.google.com/
885
+ # monitoring/custom-metrics). The metric descriptor is updated if it already
886
+ # exists, except that metric labels are never removed.
887
887
  # @param [String] name
888
888
  # Required. The project (https://cloud.google.com/monitoring/api/v3#project_name)
889
889
  # on which to execute the request. The format is: 4 projects/
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.31.0
4
+ version: 0.32.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: 2022-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-01 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/main/generated/google-apis-monitoring_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.32.0
62
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: []