google-apis-homegraph_v1 0.30.0 → 0.31.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c09e7252d0395059667440867a741be3ad3e4152ec7ddabf4be908b0ca1a3d90
|
|
4
|
+
data.tar.gz: 2b69beb2cacc63059c2b52078f6a493e6f005d311bd5777fd7a1307620333fc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aebf0905d565a819f940b3d06dcd7e2b6177f718034882dbf4fbcd878aef8a2b7daadb3a321537c1caf1567f166e1f6bb6d17f360fbfb7b8dae8da68054dbd19
|
|
7
|
+
data.tar.gz: ceea28d80f849373baa98a7a8e5961b98c30cfcdcdfd395f815de811752899d70d678105046f87159d8f32aa6f53cfab74dd8cd57f33deae4921923226bc9556
|
data/CHANGELOG.md
CHANGED
|
@@ -892,6 +892,12 @@ module Google
|
|
|
892
892
|
class TraitData
|
|
893
893
|
include Google::Apis::Core::Hashable
|
|
894
894
|
|
|
895
|
+
# Other metadata for the trait. The time the client update was committed in the
|
|
896
|
+
# server.
|
|
897
|
+
# Corresponds to the JSON property `commitTime`
|
|
898
|
+
# @return [String]
|
|
899
|
+
attr_accessor :commit_time
|
|
900
|
+
|
|
895
901
|
# The Provider Home API trait payload.
|
|
896
902
|
# Corresponds to the JSON property `trait`
|
|
897
903
|
# @return [Hash<String,Object>]
|
|
@@ -903,6 +909,7 @@ module Google
|
|
|
903
909
|
|
|
904
910
|
# Update properties of this object
|
|
905
911
|
def update!(**args)
|
|
912
|
+
@commit_time = args[:commit_time] if args.key?(:commit_time)
|
|
906
913
|
@trait = args[:trait] if args.key?(:trait)
|
|
907
914
|
end
|
|
908
915
|
end
|
|
@@ -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.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260619"
|
|
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.31.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.31.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:
|