google-apis-homegraph_v1 0.31.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
|
@@ -898,6 +898,15 @@ module Google
|
|
|
898
898
|
# @return [String]
|
|
899
899
|
attr_accessor :commit_time
|
|
900
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
|
+
|
|
901
910
|
# The Provider Home API trait payload.
|
|
902
911
|
# Corresponds to the JSON property `trait`
|
|
903
912
|
# @return [Hash<String,Object>]
|
|
@@ -910,6 +919,7 @@ module Google
|
|
|
910
919
|
# Update properties of this object
|
|
911
920
|
def update!(**args)
|
|
912
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)
|
|
913
923
|
@trait = args[:trait] if args.key?(:trait)
|
|
914
924
|
end
|
|
915
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
|
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:
|