Skip to content

Commit 0e2f54e

Browse files
feat: Automated regeneration of monitoring v1 client (#23852)
Auto-created at 2025-08-03 10:26:35 +0000 using the toys pull request generator.
1 parent 6667f80 commit 0e2f54e

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

generated/google-apis-monitoring_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-monitoring_v1
22

3+
### v0.58.0 (2025-08-03)
4+
5+
* Regenerated from discovery document revision 20250723
6+
37
### v0.57.0 (2025-06-08)
48

59
* Regenerated from discovery document revision 20250529

generated/google-apis-monitoring_v1/lib/google/apis/monitoring_v1/classes.rb

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,11 @@ def update!(**args)
876876
end
877877
end
878878

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.
880884
class Field
881885
include Google::Apis::Core::Hashable
882886

@@ -1483,7 +1487,9 @@ def update!(**args)
14831487
end
14841488

14851489
# 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.
14871493
class Option
14881494
include Google::Apis::Core::Hashable
14891495

@@ -2870,7 +2876,11 @@ def update!(**args)
28702876
end
28712877
end
28722878

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.
28742884
class Type
28752885
include Google::Apis::Core::Hashable
28762886

generated/google-apis-monitoring_v1/lib/google/apis/monitoring_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MonitoringV1
1818
# Version of the google-apis-monitoring_v1 gem
19-
GEM_VERSION = "0.57.0"
19+
GEM_VERSION = "0.58.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250529"
25+
REVISION = "20250723"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)