google-apis-monitoring_v1 0.35.0 → 0.36.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ae0bb770aac242b033db51eff7609e744da61f90c91581ffa2d200a0cbc1c5d
|
4
|
+
data.tar.gz: 173975270960c34298fb4ee81fea6c5026d1ac09d1ed79532d3cfd6c1ebbf980
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 011c909740f5daad3bbe7968b18fb5d7caa5d92a56c173acbca00729b13fe846303f45b9a902503b88a05254e92586189a4c105fb2d580b0fefb907f1aa79a03
|
7
|
+
data.tar.gz: 03e1c8027f181256b8ee5a5b6c6082d7f4d1a0e4e00f8a899d09b4fa0c15421dc911d5409cc66e59255496253734db938e75c89a73b847f86c15b24f4a530928
|
data/CHANGELOG.md
CHANGED
@@ -2002,6 +2002,11 @@ module Google
|
|
2002
2002
|
class Type
|
2003
2003
|
include Google::Apis::Core::Hashable
|
2004
2004
|
|
2005
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
2006
|
+
# Corresponds to the JSON property `edition`
|
2007
|
+
# @return [String]
|
2008
|
+
attr_accessor :edition
|
2009
|
+
|
2005
2010
|
# The list of fields.
|
2006
2011
|
# Corresponds to the JSON property `fields`
|
2007
2012
|
# @return [Array<Google::Apis::MonitoringV1::Field>]
|
@@ -2039,6 +2044,7 @@ module Google
|
|
2039
2044
|
|
2040
2045
|
# Update properties of this object
|
2041
2046
|
def update!(**args)
|
2047
|
+
@edition = args[:edition] if args.key?(:edition)
|
2042
2048
|
@fields = args[:fields] if args.key?(:fields)
|
2043
2049
|
@name = args[:name] if args.key?(:name)
|
2044
2050
|
@oneofs = args[:oneofs] if args.key?(:oneofs)
|
@@ -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.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230320"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -855,6 +855,7 @@ module Google
|
|
855
855
|
class Type
|
856
856
|
# @private
|
857
857
|
class Representation < Google::Apis::Core::JsonRepresentation
|
858
|
+
property :edition, as: 'edition'
|
858
859
|
collection :fields, as: 'fields', class: Google::Apis::MonitoringV1::Field, decorator: Google::Apis::MonitoringV1::Field::Representation
|
859
860
|
|
860
861
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.36.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: 2023-03-
|
11
|
+
date: 2023-03-26 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-monitoring_v1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-monitoring_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|