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: c09e7252d0395059667440867a741be3ad3e4152ec7ddabf4be908b0ca1a3d90
4
- data.tar.gz: 2b69beb2cacc63059c2b52078f6a493e6f005d311bd5777fd7a1307620333fc4
3
+ metadata.gz: 2824551c2d7ded22de0a0d1b43be20bb205528ae1eb7ea8fb45af58e57bb514f
4
+ data.tar.gz: 2c4fdb642549ea267c89d74ec07469cffae2527f023b1b14e24494e9262b35c4
5
5
  SHA512:
6
- metadata.gz: aebf0905d565a819f940b3d06dcd7e2b6177f718034882dbf4fbcd878aef8a2b7daadb3a321537c1caf1567f166e1f6bb6d17f360fbfb7b8dae8da68054dbd19
7
- data.tar.gz: ceea28d80f849373baa98a7a8e5961b98c30cfcdcdfd395f815de811752899d70d678105046f87159d8f32aa6f53cfab74dd8cd57f33deae4921923226bc9556
6
+ metadata.gz: d6c42685f0c210c2bd5f7a1c86441035d698c98d9b09f0be53eb672890b8929e2ebfb5f5e24178b4b885dce586853d8473bd63b1d455ab6b472cf8f89c7e3648
7
+ data.tar.gz: 7ece3614c31d38b043ee0bcf80740cc3605a603d1d70d54b64d2210b3f01f01fdc1fd2fae0344594a40e905000d3c55076ddffc40d7752f1f649785c655acc9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.31.0 (2026-06-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20260619
@@ -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.31.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 = "20260619"
25
+ REVISION = "20260714"
26
26
  end
27
27
  end
28
28
  end
@@ -460,6 +460,7 @@ module Google
460
460
  # @private
461
461
  class Representation < Google::Apis::Core::JsonRepresentation
462
462
  property :commit_time, as: 'commitTime'
463
+ property :provider_version_time, as: 'providerVersionTime'
463
464
  hash :trait, as: 'trait'
464
465
  end
465
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.31.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.31.0
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: