google-apis-mybusinesslodging_v1 0.13.0 → 0.15.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 +9 -0
- data/lib/google/apis/mybusinesslodging_v1/classes.rb +15 -0
- data/lib/google/apis/mybusinesslodging_v1/gem_version.rb +3 -3
- data/lib/google/apis/mybusinesslodging_v1/representations.rb +2 -0
- data/lib/google/apis/mybusinesslodging_v1/service.rb +4 -3
- data/lib/google/apis/mybusinesslodging_v1.rb +2 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f56ca9b1b20f6e26a242697be748976a96086010d348bfdf054275085aa31d7
|
4
|
+
data.tar.gz: 9524b6c1aa7c4fe47c0950368f6356da0fa688d4d03f3db9d0803c084ebb5f63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfcc8a452ec600a8ee0875bf3152874029530d7b8d12200ca306fac76ef79c7cedfaeefef577ca7e57364896bf3d5ccd8e8e26c260f52541d3767d84c81e9285
|
7
|
+
data.tar.gz: 85e2f4f715f761254968c454fed361f196b55c5ba499ba61cb1a02416ee595688151236548983b7ec035b5ce1e085cdfcdc33c77c830735b9315fc07991d5c64
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-mybusinesslodging_v1
|
2
2
|
|
3
|
+
### v0.15.0 (2023-01-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230124
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
8
|
+
### v0.14.0 (2022-11-25)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20221124
|
11
|
+
|
3
12
|
### v0.13.0 (2022-10-27)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.11.0
|
@@ -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.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230124"
|
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'
|
@@ -126,8 +127,8 @@ module Google
|
|
126
127
|
|
127
128
|
# Returns the Google updated Lodging of a specific location.
|
128
129
|
# @param [String] name
|
129
|
-
# Required. Google identifier for this location in the form: `
|
130
|
-
#
|
130
|
+
# Required. Google identifier for this location in the form: `locations/`
|
131
|
+
# location_id`/lodging`
|
131
132
|
# @param [String] read_mask
|
132
133
|
# Required. The specific fields to return. Use "*" to include all fields.
|
133
134
|
# Repeated field items cannot be individually specified.
|
@@ -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.15.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:
|
11
|
+
date: 2023-01-29 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.15.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for My Business Lodging API V1
|