google-apis-mybusinesslodging_v1 0.13.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/mybusinesslodging_v1/classes.rb +15 -0
- data/lib/google/apis/mybusinesslodging_v1/gem_version.rb +2 -2
- data/lib/google/apis/mybusinesslodging_v1/representations.rb +2 -0
- data/lib/google/apis/mybusinesslodging_v1/service.rb +2 -1
- data/lib/google/apis/mybusinesslodging_v1.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a07986b2c62f79042a53ea85888ccf1502629f9992a0572a85cd9137704a38b
|
4
|
+
data.tar.gz: 29ebb7de0d0ff617111da25bfc0d0d34577686912ff4c12ffc1f737887fce167
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 736582304094acf19334359b533a18bc1ae72f8a8d737a7b97e03f012d381e476e36a79ac35ead73f4316cfbadc2f75c4419c5191111e58ea6be67dbe8c05fa6
|
7
|
+
data.tar.gz: bde41369a63877607d3a13f4f33e5fe68c66d0bfe7a55db24095334b848fa81b064c50fdc3f9fb5462231346b8ff457622a8d1f0e0609d58167ca58e98738be6
|
data/CHANGELOG.md
CHANGED
@@ -813,6 +813,19 @@ module Google
|
|
813
813
|
# @return [String]
|
814
814
|
attr_accessor :kids_club_exception
|
815
815
|
|
816
|
+
# Kids friendly. The hotel has one or more special features for families with
|
817
|
+
# children, such as reduced rates, child-sized beds, kids' club, babysitting
|
818
|
+
# service, or suitable place to play on premises.
|
819
|
+
# Corresponds to the JSON property `kidsFriendly`
|
820
|
+
# @return [Boolean]
|
821
|
+
attr_accessor :kids_friendly
|
822
|
+
alias_method :kids_friendly?, :kids_friendly
|
823
|
+
|
824
|
+
# Kids friendly exception.
|
825
|
+
# Corresponds to the JSON property `kidsFriendlyException`
|
826
|
+
# @return [String]
|
827
|
+
attr_accessor :kids_friendly_exception
|
828
|
+
|
816
829
|
def initialize(**args)
|
817
830
|
update!(**args)
|
818
831
|
end
|
@@ -825,6 +838,8 @@ module Google
|
|
825
838
|
@kids_activities_exception = args[:kids_activities_exception] if args.key?(:kids_activities_exception)
|
826
839
|
@kids_club = args[:kids_club] if args.key?(:kids_club)
|
827
840
|
@kids_club_exception = args[:kids_club_exception] if args.key?(:kids_club_exception)
|
841
|
+
@kids_friendly = args[:kids_friendly] if args.key?(:kids_friendly)
|
842
|
+
@kids_friendly_exception = args[:kids_friendly_exception] if args.key?(:kids_friendly_exception)
|
828
843
|
end
|
829
844
|
end
|
830
845
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MybusinesslodgingV1
|
18
18
|
# Version of the google-apis-mybusinesslodging_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221124"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -416,6 +416,8 @@ module Google
|
|
416
416
|
property :kids_activities_exception, as: 'kidsActivitiesException'
|
417
417
|
property :kids_club, as: 'kidsClub'
|
418
418
|
property :kids_club_exception, as: 'kidsClubException'
|
419
|
+
property :kids_friendly, as: 'kidsFriendly'
|
420
|
+
property :kids_friendly_exception, as: 'kidsFriendlyException'
|
419
421
|
end
|
420
422
|
end
|
421
423
|
|
@@ -23,7 +23,8 @@ module Google
|
|
23
23
|
# My Business Lodging API
|
24
24
|
#
|
25
25
|
# The My Business Lodging API enables managing lodging business information on
|
26
|
-
# Google.
|
26
|
+
# Google. Note - If you have a quota of 0 after enabling the API, please request
|
27
|
+
# for GBP API access.
|
27
28
|
#
|
28
29
|
# @example
|
29
30
|
# require 'google/apis/mybusinesslodging_v1'
|
@@ -22,7 +22,8 @@ module Google
|
|
22
22
|
# My Business Lodging API
|
23
23
|
#
|
24
24
|
# The My Business Lodging API enables managing lodging business information on
|
25
|
-
# Google.
|
25
|
+
# Google. Note - If you have a quota of 0 after enabling the API, please request
|
26
|
+
# for GBP API access.
|
26
27
|
#
|
27
28
|
# @see https://developers.google.com/my-business/
|
28
29
|
module MybusinesslodgingV1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-mybusinesslodging_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinesslodging_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinesslodging_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinesslodging_v1/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinesslodging_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|