google-apis-mybusinesslodging_v1 0.16.0 → 0.17.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: ab8d49da537863d14199fcf0737ce108ba19227b1f5f56bbc148daa7847aced9
|
4
|
+
data.tar.gz: 32a5a95bc561402f338e1bdaf3bb3377b9446021a071eb1f6e77921034e34a73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b1e59289ba0b63a0a211c9b90ce47d18057fe0e6e063cedfd2e70a536cb26212962715065b73391aba26380f8756142870b499983432e4710a6967ea389a446
|
7
|
+
data.tar.gz: 94af02c61c31745deb5ed6daaafa6d26547f3cc79d0adcc993382fa55653dde5100f91d18437682c9a1770dca0cea22c4c4d79c0fab0757a8bdb412f405a3c2d
|
data/CHANGELOG.md
CHANGED
@@ -508,7 +508,8 @@ module Google
|
|
508
508
|
end
|
509
509
|
end
|
510
510
|
|
511
|
-
# An eco certificate awarded to the hotel.
|
511
|
+
# An eco certificate awarded to the hotel. Deprecated: this message is no longer
|
512
|
+
# populated. All certification data is now provided by BeCause.
|
512
513
|
class EcoCertification
|
513
514
|
include Google::Apis::Core::Hashable
|
514
515
|
|
@@ -623,7 +624,8 @@ module Google
|
|
623
624
|
# @return [String]
|
624
625
|
attr_accessor :energy_saving_thermostats_exception
|
625
626
|
|
626
|
-
# Output only. Green building design. True if
|
627
|
+
# Output only. Green building design. True if the property has been awarded a
|
628
|
+
# relevant certification.
|
627
629
|
# Corresponds to the JSON property `greenBuildingDesign`
|
628
630
|
# @return [Boolean]
|
629
631
|
attr_accessor :green_building_design
|
@@ -3811,7 +3813,9 @@ module Google
|
|
3811
3813
|
# @return [Google::Apis::MybusinesslodgingV1::EnergyEfficiency]
|
3812
3814
|
attr_accessor :energy_efficiency
|
3813
3815
|
|
3814
|
-
# Sustainability certifications the hotel has been awarded.
|
3816
|
+
# Sustainability certifications the hotel has been awarded. Deprecated: this
|
3817
|
+
# message is no longer populated. All certification data is now provided by
|
3818
|
+
# BeCause.
|
3815
3819
|
# Corresponds to the JSON property `sustainabilityCertifications`
|
3816
3820
|
# @return [Google::Apis::MybusinesslodgingV1::SustainabilityCertifications]
|
3817
3821
|
attr_accessor :sustainability_certifications
|
@@ -3845,7 +3849,9 @@ module Google
|
|
3845
3849
|
end
|
3846
3850
|
end
|
3847
3851
|
|
3848
|
-
# Sustainability certifications the hotel has been awarded.
|
3852
|
+
# Sustainability certifications the hotel has been awarded. Deprecated: this
|
3853
|
+
# message is no longer populated. All certification data is now provided by
|
3854
|
+
# BeCause.
|
3849
3855
|
class SustainabilityCertifications
|
3850
3856
|
include Google::Apis::Core::Hashable
|
3851
3857
|
|
@@ -3864,14 +3870,12 @@ module Google
|
|
3864
3870
|
# @return [Array<Google::Apis::MybusinesslodgingV1::EcoCertification>]
|
3865
3871
|
attr_accessor :eco_certifications
|
3866
3872
|
|
3867
|
-
# LEED certification.
|
3868
|
-
# certification status is now provided directly by USGBC.
|
3873
|
+
# LEED certification.
|
3869
3874
|
# Corresponds to the JSON property `leedCertification`
|
3870
3875
|
# @return [String]
|
3871
3876
|
attr_accessor :leed_certification
|
3872
3877
|
|
3873
|
-
# LEED certification exception.
|
3874
|
-
# LEED certification status is now provided directly by USGBC.
|
3878
|
+
# LEED certification exception.
|
3875
3879
|
# Corresponds to the JSON property `leedCertificationException`
|
3876
3880
|
# @return [String]
|
3877
3881
|
attr_accessor :leed_certification_exception
|
@@ -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.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231029"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.17.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: 2023-
|
11
|
+
date: 2023-11-05 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.17.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.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for My Business Lodging API V1
|