google-apis-monitoring_v3 0.80.0 → 0.81.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/monitoring_v3/classes.rb +13 -3
- data/lib/google/apis/monitoring_v3/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c190719793a303568fe78493aa052419d708cd1b093db1ea7daa625b5e07bee4
|
4
|
+
data.tar.gz: ba19ae6cc82e955787fcfc018e253c5e4403b46ed310f1c1b1ce878bcfeebd29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 442e52c6f40168222d035123566fb00bc21e127c31da6d3815b72af88ca614ffd2da23af99540eda5c7e7191113b984b5166dd7094e0aaddbf8c8d648ffc8902
|
7
|
+
data.tar.gz: 464a4192433ef9e84fca3482a67fbe2ebdfb23325f48fcff682abfb64d7558ec512f7534953d8a549738ae8a40cc2739f47feade777811dad0b287473e2756f6
|
data/CHANGELOG.md
CHANGED
@@ -1530,7 +1530,11 @@ module Google
|
|
1530
1530
|
end
|
1531
1531
|
end
|
1532
1532
|
|
1533
|
-
# A single field of a message type.
|
1533
|
+
# A single field of a message type.New usages of this message as an alternative
|
1534
|
+
# to FieldDescriptorProto are strongly discouraged. This message does not
|
1535
|
+
# reliability preserve all information necessary to model the schema and
|
1536
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
1537
|
+
# necessary information.
|
1534
1538
|
class Field
|
1535
1539
|
include Google::Apis::Core::Hashable
|
1536
1540
|
|
@@ -3757,7 +3761,9 @@ module Google
|
|
3757
3761
|
end
|
3758
3762
|
|
3759
3763
|
# A protocol buffer option, which can be attached to a message, field,
|
3760
|
-
# enumeration, etc.
|
3764
|
+
# enumeration, etc.New usages of this message as an alternative to FileOptions,
|
3765
|
+
# MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
|
3766
|
+
# or MethodOptions are strongly discouraged.
|
3761
3767
|
class Option
|
3762
3768
|
include Google::Apis::Core::Hashable
|
3763
3769
|
|
@@ -5181,7 +5187,11 @@ module Google
|
|
5181
5187
|
end
|
5182
5188
|
end
|
5183
5189
|
|
5184
|
-
# A protocol buffer message type.
|
5190
|
+
# A protocol buffer message type.New usages of this message as an alternative to
|
5191
|
+
# DescriptorProto are strongly discouraged. This message does not reliability
|
5192
|
+
# preserve all information necessary to model the schema and preserve semantics.
|
5193
|
+
# Instead make use of FileDescriptorSet which preserves the necessary
|
5194
|
+
# information.
|
5185
5195
|
class Type
|
5186
5196
|
include Google::Apis::Core::Hashable
|
5187
5197
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.81.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-monitoring_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.81.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v3/v0.81.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|