google-apis-mybusinessbusinessinformation_v1 0.27.0 → 0.28.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: cb0034aac78052773ddaac2ce8c12da1e8afc4bbc0edf783d425986826c9e016
|
4
|
+
data.tar.gz: e7ac055a06da82d2d3885818330bea647dfb71666debe4ff148dfc51882299b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbb80663c829180c112fa4b71b72380f5a41f3dfeea5354befe02c6a2c029e091a940894ada9c6fc575453e72abbcbb99ae3a0ed0181c61b76a681be6bef3706
|
7
|
+
data.tar.gz: 262cadfe8761c8b63e2af15d156d0a4a1690f43b6a28a4268ea5a00511aa08183da87312ba029a2cb44acaef09da381ddb7a865c46a2f83181db57ae238dee35
|
data/CHANGELOG.md
CHANGED
@@ -978,6 +978,12 @@ module Google
|
|
978
978
|
attr_accessor :has_voice_of_merchant
|
979
979
|
alias_method :has_voice_of_merchant?, :has_voice_of_merchant
|
980
980
|
|
981
|
+
# Output only.
|
982
|
+
# Corresponds to the JSON property `isParticularlyPersonalPlace`
|
983
|
+
# @return [Boolean]
|
984
|
+
attr_accessor :is_particularly_personal_place
|
985
|
+
alias_method :is_particularly_personal_place?, :is_particularly_personal_place
|
986
|
+
|
981
987
|
# Output only. A link to the location on Maps.
|
982
988
|
# Corresponds to the JSON property `mapsUri`
|
983
989
|
# @return [String]
|
@@ -1013,6 +1019,7 @@ module Google
|
|
1013
1019
|
@has_google_updated = args[:has_google_updated] if args.key?(:has_google_updated)
|
1014
1020
|
@has_pending_edits = args[:has_pending_edits] if args.key?(:has_pending_edits)
|
1015
1021
|
@has_voice_of_merchant = args[:has_voice_of_merchant] if args.key?(:has_voice_of_merchant)
|
1022
|
+
@is_particularly_personal_place = args[:is_particularly_personal_place] if args.key?(:is_particularly_personal_place)
|
1016
1023
|
@maps_uri = args[:maps_uri] if args.key?(:maps_uri)
|
1017
1024
|
@new_review_uri = args[:new_review_uri] if args.key?(:new_review_uri)
|
1018
1025
|
@place_id = args[:place_id] if args.key?(:place_id)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MybusinessbusinessinformationV1
|
18
18
|
# Version of the google-apis-mybusinessbusinessinformation_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.28.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 = "
|
25
|
+
REVISION = "20250723"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -569,6 +569,7 @@ module Google
|
|
569
569
|
property :has_google_updated, as: 'hasGoogleUpdated'
|
570
570
|
property :has_pending_edits, as: 'hasPendingEdits'
|
571
571
|
property :has_voice_of_merchant, as: 'hasVoiceOfMerchant'
|
572
|
+
property :is_particularly_personal_place, as: 'isParticularlyPersonalPlace'
|
572
573
|
property :maps_uri, as: 'mapsUri'
|
573
574
|
property :new_review_uri, as: 'newReviewUri'
|
574
575
|
property :place_id, as: 'placeId'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-mybusinessbusinessinformation_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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-mybusinessbusinessinformation_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessbusinessinformation_v1/v0.28.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessbusinessinformation_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|