google-apis-monitoring_v1 0.57.0 → 0.58.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_v1/classes.rb +13 -3
- data/lib/google/apis/monitoring_v1/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: f29779ac39157859f25928f2fc567d4943c77b94b2395141a94626fa337469f5
|
4
|
+
data.tar.gz: f33d7ba7378985aa11ae341488132cf640d417cd8ccbe7023caacb6e7f288408
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53c8ac31dd81e6618da98139e6260c98378f69332afb0f750c836619ca787e33c39b5db35032a439b8d74fcac23e5b78146d8d032749b4192b955939de9264a4
|
7
|
+
data.tar.gz: b9288950c4816e3637b9ff599f48ce3840c2cf9f82e7bb7b59ff525f5939a35e210d1e748746c6f490d08a4cf5870e47bb6e3921a9d20bf5d660c255b1ef4cb3
|
data/CHANGELOG.md
CHANGED
@@ -876,7 +876,11 @@ module Google
|
|
876
876
|
end
|
877
877
|
end
|
878
878
|
|
879
|
-
# A single field of a message type.
|
879
|
+
# A single field of a message type.New usages of this message as an alternative
|
880
|
+
# to FieldDescriptorProto are strongly discouraged. This message does not
|
881
|
+
# reliability preserve all information necessary to model the schema and
|
882
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
883
|
+
# necessary information.
|
880
884
|
class Field
|
881
885
|
include Google::Apis::Core::Hashable
|
882
886
|
|
@@ -1483,7 +1487,9 @@ module Google
|
|
1483
1487
|
end
|
1484
1488
|
|
1485
1489
|
# A protocol buffer option, which can be attached to a message, field,
|
1486
|
-
# enumeration, etc.
|
1490
|
+
# enumeration, etc.New usages of this message as an alternative to FileOptions,
|
1491
|
+
# MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
|
1492
|
+
# or MethodOptions are strongly discouraged.
|
1487
1493
|
class Option
|
1488
1494
|
include Google::Apis::Core::Hashable
|
1489
1495
|
|
@@ -2870,7 +2876,11 @@ module Google
|
|
2870
2876
|
end
|
2871
2877
|
end
|
2872
2878
|
|
2873
|
-
# A protocol buffer message type.
|
2879
|
+
# A protocol buffer message type.New usages of this message as an alternative to
|
2880
|
+
# DescriptorProto are strongly discouraged. This message does not reliability
|
2881
|
+
# preserve all information necessary to model the schema and preserve semantics.
|
2882
|
+
# Instead make use of FileDescriptorSet which preserves the necessary
|
2883
|
+
# information.
|
2874
2884
|
class Type
|
2875
2885
|
include Google::Apis::Core::Hashable
|
2876
2886
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MonitoringV1
|
18
18
|
# Version of the google-apis-monitoring_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.58.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.58.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.58.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|