google-apis-places_v1 0.44.0 → 0.45.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: 0c3dc7450b0d28cf7d6334fae0954ad22ba7285d30cee60f57a6a302438eb35a
4
- data.tar.gz: 80066094c434ca629d8a749af27bf50ddc334b36fcaaa66dd12a290f5bb1651b
3
+ metadata.gz: df5b7f6c9dac2298f237109e97dafa3c54a9805f18240afed756afcb194950b5
4
+ data.tar.gz: 0d7efbf7886e062764eacb54ef250edd6c964aa46e0d9368983309eb9ee60bba
5
5
  SHA512:
6
- metadata.gz: 95287229007b61dc53dc3e53f1f0f4ff08660be1ce15dc6308e16f4162f54f975d25b7155bc84a0b9d9074b18c515856ae9bb9a72ae970c3735d407e21743836
7
- data.tar.gz: 71275bc4aff2328644b3161a6133cd148c570077e3b9735ad2096c2736ea4424294f652fccc67a84d67e0a861b6c68572674e35cc15e59200c43c9cafed14aaa
6
+ metadata.gz: 7963f877a0574b379686570c5835dcdeb7474769241b9f93b357fdba17c47e6447b15349e4c6307bde94190012eae5e688eee77de2456cb073367fc2a816c909
7
+ data.tar.gz: 9ad7ddb0167fb3032564f9e294b84a6a319cb4699766a856f0068e2c986e9015a24b323f3838f932a0eec21637d54c665531cf9d8cfb29cc6497954659dca065
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-places_v1
2
2
 
3
+ ### v0.45.0 (2026-05-31)
4
+
5
+ * Regenerated from discovery document revision 20260524
6
+
3
7
  ### v0.44.0 (2026-05-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20260517
@@ -724,15 +724,11 @@ module Google
724
724
  end
725
725
  end
726
726
 
727
- # Experimental: See https://developers.google.com/maps/documentation/places/web-
728
- # service/experimental/places-generative for more details. Content that is
729
- # contextual to the place query.
727
+ # Content that is contextual to the place query.
730
728
  class GoogleMapsPlacesV1ContextualContent
731
729
  include Google::Apis::Core::Hashable
732
730
 
733
- # Experimental: See https://developers.google.com/maps/documentation/places/web-
734
- # service/experimental/places-generative for more details. Justifications for
735
- # the place.
731
+ # Justifications for the place.
736
732
  # Corresponds to the JSON property `justifications`
737
733
  # @return [Array<Google::Apis::PlacesV1::GoogleMapsPlacesV1ContextualContentJustification>]
738
734
  attr_accessor :justifications
@@ -760,26 +756,21 @@ module Google
760
756
  end
761
757
  end
762
758
 
763
- # Experimental: See https://developers.google.com/maps/documentation/places/web-
764
- # service/experimental/places-generative for more details. Justifications for
765
- # the place. Justifications answers the question of why a place could interest
766
- # an end user.
759
+ # Justifications for the place. Justifications answers the question of why a
760
+ # place could interest an end user.
767
761
  class GoogleMapsPlacesV1ContextualContentJustification
768
762
  include Google::Apis::Core::Hashable
769
763
 
770
- # Experimental: See https://developers.google.com/maps/documentation/places/web-
771
- # service/experimental/places-generative for more details.
772
764
  # BusinessAvailabilityAttributes justifications. This shows some attributes a
773
765
  # business has that could interest an end user.
774
766
  # Corresponds to the JSON property `businessAvailabilityAttributesJustification`
775
767
  # @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification]
776
768
  attr_accessor :business_availability_attributes_justification
777
769
 
778
- # Experimental: See https://developers.google.com/maps/documentation/places/web-
779
- # service/experimental/places-generative for more details. User review
780
- # justifications. This highlights a section of the user review that would
781
- # interest an end user. For instance, if the search query is "firewood pizza",
782
- # the review justification highlights the text relevant to the search query.
770
+ # User review justifications. This highlights a section of the user review that
771
+ # would interest an end user. For instance, if the search query is "firewood
772
+ # pizza", the review justification highlights the text relevant to the search
773
+ # query.
783
774
  # Corresponds to the JSON property `reviewJustification`
784
775
  # @return [Google::Apis::PlacesV1::GoogleMapsPlacesV1ContextualContentJustificationReviewJustification]
785
776
  attr_accessor :review_justification
@@ -795,8 +786,6 @@ module Google
795
786
  end
796
787
  end
797
788
 
798
- # Experimental: See https://developers.google.com/maps/documentation/places/web-
799
- # service/experimental/places-generative for more details.
800
789
  # BusinessAvailabilityAttributes justifications. This shows some attributes a
801
790
  # business has that could interest an end user.
802
791
  class GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification
@@ -832,11 +821,10 @@ module Google
832
821
  end
833
822
  end
834
823
 
835
- # Experimental: See https://developers.google.com/maps/documentation/places/web-
836
- # service/experimental/places-generative for more details. User review
837
- # justifications. This highlights a section of the user review that would
838
- # interest an end user. For instance, if the search query is "firewood pizza",
839
- # the review justification highlights the text relevant to the search query.
824
+ # User review justifications. This highlights a section of the user review that
825
+ # would interest an end user. For instance, if the search query is "firewood
826
+ # pizza", the review justification highlights the text relevant to the search
827
+ # query.
840
828
  class GoogleMapsPlacesV1ContextualContentJustificationReviewJustification
841
829
  include Google::Apis::Core::Hashable
842
830
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PlacesV1
18
18
  # Version of the google-apis-places_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260517"
25
+ REVISION = "20260524"
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-places_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.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-places_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.44.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-places_v1/v0.45.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-places_v1
62
62
  rdoc_options: []
63
63
  require_paths: