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: 4c0fbc9665b83da4f3877f0f7cd33d4ecf3c5902a97c8a33b638d10533d38e69
4
- data.tar.gz: 147b33bed132b9b6eb7154aea6339fd77d8b5912c0ade8e600a1310280474563
3
+ metadata.gz: c09e7252d0395059667440867a741be3ad3e4152ec7ddabf4be908b0ca1a3d90
4
+ data.tar.gz: 2b69beb2cacc63059c2b52078f6a493e6f005d311bd5777fd7a1307620333fc4
5
5
  SHA512:
6
- metadata.gz: e94fda14e058c6c56ac92e9fbe35f13da97eda2bc0390ad6b061a018953f4eafbe0827f3afa6b7e18fcdcd6a8aa66329a9d315ad1b4cc968751dab1b0773eeb8
7
- data.tar.gz: 51c669dd5db8b854e0223c7005ca98c01a45e435c106485862cdc8bd1d52dcaf5a85799be5cd252f20c37f2707a631c2d53bb90fd148a40afa5e326e3f4d8141
6
+ metadata.gz: aebf0905d565a819f940b3d06dcd7e2b6177f718034882dbf4fbcd878aef8a2b7daadb3a321537c1caf1567f166e1f6bb6d17f360fbfb7b8dae8da68054dbd19
7
+ data.tar.gz: ceea28d80f849373baa98a7a8e5961b98c30cfcdcdfd395f815de811752899d70d678105046f87159d8f32aa6f53cfab74dd8cd57f33deae4921923226bc9556
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-homegraph_v1
2
2
 
3
+ ### v0.31.0 (2026-06-28)
4
+
5
+ * Regenerated from discovery document revision 20260619
6
+
3
7
  ### v0.30.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260604
@@ -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.30.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 = "20260604"
25
+ REVISION = "20260619"
26
26
  end
27
27
  end
28
28
  end
@@ -459,6 +459,7 @@ module Google
459
459
  class TraitData
460
460
  # @private
461
461
  class Representation < Google::Apis::Core::JsonRepresentation
462
+ property :commit_time, as: 'commitTime'
462
463
  hash :trait, as: 'trait'
463
464
  end
464
465
  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.30.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.30.0
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: