google-apis-homegraph_v1 0.28.0 → 0.29.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/homegraph_v1/classes.rb +1 -1
- data/lib/google/apis/homegraph_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: 0f3b5f7e4a58144e94c4ccd3fa2454ffac519b22b86117158354c0f3f143ef00
|
|
4
|
+
data.tar.gz: 9e09b5d19ceaf70e4fc4b260da3283739850fb361ac683474140ae3885d36331
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f4c6156603ae0ca94a3ad0edce481b12d9dc5601f05d5cb3c06ec88a2ee1f557861c97191f18998ea07cd17871f28b537ee91b5afccd4e700e0262cb5b07911
|
|
7
|
+
data.tar.gz: 8880f5c34ab6cd348839f07ca830f0e4c99f0e2840cce751cbfd27bf147df98d0e65e9651e1ad47defb1bd41109e23b11fe70e77b07072793942fd50405e87b9
|
data/CHANGELOG.md
CHANGED
|
@@ -807,7 +807,7 @@ module Google
|
|
|
807
807
|
class TraitData
|
|
808
808
|
include Google::Apis::Core::Hashable
|
|
809
809
|
|
|
810
|
-
#
|
|
810
|
+
# The Provider Home API trait payload.
|
|
811
811
|
# Corresponds to the JSON property `trait`
|
|
812
812
|
# @return [Hash<String,Object>]
|
|
813
813
|
attr_accessor :trait
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module HomegraphV1
|
|
18
18
|
# Version of the google-apis-homegraph_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.29.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 = "20260523"
|
|
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-homegraph_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.29.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-homegraph_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-homegraph_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-homegraph_v1/v0.29.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-homegraph_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|