google-apis-homegraph_v1 0.30.0 → 0.32.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: 2824551c2d7ded22de0a0d1b43be20bb205528ae1eb7ea8fb45af58e57bb514f
|
|
4
|
+
data.tar.gz: 2c4fdb642549ea267c89d74ec07469cffae2527f023b1b14e24494e9262b35c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6c42685f0c210c2bd5f7a1c86441035d698c98d9b09f0be53eb672890b8929e2ebfb5f5e24178b4b885dce586853d8473bd63b1d455ab6b472cf8f89c7e3648
|
|
7
|
+
data.tar.gz: 7ece3614c31d38b043ee0bcf80740cc3605a603d1d70d54b64d2210b3f01f01fdc1fd2fae0344594a40e905000d3c55076ddffc40d7752f1f649785c655acc9a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-homegraph_v1
|
|
2
2
|
|
|
3
|
+
### v0.32.0 (2026-07-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260714
|
|
6
|
+
|
|
7
|
+
### v0.31.0 (2026-06-28)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260619
|
|
10
|
+
|
|
3
11
|
### v0.30.0 (2026-06-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260604
|
|
@@ -892,6 +892,21 @@ 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
|
+
|
|
901
|
+
# Optional in write requests (e.g. ReportStateAndNotification). If set,
|
|
902
|
+
# represents the provider version timestamp of the existing trait in the
|
|
903
|
+
# database. The server will perform optimistic locking validation if this field
|
|
904
|
+
# is present and the experiment is enabled. It will not be persisted to the
|
|
905
|
+
# database.
|
|
906
|
+
# Corresponds to the JSON property `providerVersionTime`
|
|
907
|
+
# @return [String]
|
|
908
|
+
attr_accessor :provider_version_time
|
|
909
|
+
|
|
895
910
|
# The Provider Home API trait payload.
|
|
896
911
|
# Corresponds to the JSON property `trait`
|
|
897
912
|
# @return [Hash<String,Object>]
|
|
@@ -903,6 +918,8 @@ module Google
|
|
|
903
918
|
|
|
904
919
|
# Update properties of this object
|
|
905
920
|
def update!(**args)
|
|
921
|
+
@commit_time = args[:commit_time] if args.key?(:commit_time)
|
|
922
|
+
@provider_version_time = args[:provider_version_time] if args.key?(:provider_version_time)
|
|
906
923
|
@trait = args[:trait] if args.key?(:trait)
|
|
907
924
|
end
|
|
908
925
|
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.32.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 = "20260714"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -459,6 +459,8 @@ module Google
|
|
|
459
459
|
class TraitData
|
|
460
460
|
# @private
|
|
461
461
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
462
|
+
property :commit_time, as: 'commitTime'
|
|
463
|
+
property :provider_version_time, as: 'providerVersionTime'
|
|
462
464
|
hash :trait, as: 'trait'
|
|
463
465
|
end
|
|
464
466
|
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.32.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.32.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:
|