File tree Expand file tree Collapse file tree
generated/google-apis-homegraph_v1
lib/google/apis/homegraph_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301398,6 +301398,7 @@
301398301398"/homegraph:v1/SyncResponsePayload/devices": devices
301399301399"/homegraph:v1/SyncResponsePayload/devices/device": device
301400301400"/homegraph:v1/TraitData": trait_data
301401+ "/homegraph:v1/TraitData/commitTime": commit_time
301401301402"/homegraph:v1/TraitData/trait": trait
301402301403"/homegraph:v1/TraitData/trait/trait": trait
301403301404"/homegraph:v1/fields": fields
Original file line number Diff line number Diff line change 11# Release history for google-apis-homegraph_v1
22
3+ ### v0.31.0 (2026-06-28)
4+
5+ * Regenerated from discovery document revision 20260619
6+
37### v0.30.0 (2026-06-14)
48
59* Regenerated from discovery document revision 20260604
Original file line number Diff line number Diff line change @@ -892,6 +892,12 @@ def update!(**args)
892892 class TraitData
893893 include Google ::Apis ::Core ::Hashable
894894
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+
895901 # The Provider Home API trait payload.
896902 # Corresponds to the JSON property `trait`
897903 # @return [Hash<String,Object>]
@@ -903,6 +909,7 @@ def initialize(**args)
903909
904910 # Update properties of this object
905911 def update! ( **args )
912+ @commit_time = args [ :commit_time ] if args . key? ( :commit_time )
906913 @trait = args [ :trait ] if args . key? ( :trait )
907914 end
908915 end
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module HomegraphV1
1818 # Version of the google-apis-homegraph_v1 gem
19- GEM_VERSION = "0.30 .0"
19+ GEM_VERSION = "0.31 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.19.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260604 "
25+ REVISION = "20260619 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -459,6 +459,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
459459 class TraitData
460460 # @private
461461 class Representation < Google ::Apis ::Core ::JsonRepresentation
462+ property :commit_time , as : 'commitTime'
462463 hash :trait , as : 'trait'
463464 end
464465 end
You can’t perform that action at this time.
0 commit comments