Lodging

提供住宿的地点。

JSON 表示法
{
  "name": string,
  "metadata": {
    object (LodgingMetadata)
  },
  "property": {
    object (Property)
  },
  "services": {
    object (Services)
  },
  "policies": {
    object (Policies)
  },
  "foodAndDrink": {
    object (FoodAndDrink)
  },
  "pools": {
    object (Pools)
  },
  "wellness": {
    object (Wellness)
  },
  "activities": {
    object (Activities)
  },
  "transportation": {
    object (Transportation)
  },
  "families": {
    object (Families)
  },
  "connectivity": {
    object (Connectivity)
  },
  "business": {
    object (Business)
  },
  "accessibility": {
    object (Accessibility)
  },
  "pets": {
    object (Pets)
  },
  "parking": {
    object (Parking)
  },
  "housekeeping": {
    object (Housekeeping)
  },
  "healthAndSafety": {
    object (HealthAndSafety)
  },
  "sustainability": {
    object (Sustainability)
  },
  "commonLivingArea": {
    object (LivingArea)
  },
  "guestUnits": [
    {
      object (GuestUnitType)
    }
  ],
  "allUnits": {
    object (GuestUnitFeatures)
  },
  "someUnits": {
    object (GuestUnitFeatures)
  }
}
字段
name

string

必需。此营业地点的 Google 标识符,格式为:locations/{locationId}/lodging

metadata

object (LodgingMetadata)

必需。住宿元数据。

property

object (Property)

关于酒店的物理结构和重要日期的一般事实信息。

services

object (Services)

酒店为让住宿变得更轻松、更舒适而提供的便利或帮助。

policies

object (Policies)

影响房客的房源规则。

foodAndDrink

object (FoodAndDrink)

酒店内供应的餐点、小吃和饮料。

pools

object (Pools)

酒店提供的游泳池或水上娱乐设施。

wellness

object (Wellness)

酒店为房客提供的保健、美容和健身设施。

activities

object (Activities)

休闲娱乐设施和功能。

transportation

object (Transportation)

由房源协助或拥有的车辆或车辆服务。

families

object (Families)

为家庭和年轻客人提供的服务和设施。

connectivity

object (Connectivity)

酒店为房客提供互联网访问的方式。

business

object (Business)

商务旅行者感兴趣的酒店特色。

accessibility

object (Accessibility)

根据人类身体能力的不同水平对酒店进行了身体适应。

pets

object (Pets)

关于访客拥有的动物的政策。

parking

object (Parking)

酒店提供停车位。

housekeeping

object (Housekeeping)

客房为房客提供便利,让住宿更轻松、更舒适。

healthAndSafety

object (HealthAndSafety)

酒店在新冠肺炎 (COVID-19) 疫情期间采取的健康和安全措施。

sustainability

object (Sustainability)

酒店采取了可持续发展做法。

commonLivingArea

object (LivingArea)

此旅馆提供的公共起居区的功能。

guestUnits[]

object (GuestUnitType)

此住宿提供的各项 GuestUnitType。

allUnits

object (GuestUnitFeatures)

仅供输出。房源上的所有单元至少具有这些属性。

someUnits

object (GuestUnitFeatures)

仅供输出。房源中的某些单元拥有与这些属性一样多的属性。

LodgingMetadata

住宿的元数据。

JSON 表示法
{
  "updateTime": string
}
字段
updateTime

string (Timestamp format)

必需。住宿数据在现实世界中声称为真实的最新时间。此时间不一定是发出请求的时间。

时间戳,采用 RFC3339 世界协调时间 (UTC)(即“祖鲁时”)格式,具有纳秒级分辨率,最多包含九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

媒体资源

关于酒店的物理结构和重要日期的一般事实信息。

JSON 表示法
{

  // Union field built_year_oneof can be only one of the following:
  "builtYear": integer,
  "builtYearException": enum (Exception)
  // End of list of possible types for union field built_year_oneof.

  // Union field last_renovated_year_oneof can be only one of the following:
  "lastRenovatedYear": integer,
  "lastRenovatedYearException": enum (Exception)
  // End of list of possible types for union field last_renovated_year_oneof.

  // Union field rooms_count_oneof can be only one of the following:
  "roomsCount": integer,
  "roomsCountException": enum (Exception)
  // End of list of possible types for union field rooms_count_oneof.

  // Union field floors_count_oneof can be only one of the following:
  "floorsCount": integer,
  "floorsCountException": enum (Exception)
  // End of list of possible types for union field floors_count_oneof.
}
字段

联合字段 built_year_oneof

built_year_oneof 只能是下列其中一项:

builtYear

integer

建造年份。房产建设完成的年份。

builtYearException

enum (Exception)

构建年份例外。

联合字段 last_renovated_year_oneof

last_renovated_year_oneof 只能是下列其中一项:

lastRenovatedYear

integer

最近翻修的年份。房源最近翻修完成的年份。翻修可能包括以下全部或任意组合:单元、公共空间、外部或内部。

lastRenovatedYearException

enum (Exception)

上次翻修年份例外。

联合字段 rooms_count_oneof

rooms_count_oneof 只能是下列其中一项:

roomsCount

integer

客房数量。过夜房客可预订的客房和套房总数。不包括活动场地、公共空间、会议室、健身房、商务中心、水疗中心、沙龙、餐厅/酒吧或商店。

roomsCountException

enum (Exception)

会议室数量例外。

联合字段 floors_count_oneof

floors_count_oneof 只能是下列其中一项:

floorsCount

integer

楼层数。建筑物从一楼到顶楼可供房客入住的楼层数量。

floorsCountException

enum (Exception)

楼层数统计例外。

异常

例外模式。只有在相关 proto 字段无法表示事实信息时,才使用此选项。也就是说,某项服务仅在一周中的某几天提供,或者某项酒店设施仅在季节性开放。对于不可用的设施,它不能用作 false 的替代方法。

枚举
EXCEPTION_UNSPECIFIED 默认的未指定异常。仅当更具体的异常不匹配时,才使用此选项。
UNDER_CONSTRUCTION 由于工作订单正在进行,酒店设施或服务不可用。
DEPENDENT_ON_SEASON 酒店设施或服务是否随季节而变化。
DEPENDENT_ON_DAY_OF_WEEK 酒店设施或服务是否可用取决于一周中的哪一天。

服务

酒店为让住宿变得更轻松、更舒适而提供的便利或帮助。

JSON 表示法
{
  "languagesSpoken": [
    {
      object (LanguageSpoken)
    }
  ],

  // Union field front_desk_oneof can be only one of the following:
  "frontDesk": boolean,
  "frontDeskException": enum (Exception)
  // End of list of possible types for union field front_desk_oneof.

  // Union field twenty_four_hour_front_desk_oneof can be only one of the
  // following:
  "twentyFourHourFrontDesk": boolean,
  "twentyFourHourFrontDeskException": enum (Exception)
  // End of list of possible types for union field
  // twenty_four_hour_front_desk_oneof.

  // Union field concierge_oneof can be only one of the following:
  "concierge": boolean,
  "conciergeException": enum (Exception)
  // End of list of possible types for union field concierge_oneof.

  // Union field elevator_oneof can be only one of the following:
  "elevator": boolean,
  "elevatorException": enum (Exception)
  // End of list of possible types for union field elevator_oneof.

  // Union field baggage_storage_oneof can be only one of the following:
  "baggageStorage": boolean,
  "baggageStorageException": enum (Exception)
  // End of list of possible types for union field baggage_storage_oneof.

  // Union field full_service_laundry_oneof can be only one of the following:
  "fullServiceLaundry": boolean,
  "fullServiceLaundryException": enum (Exception)
  // End of list of possible types for union field full_service_laundry_oneof.

  // Union field self_service_laundry_oneof can be only one of the following:
  "selfServiceLaundry": boolean,
  "selfServiceLaundryException": enum (Exception)
  // End of list of possible types for union field self_service_laundry_oneof.

  // Union field social_hour_oneof can be only one of the following:
  "socialHour": boolean,
  "socialHourException": enum (Exception)
  // End of list of possible types for union field social_hour_oneof.

  // Union field wake_up_calls_oneof can be only one of the following:
  "wakeUpCalls": boolean,
  "wakeUpCallsException": enum (Exception)
  // End of list of possible types for union field wake_up_calls_oneof.

  // Union field convenience_store_oneof can be only one of the following:
  "convenienceStore": boolean,
  "convenienceStoreException": enum (Exception)
  // End of list of possible types for union field convenience_store_oneof.

  // Union field gift_shop_oneof can be only one of the following:
  "giftShop": boolean,
  "giftShopException": enum (Exception)
  // End of list of possible types for union field gift_shop_oneof.

  // Union field currency_exchange_oneof can be only one of the following:
  "currencyExchange": boolean,
  "currencyExchangeException": enum (Exception)
  // End of list of possible types for union field currency_exchange_oneof.
}
字段
languagesSpoken[]

object (LanguageSpoken)

至少有一名工作人员讲语言。

联合字段 front_desk_oneof

front_desk_oneof 只能是下列其中一项:

frontDesk

boolean

前台。酒店大堂或入口处的柜台或服务台,员工会接待房客并处理与住宿相关的信息(包括入住和退房)。不一定有人工值守,全年无休。

frontDeskException

enum (Exception)

前台服务例外情况。

联合字段 twenty_four_hour_front_desk_oneof

twenty_four_hour_front_desk_oneof 只能是下列其中一项:

twentyFourHourFrontDesk

boolean

24 小时前台。前台全天 24 小时提供工作人员服务。

twentyFourHourFrontDeskException

enum (Exception)

24 小时前台服务例外情况。

联合字段 concierge_oneof

concierge_oneof 只能是下列其中一项:

concierge

boolean

礼宾接待。酒店员工负责订餐、购买剧院门票、安排游览、寻找医生、提供建议和回答问题,从而为住宿带来轻松舒适的体验。

conciergeException

enum (Exception)

礼宾接待例外情况。

联合字段 elevator_oneof

elevator_oneof 只能是下列其中一项:

elevator

boolean

电梯。用于将房客从一个层楼转到另一层的载客电梯。也称为升降机。

elevatorException

enum (Exception)

电梯异常。

联合字段 baggage_storage_oneof

baggage_storage_oneof 只能是下列其中一项:

baggageStorage

boolean

行李寄存。允许房客在正式入住时间之前抵达入住酒店时将行李寄存在酒店。如果房客想在退房后到离开当地之前留下行李,则不一定允许申请。也称为“行李寄存”。

baggageStorageException

enum (Exception)

行李寄存例外情况。

联合字段 full_service_laundry_oneof

full_service_laundry_oneof 只能是下列其中一项:

fullServiceLaundry

boolean

提供全套洗衣服务。由酒店代表房客协助和处理的洗衣和干洗服务。不包含让房客使用内部洗衣机自行洗衣服务。

fullServiceLaundryException

enum (Exception)

全套洗衣服务例外。

联合字段 self_service_laundry_oneof

self_service_laundry_oneof 只能是下列其中一项:

selfServiceLaundry

boolean

自助洗衣设施。房客可使用现场洗衣机和烘干机,用于清洗和烘干自己的衣服。这些机器的使用可能收费,也可能不需要。

selfServiceLaundryException

enum (Exception)

自助洗衣服务例外。

联合字段 social_hour_oneof

social_hour_oneof 只能是下列其中一项:

socialHour

boolean

社交时光。在下午或晚上举办的招待会,提供免费软饮料、茶、咖啡、葡萄酒和/或鸡尾酒。可能由酒店员工招待,也可能让房客自助享用。也称为“美酒时光”。在大堂全天供应咖啡/茶的服务并不构成社交时光或美酒时光。

socialHourException

enum (Exception)

社交时序例外情况。

联合字段 wake_up_calls_oneof

wake_up_calls_oneof 只能是下列其中一项:

wakeUpCalls

boolean

叫醒服务。酒店员工会根据房客要求在指定时间内致电客房。也称为“上午致电”。

wakeUpCallsException

enum (Exception)

叫醒服务例外情况。

联合字段 convenience_store_oneof

convenience_store_oneof 只能是下列其中一项:

convenienceStore

boolean

便利店。酒店内的商店,主要销售小吃、饮料、非处方药、保健和美容辅助用品、杂志和报纸。

convenienceStoreException

enum (Exception)

便利店例外情况。

联合字段 gift_shop_oneof

gift_shop_oneof 只能是下列其中一项:

giftShop

boolean

礼品店。这家内部商店主要销售纪念品、纪念品和其他礼品。可能也销售/不销售杂货、杂志和报纸、服装或零食。

giftShopException

enum (Exception)

礼品店例外情况。

联合字段 currency_exchange_oneof

currency_exchange_oneof 只能是下列其中一项:

currencyExchange

boolean

货币兑换。工作人员或自动化机器,其任务是提供酒店所在区域的本地货币,以换取房客提供的外币。

currencyExchangeException

enum (Exception)

货币兑换例外情况。

LanguageSpoken

至少一名工作人员讲的语言。

JSON 表示法
{
  "languageCode": string,

  // Union field spoken_oneof can be only one of the following:
  "spoken": boolean,
  "spokenException": enum (Exception)
  // End of list of possible types for union field spoken_oneof.
}
字段
languageCode

string

必需。所说语言的 BCP-47 语言代码。目前接受的代码:ar、de、en、es、fil、fr、hi、id、it、ja、ko、nl、pt、ru、vi、yue、zh。

联合字段 spoken_oneof

spoken_oneof 只能是下列其中一项:

spoken

boolean

至少一名工作人员会讲该语言。

spokenException

enum (Exception)

语音异常。

政策

影响房客的房源规则。

JSON 表示法
{
  "paymentOptions": {
    object (PaymentOptions)
  },

  // Union field checkin_time_oneof can be only one of the following:
  "checkinTime": {
    object (TimeOfDay)
  },
  "checkinTimeException": enum (Exception)
  // End of list of possible types for union field checkin_time_oneof.

  // Union field checkout_time_oneof can be only one of the following:
  "checkoutTime": {
    object (TimeOfDay)
  },
  "checkoutTimeException": enum (Exception)
  // End of list of possible types for union field checkout_time_oneof.

  // Union field kids_stay_free_oneof can be only one of the following:
  "kidsStayFree": boolean,
  "kidsStayFreeException": enum (Exception)
  // End of list of possible types for union field kids_stay_free_oneof.

  // Union field max_kids_stay_free_count_oneof can be only one of the following:
  "maxKidsStayFreeCount": integer,
  "maxKidsStayFreeCountException": enum (Exception)
  // End of list of possible types for union field
  // max_kids_stay_free_count_oneof.

  // Union field max_child_age_oneof can be only one of the following:
  "maxChildAge": integer,
  "maxChildAgeException": enum (Exception)
  // End of list of possible types for union field max_child_age_oneof.

  // Union field smoke_free_property_oneof can be only one of the following:
  "smokeFreeProperty": boolean,
  "smokeFreePropertyException": enum (Exception)
  // End of list of possible types for union field smoke_free_property_oneof.

  // Union field all_inclusive_available_oneof can be only one of the following:
  "allInclusiveAvailable": boolean,
  "allInclusiveAvailableException": enum (Exception)
  // End of list of possible types for union field all_inclusive_available_oneof.

  // Union field all_inclusive_only_oneof can be only one of the following:
  "allInclusiveOnly": boolean,
  "allInclusiveOnlyException": enum (Exception)
  // End of list of possible types for union field all_inclusive_only_oneof.
}
字段
paymentOptions

object (PaymentOptions)

酒店接受的付款方式。

联合字段 checkin_time_oneof

checkin_time_oneof 只能是下列其中一项:

checkinTime

object (TimeOfDay)

入住时间。入住当天酒店开始允许房客进入客房的时段。

checkinTimeException

enum (Exception)

入住时间例外情况。

联合字段 checkout_time_oneof

checkout_time_oneof 只能是下列其中一项:

checkoutTime

object (TimeOfDay)

退房时间。房客必须在所订房的最后一天退房并结清账单。部分酒店可能会提供延迟或提前退房服务(收费)。

checkoutTimeException

enum (Exception)

退房时间例外情况。

联合字段 kids_stay_free_oneof

kids_stay_free_oneof 只能是下列其中一项:

kidsStayFree

boolean

儿童可免费入住。房客的儿童可随父母或成人的客房/套房入住,无需额外付费。此政策不一定规定对儿童的年龄或总儿童人数的限制。

kidsStayFreeException

enum (Exception)

儿童可免费入住。

联合字段 max_kids_stay_free_count_oneof

max_kids_stay_free_count_oneof 只能是下列其中一项:

maxKidsStayFreeCount

integer

儿童入住免费数量上限。酒店允许特定数量的儿童入住父母或成人的客房/套房,而无需额外付费。

maxKidsStayFreeCountException

enum (Exception)

儿童入住免费数量上限例外情况。

联合字段 max_child_age_oneof

max_child_age_oneof 只能是下列其中一项:

maxChildAge

integer

最大儿童年龄。酒店允许不超过特定年龄的儿童入住父母或成人的客房/套房,而无需额外付费。

maxChildAgeException

enum (Exception)

儿童年龄上限例外情况。

联合字段 smoke_free_property_oneof

smoke_free_property_oneof 只能是下列其中一项:

smokeFreeProperty

boolean

禁止吸烟。禁止在建筑物内、阳台上或室外空间吸烟。为房客指定吸烟区域的酒店不被视为无烟酒店。

smokeFreePropertyException

enum (Exception)

禁止吸烟。

联合字段 all_inclusive_available_oneof

all_inclusive_available_oneof 只能是下列其中一项:

allInclusiveAvailable

boolean

提供全包价。酒店提供的费率选项包括房费、餐费、活动费用,以及可能单独收费的其他酒店设施的费用。

allInclusiveAvailableException

enum (Exception)

例外的全包价。

联合字段 all_inclusive_only_oneof

all_inclusive_only_oneof 只能是下列其中一项:

allInclusiveOnly

boolean

全包价。酒店提供的唯一房价选项是房价,其中包含客房、餐食、活动及其他设施费用,否则可能会单独收费。

allInclusiveOnlyException

enum (Exception)

例外全包价。

TimeOfDay

表示一天中的某个时间。日期和时区不重要,或在别处指定。API 可以选择允许闰秒。相关类型为 google.type.Dategoogle.protobuf.Timestamp

JSON 表示法
{
  "hours": integer,
  "minutes": integer,
  "seconds": integer,
  "nanos": integer
}
字段
hours

integer

一天中的小时(采用 24 小时制)。值应为 0 到 23。对于业务结束时间等场景,API 可以选择允许“24:00:00”一值。

minutes

integer

一天中某小时的分钟数。值必须是介于 0 和 59 之间的数字。

seconds

integer

时间的秒数部分。通常必须是介于 0 和 59 之间的数字。如果 API 允许闰秒,则 API 可以允许 60 一值。

nanos

integer

秒数的小数部分(以纳秒为单位)。值必须是介于 0 和 999999999 之间的数字。

PaymentOptions

酒店接受的付款方式。

JSON 表示法
{

  // Union field cash_oneof can be only one of the following:
  "cash": boolean,
  "cashException": enum (Exception)
  // End of list of possible types for union field cash_oneof.

  // Union field cheque_oneof can be only one of the following:
  "cheque": boolean,
  "chequeException": enum (Exception)
  // End of list of possible types for union field cheque_oneof.

  // Union field credit_card_oneof can be only one of the following:
  "creditCard": boolean,
  "creditCardException": enum (Exception)
  // End of list of possible types for union field credit_card_oneof.

  // Union field debit_card_oneof can be only one of the following:
  "debitCard": boolean,
  "debitCardException": enum (Exception)
  // End of list of possible types for union field debit_card_oneof.

  // Union field mobile_nfc_oneof can be only one of the following:
  "mobileNfc": boolean,
  "mobileNfcException": enum (Exception)
  // End of list of possible types for union field mobile_nfc_oneof.
}
字段

联合字段 cash_oneof

cash_oneof 只能是下列其中一项:

cash

boolean

现金。酒店接受使用纸币/硬币付款。

cashException

enum (Exception)

现金例外情况。

联合字段 cheque_oneof

cheque_oneof 只能是下列其中一项:

cheque

boolean

支票。酒店接受由房客的银行以房客姓名签发的打印票据作为付款方式。

chequeException

enum (Exception)

支票例外情况。

联合字段 credit_card_oneof

credit_card_oneof 只能是下列其中一项:

creditCard

boolean

信用卡。酒店接受使用银行或信用卡公司签发的银行卡付款。也称为签账卡、借记卡、银行卡或记账卡。

creditCardException

enum (Exception)

信用卡例外情况。

联合字段 debit_card_oneof

debit_card_oneof 只能是下列其中一项:

debitCard

boolean

借记卡。酒店接受由银行签发的银行卡,此类银行卡在处理时会立即从房客的银行账户中扣除相应款项。

debitCardException

enum (Exception)

借记卡异常。

联合字段 mobile_nfc_oneof

mobile_nfc_oneof 只能是下列其中一项:

mobileNfc

boolean

移动 NFC酒店配有兼容的计算机硬件终端,此终端可读取房客智能手机上的付款应用并从中扣款,而无需两台设备发生实际接触。也称为 Apple Pay、Google Pay、Samsung Pay。

mobileNfcException

enum (Exception)

移动 NFC 例外情况。

FoodAndDrink

酒店内供应的餐点、小吃和饮料。

JSON 表示法
{

  // Union field room_service_oneof can be only one of the following:
  "roomService": boolean,
  "roomServiceException": enum (Exception)
  // End of list of possible types for union field room_service_oneof.

  // Union field twenty_four_hour_room_service_oneof can be only one of the
  // following:
  "twentyFourHourRoomService": boolean,
  "twentyFourHourRoomServiceException": enum (Exception)
  // End of list of possible types for union field
  // twenty_four_hour_room_service_oneof.

  // Union field restaurant_oneof can be only one of the following:
  "restaurant": boolean,
  "restaurantException": enum (Exception)
  // End of list of possible types for union field restaurant_oneof.

  // Union field restaurants_count_oneof can be only one of the following:
  "restaurantsCount": integer,
  "restaurantsCountException": enum (Exception)
  // End of list of possible types for union field restaurants_count_oneof.

  // Union field table_service_oneof can be only one of the following:
  "tableService": boolean,
  "tableServiceException": enum (Exception)
  // End of list of possible types for union field table_service_oneof.

  // Union field buffet_oneof can be only one of the following:
  "buffet": boolean,
  "buffetException": enum (Exception)
  // End of list of possible types for union field buffet_oneof.

  // Union field dinner_buffet_oneof can be only one of the following:
  "dinnerBuffet": boolean,
  "dinnerBuffetException": enum (Exception)
  // End of list of possible types for union field dinner_buffet_oneof.

  // Union field breakfast_buffet_oneof can be only one of the following:
  "breakfastBuffet": boolean,
  "breakfastBuffetException": enum (Exception)
  // End of list of possible types for union field breakfast_buffet_oneof.

  // Union field breakfast_available_oneof can be only one of the following:
  "breakfastAvailable": boolean,
  "breakfastAvailableException": enum (Exception)
  // End of list of possible types for union field breakfast_available_oneof.

  // Union field free_breakfast_oneof can be only one of the following:
  "freeBreakfast": boolean,
  "freeBreakfastException": enum (Exception)
  // End of list of possible types for union field free_breakfast_oneof.

  // Union field bar_oneof can be only one of the following:
  "bar": boolean,
  "barException": enum (Exception)
  // End of list of possible types for union field bar_oneof.

  // Union field vending_machine_oneof can be only one of the following:
  "vendingMachine": boolean,
  "vendingMachineException": enum (Exception)
  // End of list of possible types for union field vending_machine_oneof.
}
字段

联合字段 room_service_oneof

room_service_oneof 只能是下列其中一项:

roomService

boolean

提供客房服务。酒店员工会根据房客要求将酒店内部准备的餐点送到客房。不一定在特定时段提供。服务应面向所有房客提供(并非以房价/预订的客房/奖励活动等为条件)。

roomServiceException

enum (Exception)

客房服务例外情况。

联合字段 twenty_four_hour_room_service_oneof

twenty_four_hour_room_service_oneof 只能是下列其中一项:

twentyFourHourRoomService

boolean

24 小时客房服务。酒店全年全天候提供客房服务。

twentyFourHourRoomServiceException

enum (Exception)

24 小时客房服务例外情况。

联合字段 restaurant_oneof

restaurant_oneof 只能是下列其中一项:

restaurant

boolean

餐馆。在酒店内部面向公众和房客开放的商家,供应餐桌或柜台食用的餐食和饮料。不一定提供餐桌服务。也称为咖啡馆、自助餐厅、餐馆。酒店只为房客(而非普通大众)供应早餐的“早餐室”不算作餐厅。

restaurantException

enum (Exception)

餐馆例外情况。

联合字段 restaurants_count_oneof

restaurants_count_oneof 只能是下列其中一项:

restaurantsCount

integer

餐厅数量。酒店的餐厅数量。

restaurantsCountException

enum (Exception)

餐厅数量例外情况。

联合字段 table_service_oneof

table_service_oneof 只能是下列其中一项:

tableService

boolean

餐桌服务。在此类餐厅中,一名服务员专门为一桌客人提供服务,包括为客人点菜、上菜、撤盘以及送上账单(如果有的话)。也称为坐席餐厅。

tableServiceException

enum (Exception)

表服务异常。

联合字段 buffet_oneof

buffet_oneof 只能是下列其中一项:

buffet

boolean

自助餐。一种餐食,是指顾客会摆在餐桌上,自行享用各种菜肴/食物。含午餐和/或晚餐。仅提供自助早餐是不够的。

buffetException

enum (Exception)

自助餐例外情况。

联合字段 dinner_buffet_oneof

dinner_buffet_oneof 只能是下列其中一项:

dinnerBuffet

boolean

自助晚餐。一种晚餐服务,客人可以选择摆在餐桌上的各种菜肴/食物,自行享用。

dinnerBuffetException

enum (Exception)

自助晚餐例外情况。

联合字段 breakfast_buffet_oneof

breakfast_buffet_oneof 只能是下列其中一项:

breakfastBuffet

boolean

自助早餐。一种早餐服务,包括摆在餐桌上的各种菜肴/美食,供客人自行享用。

breakfastBuffetException

enum (Exception)

自助早餐例外情况。

联合字段 breakfast_available_oneof

breakfast_available_oneof 只能是下列其中一项:

breakfastAvailable

boolean

供应早餐。面向所有房客提供早餐。可能免费,也可能收费。

breakfastAvailableException

enum (Exception)

不提供早餐。

联合字段 free_breakfast_oneof

free_breakfast_oneof 只能是下列其中一项:

freeBreakfast

boolean

免费供应早餐。酒店面向所有房客免费供应早餐。如果仅限于特定客房套餐,则不适用。

freeBreakfastException

enum (Exception)

提供免费早餐的例外情况。

联合字段 bar_oneof

bar_oneof 只能是下列其中一项:

bar

boolean

条形图。餐厅内的指定房间、休息室或区域,设有带座椅的柜台,酒店员工随后为房客点餐并提供所需的酒精饮料。可能在室内或室外。也称为 Pub。

barException

enum (Exception)

酒吧异常。

联合字段 vending_machine_oneof

vending_machine_oneof 只能是下列其中一项:

vendingMachine

boolean

自动售货机。一个正面玻璃幕墙的机械陈列柜,展示并出售零食和饮料,可使用硬币、纸币和/或信用卡购买。

vendingMachineException

enum (Exception)

自动售货机异常。

游泳池

酒店提供的游泳池或水上娱乐设施。

JSON 表示法
{

  // Union field pool_oneof can be only one of the following:
  "pool": boolean,
  "poolException": enum (Exception)
  // End of list of possible types for union field pool_oneof.

  // Union field pools_count_oneof can be only one of the following:
  "poolsCount": integer,
  "poolsCountException": enum (Exception)
  // End of list of possible types for union field pools_count_oneof.

  // Union field indoor_pool_oneof can be only one of the following:
  "indoorPool": boolean,
  "indoorPoolException": enum (Exception)
  // End of list of possible types for union field indoor_pool_oneof.

  // Union field indoor_pools_count_oneof can be only one of the following:
  "indoorPoolsCount": integer,
  "indoorPoolsCountException": enum (Exception)
  // End of list of possible types for union field indoor_pools_count_oneof.

  // Union field outdoor_pool_oneof can be only one of the following:
  "outdoorPool": boolean,
  "outdoorPoolException": enum (Exception)
  // End of list of possible types for union field outdoor_pool_oneof.

  // Union field outdoor_pools_count_oneof can be only one of the following:
  "outdoorPoolsCount": integer,
  "outdoorPoolsCountException": enum (Exception)
  // End of list of possible types for union field outdoor_pools_count_oneof.

  // Union field hot_tub_oneof can be only one of the following:
  "hotTub": boolean,
  "hotTubException": enum (Exception)
  // End of list of possible types for union field hot_tub_oneof.

  // Union field waterslide_oneof can be only one of the following:
  "waterslide": boolean,
  "waterslideException": enum (Exception)
  // End of list of possible types for union field waterslide_oneof.

  // Union field lazy_river_oneof can be only one of the following:
  "lazyRiver": boolean,
  "lazyRiverException": enum (Exception)
  // End of list of possible types for union field lazy_river_oneof.

  // Union field adult_pool_oneof can be only one of the following:
  "adultPool": boolean,
  "adultPoolException": enum (Exception)
  // End of list of possible types for union field adult_pool_oneof.

  // Union field wading_pool_oneof can be only one of the following:
  "wadingPool": boolean,
  "wadingPoolException": enum (Exception)
  // End of list of possible types for union field wading_pool_oneof.

  // Union field wave_pool_oneof can be only one of the following:
  "wavePool": boolean,
  "wavePoolException": enum (Exception)
  // End of list of possible types for union field wave_pool_oneof.

  // Union field water_park_oneof can be only one of the following:
  "waterPark": boolean,
  "waterParkException": enum (Exception)
  // End of list of possible types for union field water_park_oneof.

  // Union field lifeguard_oneof can be only one of the following:
  "lifeguard": boolean,
  "lifeguardException": enum (Exception)
  // End of list of possible types for union field lifeguard_oneof.
}
字段

联合字段 pool_oneof

pool_oneof 只能是下列其中一项:

pool

boolean

池。设有室内或室外泳池,供房客游泳和/或泡澡。不一定只有成人和/或儿童可以使用。

poolException

enum (Exception)

池异常。

联合字段 pools_count_oneof

pools_count_oneof 只能是下列其中一项:

poolsCount

integer

池数。酒店所有泳池的总和。

poolsCountException

enum (Exception)

池数例外情况。

联合字段 indoor_pool_oneof

indoor_pool_oneof 只能是下列其中一项:

indoorPool

boolean

室内泳池。位于酒店内的泳池,可供房客游泳和/或泡澡。不一定只有成人和/或儿童可以使用。

indoorPoolException

enum (Exception)

室内游泳池例外。

联合字段 indoor_pools_count_oneof

indoor_pools_count_oneof 只能是下列其中一项:

indoorPoolsCount

integer

室内泳池数。酒店所有室内泳池的总和。

indoorPoolsCountException

enum (Exception)

室内泳池数量例外。

联合字段 outdoor_pool_oneof

outdoor_pool_oneof 只能是下列其中一项:

outdoorPool

boolean

室外泳池。位于酒店室外场地的泳池,可供房客游泳、泡澡或消遣。不一定只有成人和/或儿童可以使用。

outdoorPoolException

enum (Exception)

室外泳池例外情况。

联合字段 outdoor_pools_count_oneof

outdoor_pools_count_oneof 只能是下列其中一项:

outdoorPoolsCount

integer

室外游泳池数量。酒店所有室外泳池的总和。

outdoorPoolsCountException

enum (Exception)

室外泳池数量例外。

联合字段 hot_tub_oneof

hot_tub_oneof 只能是下列其中一项:

hotTub

boolean

热水浴缸。人工泳池,内含气泡水,温度较高,且通过充气喷头进行循环,可供用户泡澡、放松和水疗。可能在室内或室外。不可用于主动游泳。也称为按摩浴缸。热水浴缸必须位于所有房客可以使用的公共区域。不适用于仅供入住房客使用的客房专用热水浴缸。

hotTubException

enum (Exception)

热水浴缸异常。

联合字段 waterslide_oneof

waterslide_oneof 只能是下列其中一项:

waterslide

boolean

水滑梯。位于室内或室外泳池旁,持续浸湿的滑道,人们滑入水中。

waterslideException

enum (Exception)

水滑梯例外情况。

联合字段 lazy_river_oneof

lazy_river_oneof 只能是下列其中一项:

lazyRiver

boolean

懒人河。一个人工泳池或多个相互连接的休闲泳池,形状和水流都仿佛蜿蜒的河流,房客可以坐在充气橡胶管上漂浮在水面上。可能在室内或室外。

lazyRiverException

enum (Exception)

懒人河异常。

联合字段 adult_pool_oneof

adult_pool_oneof 只能是下列其中一项:

adultPool

boolean

成人泳池。仅限成人使用的泳池。可能在室内或室外。

adultPoolException

enum (Exception)

成人池例外情况。

联合字段 wading_pool_oneof

wading_pool_oneof 只能是下列其中一项:

wadingPool

boolean

儿童泳池。专为幼童戏水而设计的浅水泳池。可能在室内或室外。也称为儿童池。

wadingPoolException

enum (Exception)

儿童泳池异常。

联合字段 wave_pool_oneof

wave_pool_oneof 只能是下列其中一项:

wavePool

boolean

波浪泳池。一个大型室内或室外游泳池,带有一台模仿海浪的水流。

wavePoolException

enum (Exception)

波浪池异常。

联合字段 water_park_oneof

water_park_oneof 只能是下列其中一项:

waterPark

boolean

水上乐园。有大型泳池或一系列泳池的水上娱乐区,设有水滑梯或管道、波浪池、喷泉、秋千和/或障碍训练场等设施。可能在室内或室外。也称为冒险池。

waterParkException

enum (Exception)

水上乐园例外情况。

联合字段 lifeguard_oneof

lifeguard_oneof 只能是下列其中一项:

lifeguard

boolean

救生员。一名训练有素的酒店员工驻留在酒店的室内或室外游泳区,并负责保障游泳房客的安全。

lifeguardException

enum (Exception)

救生员异常。

健康

酒店为房客提供的保健、美容和健身设施。

JSON 表示法
{

  // Union field fitness_center_oneof can be only one of the following:
  "fitnessCenter": boolean,
  "fitnessCenterException": enum (Exception)
  // End of list of possible types for union field fitness_center_oneof.

  // Union field free_fitness_center_oneof can be only one of the following:
  "freeFitnessCenter": boolean,
  "freeFitnessCenterException": enum (Exception)
  // End of list of possible types for union field free_fitness_center_oneof.

  // Union field elliptical_machine_oneof can be only one of the following:
  "ellipticalMachine": boolean,
  "ellipticalMachineException": enum (Exception)
  // End of list of possible types for union field elliptical_machine_oneof.

  // Union field treadmill_oneof can be only one of the following:
  "treadmill": boolean,
  "treadmillException": enum (Exception)
  // End of list of possible types for union field treadmill_oneof.

  // Union field weight_machine_oneof can be only one of the following:
  "weightMachine": boolean,
  "weightMachineException": enum (Exception)
  // End of list of possible types for union field weight_machine_oneof.

  // Union field free_weights_oneof can be only one of the following:
  "freeWeights": boolean,
  "freeWeightsException": enum (Exception)
  // End of list of possible types for union field free_weights_oneof.

  // Union field spa_oneof can be only one of the following:
  "spa": boolean,
  "spaException": enum (Exception)
  // End of list of possible types for union field spa_oneof.

  // Union field salon_oneof can be only one of the following:
  "salon": boolean,
  "salonException": enum (Exception)
  // End of list of possible types for union field salon_oneof.

  // Union field sauna_oneof can be only one of the following:
  "sauna": boolean,
  "saunaException": enum (Exception)
  // End of list of possible types for union field sauna_oneof.

  // Union field massage_oneof can be only one of the following:
  "massage": boolean,
  "massageException": enum (Exception)
  // End of list of possible types for union field massage_oneof.

  // Union field doctor_on_call_oneof can be only one of the following:
  "doctorOnCall": boolean,
  "doctorOnCallException": enum (Exception)
  // End of list of possible types for union field doctor_on_call_oneof.
}
字段

联合字段 fitness_center_oneof

fitness_center_oneof 只能是下列其中一项:

fitnessCenter

boolean

健身中心。酒店内提供体育锻炼用具的房间或建筑物,如跑步机、椭圆机、固定自行车、举重器械、自由重量器械和/或伸展垫。健身中心可免费使用,也可能收费。不一定有工作人员。不一定提供各种体能训练风格的由讲师指导的课程。不一定全年无休。不一定有更衣室和淋浴间。也称为健身俱乐部、健身房、健身房、健康中心。

fitnessCenterException

enum (Exception)

健身中心除外。

联合字段 free_fitness_center_oneof

free_fitness_center_oneof 只能是下列其中一项:

freeFitnessCenter

boolean

免费健身中心。客人可以免费使用健身中心。

freeFitnessCenterException

enum (Exception)

免费健身中心除外。

联合字段 elliptical_machine_oneof

elliptical_machine_oneof 只能是下列其中一项:

ellipticalMachine

boolean

椭圆机。一种固定的电动健身器材,带踏板,可以模拟攀爬、行走或跑步,并提供用户控制的速度和张力范围。可能没有由手臂控制的用于锻炼上半身的把手。在健身房、健身房、健康中心或健身俱乐部中很常见。

ellipticalMachineException

enum (Exception)

椭圆机异常。

联合字段 treadmill_oneof

treadmill_oneof 只能是下列其中一项:

treadmill

boolean

踏步机。一种固定式电动健身器材,可以模拟移动路径,在用户控制的速度和坡度范围内,促进步行或跑步。也称为运行中的机器。在健身房、健身房、健康中心或健身俱乐部中很常见。

treadmillException

enum (Exception)

跑步机例外情况。

联合字段 weight_machine_oneof

weight_machine_oneof 只能是下列其中一项:

weightMachine

boolean

举重机。为用户锻炼不同肌肉而设计的非电子健身器材。通常配备一个带软垫的座椅、一堆平板以及各种杠杆和滑轮。可能专为锻炼身体特定部位而设计,也可能涉及用户控制的不同设置、硬件和滑轮,以便在一台机器中进行整体锻炼。在健身房、健身中心、健身房或健身俱乐部中较为常见。

weightMachineException

enum (Exception)

体重机器异常。

联合字段 free_weights_oneof

free_weights_oneof 只能是下列其中一项:

freeWeights

boolean

自由重量器械。用于上半身力量训练或健美的独立手持健身器材,重量各异。也称为杠铃、哑铃或壶铃。通常按从轻到重的顺序摆在架子上。在健身房、健身房、健康中心或健身俱乐部中很常见。

freeWeightsException

enum (Exception)

自由重量例外情况。

联合字段 spa_oneof

spa_oneof 只能是下列其中一项:

spa

boolean

水疗、酒店内的指定区域、房间或建筑物,通过蒸汽浴室、健身器材和按摩等方式提供健康和美容护理服务。还可能提供面部护理、指甲护理和头发护理。服务通常需预约,并需额外付费。如果酒店只提供蒸汽浴室,则不适用;必须同时提供其他美容和/或健康护理服务。

spaException

enum (Exception)

水疗服务例外。

联合字段 salon_oneof

salon_oneof 只能是下列其中一项:

salon

boolean

美发沙龙。酒店内由专业人士提供发型设计服务(例如洗发、吹干、造型、理发和染发等)的房间。也称为理发店或美容院。

salonException

enum (Exception)

美发沙龙除外。

联合字段 sauna_oneof

sauna_oneof 只能是下列其中一项:

sauna

boolean

桑拿浴。高温木板墙,房客可以坐在内置木长凳上排汗和放松肌肉。可以是干燥或微湿加热。不是蒸汽浴室。

saunaException

enum (Exception)

桑拿房例外。

联合字段 massage_oneof

massage_oneof 只能是下列其中一项:

massage

boolean

按摩、一种由训练有素的按摩治疗师提供的服务,通过对房客肌肉进行物理手法来使其放松或缓解疼痛。

massageException

enum (Exception)

按摩异常。

联合字段 doctor_on_call_oneof

doctor_on_call_oneof 只能是下列其中一项:

doctorOnCall

boolean

值班医生。酒店有签约的医疗专业人员,负责为在入住期间生病的酒店房客提供服务。医生不一定在现场设有办公室,也可能随时在酒店内。

doctorOnCallException

enum (Exception)

值班医生出现异常。

活动

休闲娱乐设施和功能。

JSON 表示法
{

  // Union field game_room_oneof can be only one of the following:
  "gameRoom": boolean,
  "gameRoomException": enum (Exception)
  // End of list of possible types for union field game_room_oneof.

  // Union field nightclub_oneof can be only one of the following:
  "nightclub": boolean,
  "nightclubException": enum (Exception)
  // End of list of possible types for union field nightclub_oneof.

  // Union field casino_oneof can be only one of the following:
  "casino": boolean,
  "casinoException": enum (Exception)
  // End of list of possible types for union field casino_oneof.

  // Union field boutique_stores_oneof can be only one of the following:
  "boutiqueStores": boolean,
  "boutiqueStoresException": enum (Exception)
  // End of list of possible types for union field boutique_stores_oneof.

  // Union field tennis_oneof can be only one of the following:
  "tennis": boolean,
  "tennisException": enum (Exception)
  // End of list of possible types for union field tennis_oneof.

  // Union field golf_oneof can be only one of the following:
  "golf": boolean,
  "golfException": enum (Exception)
  // End of list of possible types for union field golf_oneof.

  // Union field horseback_riding_oneof can be only one of the following:
  "horsebackRiding": boolean,
  "horsebackRidingException": enum (Exception)
  // End of list of possible types for union field horseback_riding_oneof.

  // Union field snorkeling_oneof can be only one of the following:
  "snorkeling": boolean,
  "snorkelingException": enum (Exception)
  // End of list of possible types for union field snorkeling_oneof.

  // Union field scuba_oneof can be only one of the following:
  "scuba": boolean,
  "scubaException": enum (Exception)
  // End of list of possible types for union field scuba_oneof.

  // Union field water_skiing_oneof can be only one of the following:
  "waterSkiing": boolean,
  "waterSkiingException": enum (Exception)
  // End of list of possible types for union field water_skiing_oneof.

  // Union field bicycle_rental_oneof can be only one of the following:
  "bicycleRental": boolean,
  "bicycleRentalException": enum (Exception)
  // End of list of possible types for union field bicycle_rental_oneof.

  // Union field free_bicycle_rental_oneof can be only one of the following:
  "freeBicycleRental": boolean,
  "freeBicycleRentalException": enum (Exception)
  // End of list of possible types for union field free_bicycle_rental_oneof.

  // Union field watercraft_rental_oneof can be only one of the following:
  "watercraftRental": boolean,
  "watercraftRentalException": enum (Exception)
  // End of list of possible types for union field watercraft_rental_oneof.

  // Union field free_watercraft_rental_oneof can be only one of the following:
  "freeWatercraftRental": boolean,
  "freeWatercraftRentalException": enum (Exception)
  // End of list of possible types for union field free_watercraft_rental_oneof.

  // Union field beach_access_oneof can be only one of the following:
  "beachAccess": boolean,
  "beachAccessException": enum (Exception)
  // End of list of possible types for union field beach_access_oneof.

  // Union field private_beach_oneof can be only one of the following:
  "privateBeach": boolean,
  "privateBeachException": enum (Exception)
  // End of list of possible types for union field private_beach_oneof.

  // Union field beach_front_oneof can be only one of the following:
  "beachFront": boolean,
  "beachFrontException": enum (Exception)
  // End of list of possible types for union field beach_front_oneof.
}
字段

联合字段 game_room_oneof

game_room_oneof 只能是下列其中一项:

gameRoom

boolean

游戏室。酒店有专门的电子游戏机,例如弹球、抽奖机、驾驶模拟器,以及家庭娱乐中心或游戏厅里常见的其他道具。可能还有台球、桌上足球、飞镖等非电子游戏设施。不一定面向儿童。也称为街机、娱乐室或家庭娱乐中心。

gameRoomException

enum (Exception)

游戏室例外情况。

联合字段 nightclub_oneof

nightclub_oneof 只能是下列其中一项:

nightclub

boolean

夜总会。酒店内设带酒吧、舞池和座椅的客房,专职工作人员可在此播放舞曲。另设有专门的现场音乐表演、歌唱和喜剧表演区域。

nightclubException

enum (Exception)

夜总会例外情况。

联合字段 casino_oneof

casino_oneof 只能是下列其中一项:

casino

boolean

赌场。赌博专用场所,设有由荷官管理的桌上、纸牌游戏以及电子老虎机。可能位于酒店内部或附近。

casinoException

enum (Exception)

赌场例外情况。

联合字段 boutique_stores_oneof

boutique_stores_oneof 只能是下列其中一项:

boutiqueStores

boolean

精品店。酒店内部或附近有售卖服装、珠宝、艺术品和装饰品的商店。不指酒店礼品店或便利店。

boutiqueStoresException

enum (Exception)

精品店商店例外情况。

联合字段 tennis_oneof

tennis_oneof 只能是下列其中一项:

tennis

boolean

网球。酒店拥有必要的内部球场或与附近的设施有关联,以便为房客提供一种双面球场的游戏,在此类比赛中,球员可以使用绳子将球击至对手侧面的网面上。球场可以是在室内或室外的。不一定提供教练、球拍和球。

tennisException

enum (Exception)

网球例外情况。

联合字段 golf_oneof

golf_oneof 只能是下列其中一项:

golf

boolean

高尔夫。酒店场地内有高尔夫球场,或者附近有独立经营的高尔夫球场可供酒店房客使用。可能免费,也可能收费。

golfException

enum (Exception)

高尔夫球例外情况。

联合字段 horseback_riding_oneof

horseback_riding_oneof 只能是下列其中一项:

horsebackRiding

boolean

骑马。酒店在内部设有马棚或与附近的谷仓关联,让房客可以跨马骑马并指引其行走、慢跑、奔跑、奔跑和/或跳跃。骑行活动可以是在骑马场、指定道路上或野外。不一定包含指导。

horsebackRidingException

enum (Exception)

骑马例外情况。

联合字段 snorkeling_oneof

snorkeling_oneof 只能是下列其中一项:

snorkeling

boolean

浮潜。允许房客参与水上休闲活动,游泳者可以戴上潜水面罩、形状简单的简约呼吸管和脚鳍/泳鳍,在海洋、海湾或湖泊水下探索。通常不需要用户认证或专业监督。不一定有可供租借或购买的设备。不是水肺潜水。

snorkelingException

enum (Exception)

浮潜例外情况。

联合字段 scuba_oneof

scuba_oneof 只能是下列其中一项:

scuba

boolean

水肺潜水。允许房客潜入天然水下,水下配有独立的水下呼吸装置 (SCUBA),以便探索水下生物。仪器包含一个通过面罩为潜水者提供氧气的水箱。要求潜水员认证和监督。酒店可能在自己的海滨活动,也可以与附近的设施有关联。酒店通常会为房客提供所需设备。可能免费,也可能收费。不是浮潜。也不是在游泳池中进行。

scubaException

enum (Exception)

水肺潜水除外。

联合字段 water_skiing_oneof

water_skiing_oneof 只能是下列其中一项:

waterSkiing

boolean

滑水。在此类活动中,房客可以站在滑雪板上并握着附着在摩托艇上的牵引绳,在自然水面上拉动。活动可在酒店内部或附近的海滨举办。通常在湖泊或海洋中进行。

waterSkiingException

enum (Exception)

滑水例外情况。

联合字段 bicycle_rental_oneof

bicycle_rental_oneof 只能是下列其中一项:

bicycleRental

boolean

自行车租赁。酒店拥有允许房客借用的自行车。可能免费,也可能收费。

bicycleRentalException

enum (Exception)

自行车租赁例外情况。

联合字段 free_bicycle_rental_oneof

free_bicycle_rental_oneof 只能是下列其中一项:

freeBicycleRental

boolean

免费自行车租赁。酒店拥有允许房客免费借用和使用的自行车。

freeBicycleRentalException

enum (Exception)

免费自行车租赁例外情况。

联合字段 watercraft_rental_oneof

watercraft_rental_oneof 只能是下列其中一项:

watercraftRental

boolean

船只租赁。酒店拥有可供房客借用的水船。可能免费,也可能收费。船只包括小船、脚踏船、划艇、帆船、摩托艇、独木舟、皮划艇或私人船只(如水上摩托车)。

watercraftRentalException

enum (Exception)

水运工具租赁例外情况。

联合字段 free_watercraft_rental_oneof

free_watercraft_rental_oneof 只能是下列其中一项:

freeWatercraftRental

boolean

免费船只租赁。酒店拥有可供房客免费借用和使用的船只。

freeWatercraftRentalException

enum (Exception)

免费水运工具租赁例外情况。

联合字段 beach_access_oneof

beach_access_oneof 只能是下列其中一项:

beachAccess

boolean

靠近海滩。酒店靠近海滩,提供前往海滩的途径。这可能包括通往海滩的路线,例如如果酒店在悬崖上,请走楼梯,或者一条短小的步道。与海滨不同(直达海滩,酒店离海滩很近,但不在海滩上)。

beachAccessException

enum (Exception)

海滩通道例外情况。

联合字段 private_beach_oneof

private_beach_oneof 只能是下列其中一项:

privateBeach

boolean

私人海滩。靠近酒店的海滩仅面向房客开放。

privateBeachException

enum (Exception)

私人海滩例外情况。

联合字段 beach_front_oneof

beach_front_oneof 只能是下列其中一项:

beachFront

boolean

前方安全事故。酒店实际位于大海、海湾沿线的海滩上。不是在湖泊、河流、溪流或池塘上。酒店与海滩之间没有隔着允许车辆、行人或自行车通行的公共道路。

beachFrontException

enum (Exception)

海滨例外情况。

交通

由房源协助或拥有的车辆或车辆服务。

JSON 表示法
{

  // Union field transfer_oneof can be only one of the following:
  "transfer": boolean,
  "transferException": enum (Exception)
  // End of list of possible types for union field transfer_oneof.

  // Union field airport_shuttle_oneof can be only one of the following:
  "airportShuttle": boolean,
  "airportShuttleException": enum (Exception)
  // End of list of possible types for union field airport_shuttle_oneof.

  // Union field free_airport_shuttle_oneof can be only one of the following:
  "freeAirportShuttle": boolean,
  "freeAirportShuttleException": enum (Exception)
  // End of list of possible types for union field free_airport_shuttle_oneof.

  // Union field local_shuttle_oneof can be only one of the following:
  "localShuttle": boolean,
  "localShuttleException": enum (Exception)
  // End of list of possible types for union field local_shuttle_oneof.

  // Union field car_rental_on_property_oneof can be only one of the following:
  "carRentalOnProperty": boolean,
  "carRentalOnPropertyException": enum (Exception)
  // End of list of possible types for union field car_rental_on_property_oneof.

  // Union field private_car_service_oneof can be only one of the following:
  "privateCarService": boolean,
  "privateCarServiceException": enum (Exception)
  // End of list of possible types for union field private_car_service_oneof.

  // Union field free_private_car_service_oneof can be only one of the following:
  "freePrivateCarService": boolean,
  "freePrivateCarServiceException": enum (Exception)
  // End of list of possible types for union field
  // free_private_car_service_oneof.
}
字段

联合字段 transfer_oneof

transfer_oneof 只能是下列其中一项:

transfer

boolean

转移。酒店为房客提供往返最近机场或火车站的班车服务或汽车服务。可能免费,也可能收费。房客可能会与其他陌生房客坐同一辆车。

transferException

enum (Exception)

转移例外情况。

联合字段 airport_shuttle_oneof

airport_shuttle_oneof 只能是下列其中一项:

airportShuttle

boolean

机场班车。酒店提供配有司机的面包车或大巴车,接送来往机场的房客。可能免费,也可能收费。房客可能会与其他陌生房客坐同一辆车。如果酒店提供第三方接送服务(办公室/服务台等),也适用。只要酒店提供这项服务,不管是酒店自己直接提供,还是与其合作的第三方提供。如果房客需要与外部实体/酒店以外的实体协调,则不适用。

airportShuttleException

enum (Exception)

机场接送服务例外情况。

联合字段 free_airport_shuttle_oneof

free_airport_shuttle_oneof 只能是下列其中一项:

freeAirportShuttle

boolean

提供免费机场班车服务。为房客免费提供机场班车服务。必须免费供所有房客使用,无任何条件。

freeAirportShuttleException

enum (Exception)

机场接送服务免费例外情况。

联合字段 local_shuttle_oneof

local_shuttle_oneof 只能是下列其中一项:

localShuttle

boolean

本地班车。酒店提供的轿车、面包车或大巴车,供房客运送至酒店周围一定距离内的目的地。通常是购物和/或会议中心、市区或海滩。可能免费,也可能收费。

localShuttleException

enum (Exception)

本地班车例外情况。

联合字段 car_rental_on_property_oneof

car_rental_on_property_oneof 只能是下列其中一项:

carRentalOnProperty

boolean

物业租车。租车公司的分支机构,在酒店内有服务台。可供租赁的车辆可能停在酒店内或附近的停车场。

carRentalOnPropertyException

enum (Exception)

房源例外的租车服务。

联合字段 private_car_service_oneof

private_car_service_oneof 只能是下列其中一项:

privateCarService

boolean

专车服务。酒店提供私人司机接送房客前往目的地。车内乘客要么独自乘坐,要么认识彼此认识且已约车的乘客。服务可能免费或收费,行程距离通常限制在一定的范围内。不是出租车。

privateCarServiceException

enum (Exception)

专车服务例外情况。

联合字段 free_private_car_service_oneof

free_private_car_service_oneof 只能是下列其中一项:

freePrivateCarService

boolean

免费的私家车服务。酒店为房客免费提供私人司机服务。

freePrivateCarServiceException

enum (Exception)

私家车免费服务例外情况。

家庭

为家庭和年轻客人提供的服务和设施。

JSON 表示法
{

  // Union field babysitting_oneof can be only one of the following:
  "babysitting": boolean,
  "babysittingException": enum (Exception)
  // End of list of possible types for union field babysitting_oneof.

  // Union field kids_activities_oneof can be only one of the following:
  "kidsActivities": boolean,
  "kidsActivitiesException": enum (Exception)
  // End of list of possible types for union field kids_activities_oneof.

  // Union field kids_club_oneof can be only one of the following:
  "kidsClub": boolean,
  "kidsClubException": enum (Exception)
  // End of list of possible types for union field kids_club_oneof.

  // Union field kids_friendly_oneof can be only one of the following:
  "kidsFriendly": boolean,
  "kidsFriendlyException": enum (Exception)
  // End of list of possible types for union field kids_friendly_oneof.
}
字段

联合字段 babysitting_oneof

babysitting_oneof 只能是下列其中一项:

babysitting

boolean

婴儿看护。酒店员工提供的儿童看护服务,或者由酒店员工与当地儿童看护专业人员合作提供的儿童看护服务。可能免费,也可能收费。

babysittingException

enum (Exception)

婴儿看护例外情况。

联合字段 kids_activities_oneof

kids_activities_oneof 只能是下列其中一项:

kidsActivities

boolean

儿童活动。酒店提供专为儿童设计的体育活动、电影、手工艺品和游戏等休闲娱乐项目。不一定有监督模式。不一定在指定时间或地点进行。出租车免费或收费。

kidsActivitiesException

enum (Exception)

儿童活动例外情况。

联合字段 kids_club_oneof

kids_club_oneof 只能是下列其中一项:

kidsClub

boolean

儿童天地。在酒店开展的有组织的团体活动项目,专为儿童设计。由酒店员工(或酒店采购的员工)协助,且位于专门供儿童不随父母一起娱乐的区域。可能包括游戏、郊游、水上运动、团队运动、艺术和手工艺以及电影。通常有固定的营业时间。可能免费,也可能收费。也称为“儿童营”或“儿童”计划。

kidsClubException

enum (Exception)

儿童俱乐部例外情况。

联合字段 kids_friendly_oneof

kids_friendly_oneof 只能是下列其中一项:

kidsFriendly

boolean

适合儿童。酒店为有孩子的家庭提供一项或多项特别设施,例如优惠费率、儿童床、儿童天地、保姆服务或酒店内部适合玩耍的场所。

kidsFriendlyException

enum (Exception)

适合儿童入住的例外情况。

畅连乐享

酒店为房客提供互联网访问的方式。

JSON 表示法
{

  // Union field wifi_available_oneof can be only one of the following:
  "wifiAvailable": boolean,
  "wifiAvailableException": enum (Exception)
  // End of list of possible types for union field wifi_available_oneof.

  // Union field free_wifi_oneof can be only one of the following:
  "freeWifi": boolean,
  "freeWifiException": enum (Exception)
  // End of list of possible types for union field free_wifi_oneof.

  // Union field public_area_wifi_available_oneof can be only one of the
  // following:
  "publicAreaWifiAvailable": boolean,
  "publicAreaWifiAvailableException": enum (Exception)
  // End of list of possible types for union field
  // public_area_wifi_available_oneof.

  // Union field public_internet_terminal_oneof can be only one of the following:
  "publicInternetTerminal": boolean,
  "publicInternetTerminalException": enum (Exception)
  // End of list of possible types for union field
  // public_internet_terminal_oneof.
}
字段

联合字段 wifi_available_oneof

wifi_available_oneof 只能是下列其中一项:

wifiAvailable

boolean

有可用的 Wi-Fi。酒店可让房客通过无线方式连接到互联网。可以设在酒店的公共区域和/或客房内。可能免费,也可能收费。

wifiAvailableException

enum (Exception)

有 Wi-Fi 可用例外情况。

联合字段 free_wifi_oneof

free_wifi_oneof 只能是下列其中一项:

freeWifi

boolean

免费 Wi-Fi。酒店为房客提供免费 Wi-Fi。

freeWifiException

enum (Exception)

免费 Wi-Fi 例外情况。

联合字段 public_area_wifi_available_oneof

public_area_wifi_available_oneof 只能是下列其中一项:

publicAreaWifiAvailable

boolean

提供公共区域 Wi-Fi。房客可在酒店的任何人都可以访问的区域通过无线方式连接到互联网。可能免费,也可能收费。

publicAreaWifiAvailableException

enum (Exception)

有公共 Wi-Fi 可用例外情况。

联合字段 public_internet_terminal_oneof

public_internet_terminal_oneof 只能是下列其中一项:

publicInternetTerminal

boolean

公共互联网终端。酒店内配有计算机、专门供房客上网的指定区域。

publicInternetTerminalException

enum (Exception)

公共互联网终端异常。

商务版

商务旅行者感兴趣的酒店特色。

JSON 表示法
{

  // Union field business_center_oneof can be only one of the following:
  "businessCenter": boolean,
  "businessCenterException": enum (Exception)
  // End of list of possible types for union field business_center_oneof.

  // Union field meeting_rooms_oneof can be only one of the following:
  "meetingRooms": boolean,
  "meetingRoomsException": enum (Exception)
  // End of list of possible types for union field meeting_rooms_oneof.

  // Union field meeting_rooms_count_oneof can be only one of the following:
  "meetingRoomsCount": integer,
  "meetingRoomsCountException": enum (Exception)
  // End of list of possible types for union field meeting_rooms_count_oneof.
}
字段

联合字段 business_center_oneof

business_center_oneof 只能是下列其中一项:

businessCenter

boolean

商务中心。酒店内的指定房间,配有一张或多张书桌,配备客用电脑、打印机、传真机和/或复印机。不一定全年无休。不一定需要密钥才能访问。不是会议室。

businessCenterException

enum (Exception)

商务中心例外情况。

联合字段 meeting_rooms_oneof

meeting_rooms_oneof 只能是下列其中一项:

meetingRooms

boolean

会议室。酒店内专门用于举办商业相关聚会的会议室。会议室通常配有桌子、办公椅以及用于演示和电话会议的视听设施。也称为会议室。

meetingRoomsException

enum (Exception)

会议室例外。

联合字段 meeting_rooms_count_oneof

meeting_rooms_count_oneof 只能是下列其中一项:

meetingRoomsCount

integer

会议室数量。酒店的会议室数量。

meetingRoomsCountException

enum (Exception)

会议室数量例外。

无障碍

根据人类身体能力的不同水平对酒店进行了身体适应。

JSON 表示法
{

  // Union field mobility_accessible_oneof can be only one of the following:
  "mobilityAccessible": boolean,
  "mobilityAccessibleException": enum (Exception)
  // End of list of possible types for union field mobility_accessible_oneof.

  // Union field mobility_accessible_parking_oneof can be only one of the
  // following:
  "mobilityAccessibleParking": boolean,
  "mobilityAccessibleParkingException": enum (Exception)
  // End of list of possible types for union field
  // mobility_accessible_parking_oneof.

  // Union field mobility_accessible_elevator_oneof can be only one of the
  // following:
  "mobilityAccessibleElevator": boolean,
  "mobilityAccessibleElevatorException": enum (Exception)
  // End of list of possible types for union field
  // mobility_accessible_elevator_oneof.

  // Union field mobility_accessible_pool_oneof can be only one of the following:
  "mobilityAccessiblePool": boolean,
  "mobilityAccessiblePoolException": enum (Exception)
  // End of list of possible types for union field
  // mobility_accessible_pool_oneof.
}
字段

联合字段 mobility_accessible_oneof

mobility_accessible_oneof 只能是下列其中一项:

mobilityAccessible

boolean

提供无障碍设施。酒店随处可见各种物理调整,以方便坐轮椅的客人入住,例如自动开门、宽大的电梯、宽阔的浴室或坡道。

mobilityAccessibleException

enum (Exception)

无障碍设施例外情况。

联合字段 mobility_accessible_parking_oneof

mobility_accessible_parking_oneof 只能是下列其中一项:

mobilityAccessibleParking

boolean

无障碍停车位。存在规定的尺寸有标记的指定区域,只有已注册的、有标签的载客车辆才能停车。

mobilityAccessibleParkingException

enum (Exception)

无障碍停车位例外情况。

联合字段 mobility_accessible_elevator_oneof

mobility_accessible_elevator_oneof 只能是下列其中一项:

mobilityAccessibleElevator

boolean

无障碍电梯。一种可将乘客从一层运送到另一层的升降机,由于车门宽度和呼叫按钮的位置,可容纳使用轮椅的乘客。

mobilityAccessibleElevatorException

enum (Exception)

无障碍电梯例外情况。

联合字段 mobility_accessible_pool_oneof

mobility_accessible_pool_oneof 只能是下列其中一项:

mobilityAccessiblePool

boolean

无障碍泳池。配有升降机械椅的泳池,方便身体不便的房客进出泳池。可以电力或水力。也称为泳池升降机。

mobilityAccessiblePoolException

enum (Exception)

无障碍池例外情况。

宠物

关于访客拥有的动物的政策。

JSON 表示法
{

  // Union field pets_allowed_oneof can be only one of the following:
  "petsAllowed": boolean,
  "petsAllowedException": enum (Exception)
  // End of list of possible types for union field pets_allowed_oneof.

  // Union field pets_allowed_free_oneof can be only one of the following:
  "petsAllowedFree": boolean,
  "petsAllowedFreeException": enum (Exception)
  // End of list of possible types for union field pets_allowed_free_oneof.

  // Union field dogs_allowed_oneof can be only one of the following:
  "dogsAllowed": boolean,
  "dogsAllowedException": enum (Exception)
  // End of list of possible types for union field dogs_allowed_oneof.

  // Union field cats_allowed_oneof can be only one of the following:
  "catsAllowed": boolean,
  "catsAllowedException": enum (Exception)
  // End of list of possible types for union field cats_allowed_oneof.
}
字段

联合字段 pets_allowed_oneof

pets_allowed_oneof 只能是下列其中一项:

petsAllowed

boolean

允许携带宠物。宠物可以进入酒店,也可以留在主人入住的特定客房。不一定包含狗、猫、爬行动物和/或鱼类。不一定收费。服务型动物不属于宠物,因此不受此政策约束。

petsAllowedException

enum (Exception)

允许带宠物的例外情况。

联合字段 pets_allowed_free_oneof

pets_allowed_free_oneof 只能是下列其中一项:

petsAllowedFree

boolean

允许免费携带宠物。宠物可以进入酒店,也可以免费留在主人入住的特定客房。不一定包含狗、猫、爬行动物和/或鱼类。

petsAllowedFreeException

enum (Exception)

允许免费携带宠物的例外情况。

联合字段 dogs_allowed_oneof

dogs_allowed_oneof 只能是下列其中一项:

dogsAllowed

boolean

允许带狗。宠物狗可以进入酒店,也可以留在主人的客房。不一定收费。

dogsAllowedException

enum (Exception)

允许带狗的例外情况。

联合字段 cats_allowed_oneof

cats_allowed_oneof 只能是下列其中一项:

catsAllowed

boolean

允许带猫。宠物猫可以进入酒店,也可以留在主人的客房。不一定收费。

catsAllowedException

enum (Exception)

允许出现猫的例外情况。

停车

酒店提供停车位。

JSON 表示法
{

  // Union field parking_available_oneof can be only one of the following:
  "parkingAvailable": boolean,
  "parkingAvailableException": enum (Exception)
  // End of list of possible types for union field parking_available_oneof.

  // Union field free_parking_oneof can be only one of the following:
  "freeParking": boolean,
  "freeParkingException": enum (Exception)
  // End of list of possible types for union field free_parking_oneof.

  // Union field self_parking_available_oneof can be only one of the following:
  "selfParkingAvailable": boolean,
  "selfParkingAvailableException": enum (Exception)
  // End of list of possible types for union field self_parking_available_oneof.

  // Union field free_self_parking_oneof can be only one of the following:
  "freeSelfParking": boolean,
  "freeSelfParkingException": enum (Exception)
  // End of list of possible types for union field free_self_parking_oneof.

  // Union field valet_parking_available_oneof can be only one of the following:
  "valetParkingAvailable": boolean,
  "valetParkingAvailableException": enum (Exception)
  // End of list of possible types for union field valet_parking_available_oneof.

  // Union field free_valet_parking_oneof can be only one of the following:
  "freeValetParking": boolean,
  "freeValetParkingException": enum (Exception)
  // End of list of possible types for union field free_valet_parking_oneof.

  // Union field electric_car_charging_stations_oneof can be only one of the
  // following:
  "electricCarChargingStations": boolean,
  "electricCarChargingStationsException": enum (Exception)
  // End of list of possible types for union field
  // electric_car_charging_stations_oneof.
}
字段

联合字段 parking_available_oneof

parking_available_oneof 只能是下列其中一项:

parkingAvailable

boolean

提供停车位。酒店允许房客停车。可能免费,也可能收费。停车场可以是室外停车场,也可以是室内车库,但必须在现场。附近的停车位不适用。房客或酒店员工可能会提供停车位。

parkingAvailableException

enum (Exception)

提供停车位的例外情况。

联合字段 free_parking_oneof

free_parking_oneof 只能是下列其中一项:

freeParking

boolean

免费停车。酒店允许房客免费停车。停车场可以是室外停车场,也可以是室内车库,但必须在现场。附近的停车位不适用。房客或酒店员工可能会提供停车位。所有房客都必须提供免费停车位(没有限制条件)。

freeParkingException

enum (Exception)

免费停车例外情况。

联合字段 self_parking_available_oneof

self_parking_available_oneof 只能是下列其中一项:

selfParkingAvailable

boolean

提供自助停车服务。房客自行停车。停车场可以是室外停车场,也可以是室内车库,但必须在现场。附近的停车位不适用。可能免费,也可能收费。

selfParkingAvailableException

enum (Exception)

提供自助停车服务的例外情况。

联合字段 free_self_parking_oneof

free_self_parking_oneof 只能是下列其中一项:

freeSelfParking

boolean

免费自助停车。房客可以免费停车。停车场可以是室外停车场,也可以是室内车库,但必须在现场。附近的停车位不适用。

freeSelfParkingException

enum (Exception)

免费自助停车例外情况。

联合字段 valet_parking_available_oneof

valet_parking_available_oneof 只能是下列其中一项:

valetParkingAvailable

boolean

提供代客泊车服务。由酒店员工为房客停车。停车免费或收费。

valetParkingAvailableException

enum (Exception)

提供代客泊车服务。

联合字段 free_valet_parking_oneof

free_valet_parking_oneof 只能是下列其中一项:

freeValetParking

boolean

免费代客泊车。由酒店员工为房客停车。免费提供停车服务。

freeValetParkingException

enum (Exception)

免费代客泊车除外。

联合字段 electric_car_charging_stations_oneof

electric_car_charging_stations_oneof 只能是下列其中一项:

electricCarChargingStations

boolean

电动车辆充电站。通常位于室外的电力站,房客可插入电动汽车进行充电。

electricCarChargingStationsException

enum (Exception)

电动车辆充电站例外。

会议须知

客房为房客提供便利,让住宿更轻松、更舒适。

JSON 表示法
{

  // Union field housekeeping_available_oneof can be only one of the following:
  "housekeepingAvailable": boolean,
  "housekeepingAvailableException": enum (Exception)
  // End of list of possible types for union field housekeeping_available_oneof.

  // Union field daily_housekeeping_oneof can be only one of the following:
  "dailyHousekeeping": boolean,
  "dailyHousekeepingException": enum (Exception)
  // End of list of possible types for union field daily_housekeeping_oneof.

  // Union field turndown_service_oneof can be only one of the following:
  "turndownService": boolean,
  "turndownServiceException": enum (Exception)
  // End of list of possible types for union field turndown_service_oneof.
}
字段

联合字段 housekeeping_available_oneof

housekeeping_available_oneof 只能是下列其中一项:

housekeepingAvailable

boolean

提供客房服务。在房客入住期间,酒店员工会打扫客房。时间表可能不同于每天、每周或一周中的特定几天。

housekeepingAvailableException

enum (Exception)

提供客房服务例外情况。

联合字段 daily_housekeeping_oneof

daily_housekeeping_oneof 只能是下列其中一项:

dailyHousekeeping

boolean

日常家务。在房客入住期间,酒店员工每天都会打扫客房。

dailyHousekeepingException

enum (Exception)

每日客房服务例外情况。

联合字段 turndown_service_oneof

turndown_service_oneof 只能是下列其中一项:

turndownService

boolean

夜床服务。酒店员工会进入客房内铺床,以供睡觉。可能包含或不包含一些简单的客房服务。不一定供应晚间小吃或糖果。也称为晚间服务。

turndownServiceException

enum (Exception)

关闭服务异常。

HealthAndSafety

酒店在新冠肺炎 (COVID-19) 疫情期间采取的健康和安全措施。

JSON 表示法
{
  "enhancedCleaning": {
    object (EnhancedCleaning)
  },
  "increasedFoodSafety": {
    object (IncreasedFoodSafety)
  },
  "minimizedContact": {
    object (MinimizedContact)
  },
  "personalProtection": {
    object (PersonalProtection)
  },
  "physicalDistancing": {
    object (PhysicalDistancing)
  }
}
字段
enhancedCleaning

object (EnhancedCleaning)

酒店在新冠肺炎 (COVID-19) 疫情期间实施的加强清洁措施。

increasedFoodSafety

object (IncreasedFoodSafety)

在新冠肺炎 (COVID-19) 疫情期间,酒店加强了食品安全措施。

minimizedContact

object (MinimizedContact)

在新冠肺炎 (COVID-19) 疫情期间尽可能减少接触酒店。

personalProtection

object (PersonalProtection)

酒店在新冠肺炎 (COVID-19) 疫情期间采取的个人保护措施。

physicalDistancing

object (PhysicalDistancing)

酒店在新冠肺炎 (COVID-19) 疫情期间采取的保持身体距离的措施。

EnhancedCleaning

酒店在新冠肺炎 (COVID-19) 疫情期间实施的加强清洁措施。

JSON 表示法
{

  // Union field common_areas_enhanced_cleaning_oneof can be only one of the
  // following:
  "commonAreasEnhancedCleaning": boolean,
  "commonAreasEnhancedCleaningException": enum (Exception)
  // End of list of possible types for union field
  // common_areas_enhanced_cleaning_oneof.

  // Union field guest_rooms_enhanced_cleaning_oneof can be only one of the
  // following:
  "guestRoomsEnhancedCleaning": boolean,
  "guestRoomsEnhancedCleaningException": enum (Exception)
  // End of list of possible types for union field
  // guest_rooms_enhanced_cleaning_oneof.

  // Union field commercial_grade_disinfectant_cleaning_oneof can be only one of
  // the following:
  "commercialGradeDisinfectantCleaning": boolean,
  "commercialGradeDisinfectantCleaningException": enum (Exception)
  // End of list of possible types for union field
  // commercial_grade_disinfectant_cleaning_oneof.

  // Union field employees_trained_cleaning_procedures_oneof can be only one of
  // the following:
  "employeesTrainedCleaningProcedures": boolean,
  "employeesTrainedCleaningProceduresException": enum (Exception)
  // End of list of possible types for union field
  // employees_trained_cleaning_procedures_oneof.

  // Union field employees_trained_thorough_hand_washing_oneof can be only one of
  // the following:
  "employeesTrainedThoroughHandWashing": boolean,
  "employeesTrainedThoroughHandWashingException": enum (Exception)
  // End of list of possible types for union field
  // employees_trained_thorough_hand_washing_oneof.

  // Union field employees_wear_protective_equipment_oneof can be only one of the
  // following:
  "employeesWearProtectiveEquipment": boolean,
  "employeesWearProtectiveEquipmentException": enum (Exception)
  // End of list of possible types for union field
  // employees_wear_protective_equipment_oneof.
}
字段

联合字段 common_areas_enhanced_cleaning_oneof

common_areas_enhanced_cleaning_oneof 只能是下列其中一项:

commonAreasEnhancedCleaning

boolean

公共区域已深度消杀。

commonAreasEnhancedCleaningException

enum (Exception)

公共区域增强清洁方面的例外情况。

联合字段 guest_rooms_enhanced_cleaning_oneof

guest_rooms_enhanced_cleaning_oneof 只能是下列其中一项:

guestRoomsEnhancedCleaning

boolean

客房已深度消杀。

guestRoomsEnhancedCleaningException

enum (Exception)

客房改善清洁服务例外。

联合字段 commercial_grade_disinfectant_cleaning_oneof

commercial_grade_disinfectant_cleaning_oneof 只能是下列其中一项:

commercialGradeDisinfectantCleaning

boolean

酒店采用商业级消毒剂进行了消杀。

commercialGradeDisinfectantCleaningException

enum (Exception)

商业级消毒剂清洁方面的例外情况。

联合字段 employees_trained_cleaning_procedures_oneof

employees_trained_cleaning_procedures_oneof 只能是下列其中一项:

employeesTrainedCleaningProcedures

boolean

员工接受过新冠清洁程序培训。

employeesTrainedCleaningProceduresException

enum (Exception)

员工经过培训,清洁程序例外。

联合字段 employees_trained_thorough_hand_washing_oneof

employees_trained_thorough_hand_washing_oneof 只能是下列其中一项:

employeesTrainedThoroughHandWashing

boolean

员工接受过手部彻底清洁培训。

employeesTrainedThoroughHandWashingException

enum (Exception)

员工经过了彻底的手洗例外培训。

联合字段 employees_wear_protective_equipment_oneof

employees_wear_protective_equipment_oneof 只能是下列其中一项:

employeesWearProtectiveEquipment

boolean

员工佩戴口罩、护面罩和/或手套。

employeesWearProtectiveEquipmentException

enum (Exception)

员工穿戴防护设备异常。

IncreasedFoodSafety

在新冠肺炎 (COVID-19) 疫情期间,酒店加强了食品安全措施。

JSON 表示法
{

  // Union field food_preparation_and_serving_additional_safety_oneof can be only
  // one of the following:
  "foodPreparationAndServingAdditionalSafety": boolean,
  "foodPreparationAndServingAdditionalSafetyException": enum (Exception)
  // End of list of possible types for union field
  // food_preparation_and_serving_additional_safety_oneof.

  // Union field dining_areas_additional_sanitation_oneof can be only one of the
  // following:
  "diningAreasAdditionalSanitation": boolean,
  "diningAreasAdditionalSanitationException": enum (Exception)
  // End of list of possible types for union field
  // dining_areas_additional_sanitation_oneof.

  // Union field individual_packaged_meals_oneof can be only one of the
  // following:
  "individualPackagedMeals": boolean,
  "individualPackagedMealsException": enum (Exception)
  // End of list of possible types for union field
  // individual_packaged_meals_oneof.

  // Union field disposable_flatware_oneof can be only one of the following:
  "disposableFlatware": boolean,
  "disposableFlatwareException": enum (Exception)
  // End of list of possible types for union field disposable_flatware_oneof.

  // Union field single_use_food_menus_oneof can be only one of the following:
  "singleUseFoodMenus": boolean,
  "singleUseFoodMenusException": enum (Exception)
  // End of list of possible types for union field single_use_food_menus_oneof.
}
字段

联合字段 food_preparation_and_serving_additional_safety_oneof

food_preparation_and_serving_additional_safety_oneof 只能是下列其中一项:

foodPreparationAndServingAdditionalSafety

boolean

在食物制备和上菜方面采取了额外的安全措施。

foodPreparationAndServingAdditionalSafetyException

enum (Exception)

食物制备和供应的额外安全例外情况。

联合字段 dining_areas_additional_sanitation_oneof

dining_areas_additional_sanitation_oneof 只能是下列其中一项:

diningAreasAdditionalSanitation

boolean

用餐区采取了额外的卫生措施。

diningAreasAdditionalSanitationException

enum (Exception)

餐饮区域额外卫生除外。

联合字段 individual_packaged_meals_oneof

individual_packaged_meals_oneof 只能是下列其中一项:

individualPackagedMeals

boolean

单独包装的餐食。

individualPackagedMealsException

enum (Exception)

单独包装餐点的例外情况。

联合字段 disposable_flatware_oneof

disposable_flatware_oneof 只能是下列其中一项:

disposableFlatware

boolean

一次性扁平餐具。

disposableFlatwareException

enum (Exception)

一次性扁平餐具例外情况。

联合字段 single_use_food_menus_oneof

single_use_food_menus_oneof 只能是下列其中一项:

singleUseFoodMenus

boolean

一次性菜单。

singleUseFoodMenusException

enum (Exception)

一次性食品菜单例外情况。

MinimizedContact

在新冠肺炎 (COVID-19) 疫情期间尽可能减少接触酒店。

JSON 表示法
{

  // Union field no_high_touch_items_common_areas_oneof can be only one of the
  // following:
  "noHighTouchItemsCommonAreas": boolean,
  "noHighTouchItemsCommonAreasException": enum (Exception)
  // End of list of possible types for union field
  // no_high_touch_items_common_areas_oneof.

  // Union field no_high_touch_items_guest_rooms_oneof can be only one of the
  // following:
  "noHighTouchItemsGuestRooms": boolean,
  "noHighTouchItemsGuestRoomsException": enum (Exception)
  // End of list of possible types for union field
  // no_high_touch_items_guest_rooms_oneof.

  // Union field digital_guest_room_keys_oneof can be only one of the following:
  "digitalGuestRoomKeys": boolean,
  "digitalGuestRoomKeysException": enum (Exception)
  // End of list of possible types for union field digital_guest_room_keys_oneof.

  // Union field plastic_keycards_disinfected_oneof can be only one of the
  // following:
  "plasticKeycardsDisinfected": boolean,
  "plasticKeycardsDisinfectedException": enum (Exception)
  // End of list of possible types for union field
  // plastic_keycards_disinfected_oneof.

  // Union field room_bookings_buffer_oneof can be only one of the following:
  "roomBookingsBuffer": boolean,
  "roomBookingsBufferException": enum (Exception)
  // End of list of possible types for union field room_bookings_buffer_oneof.

  // Union field housekeeping_scheduled_request_only_oneof can be only one of the
  // following:
  "housekeepingScheduledRequestOnly": boolean,
  "housekeepingScheduledRequestOnlyException": enum (Exception)
  // End of list of possible types for union field
  // housekeeping_scheduled_request_only_oneof.

  // Union field contactless_checkin_checkout_oneof can be only one of the
  // following:
  "contactlessCheckinCheckout": boolean,
  "contactlessCheckinCheckoutException": enum (Exception)
  // End of list of possible types for union field
  // contactless_checkin_checkout_oneof.
}
字段

联合字段 no_high_touch_items_common_areas_oneof

no_high_touch_items_common_areas_oneof 只能是下列其中一项:

noHighTouchItemsCommonAreas

boolean

公共区域撤除了杂志等高接触物品。

noHighTouchItemsCommonAreasException

enum (Exception)

公共区域无任何需要频繁接触的物品。

联合字段 no_high_touch_items_guest_rooms_oneof

no_high_touch_items_guest_rooms_oneof 只能是下列其中一项:

noHighTouchItemsGuestRooms

boolean

客房撤除了装饰枕头等高接触物品。

noHighTouchItemsGuestRoomsException

enum (Exception)

客房无任何需要注意的特殊设施。

联合字段 digital_guest_room_keys_oneof

digital_guest_room_keys_oneof 只能是下列其中一项:

digitalGuestRoomKeys

boolean

客房进出使用移动设备,无需钥匙。

digitalGuestRoomKeysException

enum (Exception)

数字客房钥匙例外情况。

联合字段 plastic_keycards_disinfected_oneof

plastic_keycards_disinfected_oneof 只能是下列其中一项:

plasticKeycardsDisinfected

boolean

塑料钥匙卡已消毒或丢弃。

plasticKeycardsDisinfectedException

enum (Exception)

已消毒的塑料钥匙卡例外。

联合字段 room_bookings_buffer_oneof

room_bookings_buffer_oneof 只能是下列其中一项:

roomBookingsBuffer

boolean

客房预订间隙保持缓冲状态。

roomBookingsBufferException

enum (Exception)

会议室预订缓冲区异常。

联合字段 housekeeping_scheduled_request_only_oneof

housekeeping_scheduled_request_only_oneof 只能是下列其中一项:

housekeepingScheduledRequestOnly

boolean

仅按要求安排客房服务。

housekeepingScheduledRequestOnlyException

enum (Exception)

客房清洁已安排请求的唯一例外情况。

联合字段 contactless_checkin_checkout_oneof

contactless_checkin_checkout_oneof 只能是下列其中一项:

contactlessCheckinCheckout

boolean

无接触入住和退房。

contactlessCheckinCheckoutException

enum (Exception)

无接触式入住/退房例外。

PersonalProtection

酒店在新冠肺炎 (COVID-19) 疫情期间采取的个人保护措施。

JSON 表示法
{

  // Union field common_areas_offer_sanitizing_items_oneof can be only one of the
  // following:
  "commonAreasOfferSanitizingItems": boolean,
  "commonAreasOfferSanitizingItemsException": enum (Exception)
  // End of list of possible types for union field
  // common_areas_offer_sanitizing_items_oneof.

  // Union field guest_room_hygiene_kits_available_oneof can be only one of the
  // following:
  "guestRoomHygieneKitsAvailable": boolean,
  "guestRoomHygieneKitsAvailableException": enum (Exception)
  // End of list of possible types for union field
  // guest_room_hygiene_kits_available_oneof.

  // Union field protective_equipment_available_oneof can be only one of the
  // following:
  "protectiveEquipmentAvailable": boolean,
  "protectiveEquipmentAvailableException": enum (Exception)
  // End of list of possible types for union field
  // protective_equipment_available_oneof.

  // Union field face_mask_required_oneof can be only one of the following:
  "faceMaskRequired": boolean,
  "faceMaskRequiredException": enum (Exception)
  // End of list of possible types for union field face_mask_required_oneof.
}
字段

联合字段 common_areas_offer_sanitizing_items_oneof

common_areas_offer_sanitizing_items_oneof 只能是下列其中一项:

commonAreasOfferSanitizingItems

boolean

公共区域提供洗手液和/或消毒湿巾。

commonAreasOfferSanitizingItemsException

enum (Exception)

公共区域提供消毒用品。

联合字段 guest_room_hygiene_kits_available_oneof

guest_room_hygiene_kits_available_oneof 只能是下列其中一项:

guestRoomHygieneKitsAvailable

boolean

客房内的卫生包内有口罩、洗手液和/或杀菌湿巾。

guestRoomHygieneKitsAvailableException

enum (Exception)

客房卫生套装除外。

联合字段 protective_equipment_available_oneof

protective_equipment_available_oneof 只能是下列其中一项:

protectiveEquipmentAvailable

boolean

为房客提供口罩和/或手套。

protectiveEquipmentAvailableException

enum (Exception)

提供防护用品例外情况。

联合字段 face_mask_required_oneof

face_mask_required_oneof 只能是下列其中一项:

faceMaskRequired

boolean

在酒店内须戴口罩。

faceMaskRequiredException

enum (Exception)

需要戴口罩的例外情况。

PhysicalDistancing

酒店在新冠肺炎 (COVID-19) 疫情期间采取的保持身体距离的措施。

JSON 表示法
{

  // Union field physical_distancing_required_oneof can be only one of the
  // following:
  "physicalDistancingRequired": boolean,
  "physicalDistancingRequiredException": enum (Exception)
  // End of list of possible types for union field
  // physical_distancing_required_oneof.

  // Union field safety_dividers_oneof can be only one of the following:
  "safetyDividers": boolean,
  "safetyDividersException": enum (Exception)
  // End of list of possible types for union field safety_dividers_oneof.

  // Union field shared_areas_limited_occupancy_oneof can be only one of the
  // following:
  "sharedAreasLimitedOccupancy": boolean,
  "sharedAreasLimitedOccupancyException": enum (Exception)
  // End of list of possible types for union field
  // shared_areas_limited_occupancy_oneof.

  // Union field wellness_areas_have_private_spaces_oneof can be only one of the
  // following:
  "wellnessAreasHavePrivateSpaces": boolean,
  "wellnessAreasHavePrivateSpacesException": enum (Exception)
  // End of list of possible types for union field
  // wellness_areas_have_private_spaces_oneof.

  // Union field common_areas_physical_distancing_arranged_oneof can be only one
  // of the following:
  "commonAreasPhysicalDistancingArranged": boolean,
  "commonAreasPhysicalDistancingArrangedException": enum (Exception)
  // End of list of possible types for union field
  // common_areas_physical_distancing_arranged_oneof.
}
字段

联合字段 physical_distancing_required_oneof

physical_distancing_required_oneof 只能是下列其中一项:

physicalDistancingRequired

boolean

要求保持身体距离。

physicalDistancingRequiredException

enum (Exception)

要求保持身体距离的例外情况。

联合字段 safety_dividers_oneof

safety_dividers_oneof 只能是下列其中一项:

safetyDividers

boolean

前台和其他位置设置了安全隔板。

safetyDividersException

enum (Exception)

安全分隔线例外情况。

联合字段 shared_areas_limited_occupancy_oneof

shared_areas_limited_occupancy_oneof 只能是下列其中一项:

sharedAreasLimitedOccupancy

boolean

公共设施对房客使用人数实施限制。

sharedAreasLimitedOccupancyException

enum (Exception)

公共区域限制人数例外情况。

联合字段 wellness_areas_have_private_spaces_oneof

wellness_areas_have_private_spaces_oneof 只能是下列其中一项:

wellnessAreasHavePrivateSpaces

boolean

水疗和健身区指定了私人空间。

wellnessAreasHavePrivateSpacesException

enum (Exception)

健康区设有私人空间。

联合字段 common_areas_physical_distancing_arranged_oneof

common_areas_physical_distancing_arranged_oneof 只能是下列其中一项:

commonAreasPhysicalDistancingArranged

boolean

公共区域进行了适当安排以保持身体距离。

commonAreasPhysicalDistancingArrangedException

enum (Exception)

公共区域设有身体距离规定例外情况。

可持续性

酒店采取了可持续发展做法。

JSON 表示法
{
  "energyEfficiency": {
    object (EnergyEfficiency)
  },
  "waterConservation": {
    object (WaterConservation)
  },
  "wasteReduction": {
    object (WasteReduction)
  },
  "sustainableSourcing": {
    object (SustainableSourcing)
  },
  "sustainabilityCertifications": {
    object (SustainabilityCertifications)
  }
}
字段
energyEfficiency

object (EnergyEfficiency)

酒店实施的能效做法。

waterConservation

object (WaterConservation)

酒店采取的节水做法。

wasteReduction

object (WasteReduction)

酒店实施的减少废弃物的做法。

sustainableSourcing

object (SustainableSourcing)

酒店采取了可持续的采购做法。

sustainabilityCertifications
(deprecated)

object (SustainabilityCertifications)

酒店已获得的可持续发展认证。已弃用:此字段将不再填充。现在,所有认证数据均由 BeCause 提供。

EnergyEfficiency

酒店实施的能效做法。

JSON 表示法
{

  // Union field green_building_design_oneof can be only one of the following:
  "greenBuildingDesign": boolean,
  "greenBuildingDesignException": enum (Exception)
  // End of list of possible types for union field green_building_design_oneof.

  // Union field energy_conservation_program_oneof can be only one of the
  // following:
  "energyConservationProgram": boolean,
  "energyConservationProgramException": enum (Exception)
  // End of list of possible types for union field
  // energy_conservation_program_oneof.

  // Union field independent_organization_audits_energy_use_oneof can be only one
  // of the following:
  "independentOrganizationAuditsEnergyUse": boolean,
  "independentOrganizationAuditsEnergyUseException": enum (Exception)
  // End of list of possible types for union field
  // independent_organization_audits_energy_use_oneof.

  // Union field carbon_free_energy_sources_oneof can be only one of the
  // following:
  "carbonFreeEnergySources": boolean,
  "carbonFreeEnergySourcesException": enum (Exception)
  // End of list of possible types for union field
  // carbon_free_energy_sources_oneof.

  // Union field energy_efficient_heating_and_cooling_systems_oneof can be only
  // one of the following:
  "energyEfficientHeatingAndCoolingSystems": boolean,
  "energyEfficientHeatingAndCoolingSystemsException": enum (Exception)
  // End of list of possible types for union field
  // energy_efficient_heating_and_cooling_systems_oneof.

  // Union field energy_efficient_lighting_oneof can be only one of the
  // following:
  "energyEfficientLighting": boolean,
  "energyEfficientLightingException": enum (Exception)
  // End of list of possible types for union field
  // energy_efficient_lighting_oneof.

  // Union field energy_saving_thermostats_oneof can be only one of the
  // following:
  "energySavingThermostats": boolean,
  "energySavingThermostatsException": enum (Exception)
  // End of list of possible types for union field
  // energy_saving_thermostats_oneof.
}
字段

联合字段 green_building_design_oneof

green_building_design_oneof 只能是下列其中一项:

greenBuildingDesign

boolean

仅供输出。绿色建筑设计。如果房源已获得相关认证,则为 true。

greenBuildingDesignException

enum (Exception)

仅供输出。绿色建筑设计例外情况。

联合字段 energy_conservation_program_oneof

energy_conservation_program_oneof 只能是下列其中一项:

energyConservationProgram

boolean

节能计划。酒店会跟踪公司层面的范围 1 和 2 温室气体排放,以及范围 3 的排放(如果有)。酒店承诺实施逐年减少温室气体排放的举措。酒店显示绝对排放量已减少至少 2 年。排放量由第三方进行验证,并且/或通过外部传播渠道公布。

energyConservationProgramException

enum (Exception)

节能计划例外情况。

联合字段 independent_organization_audits_energy_use_oneof

independent_organization_audits_energy_use_oneof 只能是下列其中一项:

independentOrganizationAuditsEnergyUse

boolean

独立组织负责审核能源使用情况。酒店至少每 5 年进行一次能源审计,审计结果由第三方验证并且/或会在外部通信材料中发布。能源审计是对设施的详细评估,能为现有运营和程序提供建议,以提升能源效率、给予适用的奖励或返款,以及通过翻修或升级进行改进的机会。有资格提供可信第三方审计的组织示例包括:Engie Impact、DNV GL(欧盟)、Dexma 和当地公共事业提供商(他们通常提供能源和用水审计)。

independentOrganizationAuditsEnergyUseException

enum (Exception)

独立组织负责审核能源使用情况例外情况。

联合字段 carbon_free_energy_sources_oneof

carbon_free_energy_sources_oneof 只能是下列其中一项:

carbonFreeEnergySources

boolean

无碳能源。酒店至少通过以下某种方式获取无碳电力:现场清洁能源发电、与清洁能源发电机达成购电协议、电力供应商提供的绿色电力,或购买能源属性证书(如可再生能源证书或产地担保)。

carbonFreeEnergySourcesException

enum (Exception)

无碳能源来源例外情况。

联合字段 energy_efficient_heating_and_cooling_systems_oneof

energy_efficient_heating_and_cooling_systems_oneof 只能是下列其中一项:

energyEfficientHeatingAndCoolingSystems

boolean

节能供暖和制冷系统;酒店未在供暖、通风和空调系统中使用含氯氟碳化碳 (CFC) 的制冷剂,除非第三方审核表明在经济上不可行。所使用的 CFC 制冷剂的全球变暖潜能值 (GWP) 应小于等于 10。酒店后端空间、会议室和其他低人流区域在 HVAC 系统上使用在家/外出传感器。

energyEfficientHeatingAndCoolingSystemsException

enum (Exception)

节能供暖和制冷系统例外情况。

联合字段 energy_efficient_lighting_oneof

energy_efficient_lighting_oneof 只能是下列其中一项:

energyEfficientLighting

boolean

节能照明。酒店至少有 75% 的照明是节能的,使用每瓦超过 45 流明的照明(通常是 LED 或 CFL 灯泡)。

energyEfficientLightingException

enum (Exception)

节能照明例外情况。

联合字段 energy_saving_thermostats_oneof

energy_saving_thermostats_oneof 只能是下列其中一项:

energySavingThermostats

boolean

节能温控器。酒店在整个建筑物内都安装了节能温控器,以便在房间或区域未使用时节约能源。节能温控器能够学习温度偏好,自动调节至节能温度并作为默认设置,从而控制建筑物的供暖/制冷。根据季节,温控器会自动设置在 20-26°C (68-78°F) 之间。在冬季,当房间有客人入住时,将温控器设置为 20°C (68°F),当房间无人时降低室温。在夏季,当房间有客人入住时,将温控器设置为 26°C (78°F)。

energySavingThermostatsException

enum (Exception)

节能温控器例外情况。

WaterConservation

酒店采取的节水做法。

JSON 表示法
{

  // Union field independent_organization_audits_water_use_oneof can be only one
  // of the following:
  "independentOrganizationAuditsWaterUse": boolean,
  "independentOrganizationAuditsWaterUseException": enum (Exception)
  // End of list of possible types for union field
  // independent_organization_audits_water_use_oneof.

  // Union field water_saving_sinks_oneof can be only one of the following:
  "waterSavingSinks": boolean,
  "waterSavingSinksException": enum (Exception)
  // End of list of possible types for union field water_saving_sinks_oneof.

  // Union field water_saving_toilets_oneof can be only one of the following:
  "waterSavingToilets": boolean,
  "waterSavingToiletsException": enum (Exception)
  // End of list of possible types for union field water_saving_toilets_oneof.

  // Union field water_saving_showers_oneof can be only one of the following:
  "waterSavingShowers": boolean,
  "waterSavingShowersException": enum (Exception)
  // End of list of possible types for union field water_saving_showers_oneof.

  // Union field towel_reuse_program_oneof can be only one of the following:
  "towelReuseProgram": boolean,
  "towelReuseProgramException": enum (Exception)
  // End of list of possible types for union field towel_reuse_program_oneof.

  // Union field linen_reuse_program_oneof can be only one of the following:
  "linenReuseProgram": boolean,
  "linenReuseProgramException": enum (Exception)
  // End of list of possible types for union field linen_reuse_program_oneof.
}
字段

联合字段 independent_organization_audits_water_use_oneof

independent_organization_audits_water_use_oneof 只能是下列其中一项:

independentOrganizationAuditsWaterUse

boolean

该独立组织负责审核用水情况。酒店每 5 年进行一次节水审计,审计结果由第三方验证且/或会在外部传播材料中发布。用水审计是对设施的详细评估,能为现有运营和程序提供建议以提升用水效率、给予适用的奖励或返款,并让酒店有通过翻修或升级进行改进的机会。有资格提供可信第三方审计的组织示例包括:Engie Impact 和当地公共事业提供商(他们通常提供能源和用水审计)。

independentOrganizationAuditsWaterUseException

enum (Exception)

独立组织负责审核用水例外情况。

联合字段 water_saving_sinks_oneof

water_saving_sinks_oneof 只能是下列其中一项:

waterSavingSinks

boolean

节水水槽。酒店的所有客房都有浴室水龙头,每分钟用量不超过 1.5 加仑 (gpm),公共卫生间水龙头不超过 0.5 gpm,厨房水龙头(不包括仅用于灌装操作的水龙头)不超过 2.2 gpm。

waterSavingSinksException

enum (Exception)

节水水槽例外情况。

联合字段 water_saving_toilets_oneof

water_saving_toilets_oneof 只能是下列其中一项:

waterSavingToilets

boolean

节水马桶。酒店的所有马桶每次冲水用水量为 1.6 加仑或更少。

waterSavingToiletsException

enum (Exception)

节水马桶例外情况。

联合字段 water_saving_showers_oneof

water_saving_showers_oneof 只能是下列其中一项:

waterSavingShowers

boolean

节水淋浴间。酒店的所有客房均配有淋浴头,每分钟消耗的水量不超过 2.0 加仑。

waterSavingShowersException

enum (Exception)

节水淋浴设备例外情况。

联合字段 towel_reuse_program_oneof

towel_reuse_program_oneof 只能是下列其中一项:

towelReuseProgram

boolean

毛巾重复使用计划酒店实施了毛巾重复使用计划。

towelReuseProgramException

enum (Exception)

毛巾重复使用计划例外情况。

联合字段 linen_reuse_program_oneof

linen_reuse_program_oneof 只能是下列其中一项:

linenReuseProgram

boolean

亚麻布制品重复使用计划。酒店实施了床单重复使用计划。

linenReuseProgramException

enum (Exception)

亚麻布制品重复使用计划例外情况。

WasteReduction

酒店实施的减少废弃物的做法。

JSON 表示法
{

  // Union field recycling_program_oneof can be only one of the following:
  "recyclingProgram": boolean,
  "recyclingProgramException": enum (Exception)
  // End of list of possible types for union field recycling_program_oneof.

  // Union field food_waste_reduction_program_oneof can be only one of the
  // following:
  "foodWasteReductionProgram": boolean,
  "foodWasteReductionProgramException": enum (Exception)
  // End of list of possible types for union field
  // food_waste_reduction_program_oneof.

  // Union field donates_excess_food_oneof can be only one of the following:
  "donatesExcessFood": boolean,
  "donatesExcessFoodException": enum (Exception)
  // End of list of possible types for union field donates_excess_food_oneof.

  // Union field composts_excess_food_oneof can be only one of the following:
  "compostsExcessFood": boolean,
  "compostsExcessFoodException": enum (Exception)
  // End of list of possible types for union field composts_excess_food_oneof.

  // Union field soap_donation_program_oneof can be only one of the following:
  "soapDonationProgram": boolean,
  "soapDonationProgramException": enum (Exception)
  // End of list of possible types for union field soap_donation_program_oneof.

  // Union field toiletry_donation_program_oneof can be only one of the
  // following:
  "toiletryDonationProgram": boolean,
  "toiletryDonationProgramException": enum (Exception)
  // End of list of possible types for union field
  // toiletry_donation_program_oneof.

  // Union field safely_handles_hazardous_substances_oneof can be only one of the
  // following:
  "safelyHandlesHazardousSubstances": boolean,
  "safelyHandlesHazardousSubstancesException": enum (Exception)
  // End of list of possible types for union field
  // safely_handles_hazardous_substances_oneof.

  // Union field safely_disposes_electronics_oneof can be only one of the
  // following:
  "safelyDisposesElectronics": boolean,
  "safelyDisposesElectronicsException": enum (Exception)
  // End of list of possible types for union field
  // safely_disposes_electronics_oneof.

  // Union field safely_disposes_batteries_oneof can be only one of the
  // following:
  "safelyDisposesBatteries": boolean,
  "safelyDisposesBatteriesException": enum (Exception)
  // End of list of possible types for union field
  // safely_disposes_batteries_oneof.

  // Union field safely_disposes_lightbulbs_oneof can be only one of the
  // following:
  "safelyDisposesLightbulbs": boolean,
  "safelyDisposesLightbulbsException": enum (Exception)
  // End of list of possible types for union field
  // safely_disposes_lightbulbs_oneof.

  // Union field refillable_toiletry_containers_oneof can be only one of the
  // following:
  "refillableToiletryContainers": boolean,
  "refillableToiletryContainersException": enum (Exception)
  // End of list of possible types for union field
  // refillable_toiletry_containers_oneof.

  // Union field water_bottle_filling_stations_oneof can be only one of the
  // following:
  "waterBottleFillingStations": boolean,
  "waterBottleFillingStationsException": enum (Exception)
  // End of list of possible types for union field
  // water_bottle_filling_stations_oneof.

  // Union field compostable_food_containers_and_cutlery_oneof can be only one of
  // the following:
  "compostableFoodContainersAndCutlery": boolean,
  "compostableFoodContainersAndCutleryException": enum (Exception)
  // End of list of possible types for union field
  // compostable_food_containers_and_cutlery_oneof.

  // Union field no_styrofoam_food_containers_oneof can be only one of the
  // following:
  "noStyrofoamFoodContainers": boolean,
  "noStyrofoamFoodContainersException": enum (Exception)
  // End of list of possible types for union field
  // no_styrofoam_food_containers_oneof.

  // Union field no_single_use_plastic_water_bottles_oneof can be only one of the
  // following:
  "noSingleUsePlasticWaterBottles": boolean,
  "noSingleUsePlasticWaterBottlesException": enum (Exception)
  // End of list of possible types for union field
  // no_single_use_plastic_water_bottles_oneof.

  // Union field no_single_use_plastic_straws_oneof can be only one of the
  // following:
  "noSingleUsePlasticStraws": boolean,
  "noSingleUsePlasticStrawsException": enum (Exception)
  // End of list of possible types for union field
  // no_single_use_plastic_straws_oneof.
}
字段

联合字段 recycling_program_oneof

recycling_program_oneof 只能是下列其中一项:

recyclingProgram

boolean

回收再利用计划。酒店有一个符合 LEED 废弃物要求的回收计划,以及一项政策,概述了向垃圾填埋场输送废弃物的比例不超过 50% 的举措。回收计划包含可回收材料(包括混合纸、瓦楞纸板、玻璃、塑料和金属)的存放位置。

recyclingProgramException

enum (Exception)

回收再利用计划例外。

联合字段 food_waste_reduction_program_oneof

food_waste_reduction_program_oneof 只能是下列其中一项:

foodWasteReductionProgram

boolean

减少食品浪费计划。酒店制定了减少食物浪费和捐赠食物的计划,目标是将食物浪费减少一半。这些计划通常使用诸如 Hotel Kitchen Toolkit 等工具来跟踪浪费情况和评估进展情况。

foodWasteReductionProgramException

enum (Exception)

减少食品浪费计划例外情况。

联合字段 donates_excess_food_oneof

donates_excess_food_oneof 只能是下列其中一项:

donatesExcessFood

boolean

捐赠多余的食物。酒店有相关计划和/或政策,旨在将浪费的食物改作他用而非送往垃圾填埋场,其中可能包括将食物捐给他人食用或将食物转变为动物饲料。

donatesExcessFoodException

enum (Exception)

捐赠多余食品例外。

联合字段 composts_excess_food_oneof

composts_excess_food_oneof 只能是下列其中一项:

compostsExcessFood

boolean

将多余食品用于堆肥。酒店制定了相关计划和/或政策,通过堆肥收集和站外加工或现场堆肥处理,将食物和庭院垃圾堆肥,从而将浪费的食物改为垃圾填埋场。

compostsExcessFoodException

enum (Exception)

堆肥多余食品。

联合字段 soap_donation_program_oneof

soap_donation_program_oneof 只能是下列其中一项:

soapDonationProgram

boolean

肥皂捐赠计划。酒店参与了肥皂捐赠计划,例如 Clean the World 或类似计划。

soapDonationProgramException

enum (Exception)

肥皂捐赠计划例外情况。

联合字段 toiletry_donation_program_oneof

toiletry_donation_program_oneof 只能是下列其中一项:

toiletryDonationProgram

boolean

洗漱用品捐赠计划。酒店参与了洗漱用品捐赠计划,例如 Clean the World 或类似计划。

toiletryDonationProgramException

enum (Exception)

洗漱用品捐赠计划例外情况。

联合字段 safely_handles_hazardous_substances_oneof

safely_handles_hazardous_substances_oneof 只能是下列其中一项:

safelyHandlesHazardousSubstances

boolean

安全处理有害物质。酒店制定了符合 GreenSeal 和 LEED 要求的危险废弃物管理计划,并满足关于危险废弃物处置和回收的所有监管要求。有害物质是指被权威机构(如 OSHA 或 DOT)归类为“有害”的物质,标有“危险”“警告”“警告”等指示词语,或者易燃、具有腐蚀性或可燃。

要求包括:- 酒店应保留其为使用危害性较低的物质替代有害物质所付出努力的记录。- 对内部存放的危险材料列具清单。- 用于清洁、洗碗、洗衣和泳池维护的产品应存放在带有明确标示的容器中。这些容器应定期检查是否有渗漏,并更换必要的容器。- 应安装泄漏处理装置,以收集化学品的泼溅、滴漏或渗漏。

safelyHandlesHazardousSubstancesException

enum (Exception)

安全地处理有害物质例外情况。

联合字段 safely_disposes_electronics_oneof

safely_disposes_electronics_oneof 只能是下列其中一项:

safelyDisposesElectronics

boolean

安全处置电子产品。酒店拥有值得信赖的回收再利用计划,可避免危险电子零部件和化合物进入垃圾填埋场、垃圾场和其他未经授权的废弃物处理场所,并回收/再利用适用材料。(例如,经过认证的电子产品回收商)。

safelyDisposesElectronicsException

enum (Exception)

安全处置电子产品异常。

联合字段 safely_disposes_batteries_oneof

safely_disposes_batteries_oneof 只能是下列其中一项:

safelyDisposesBatteries

boolean

安全处置电池。酒店会安全地存储和处置电池。

safelyDisposesBatteriesException

enum (Exception)

安全处置电池例外情况。

联合字段 safely_disposes_lightbulbs_oneof

safely_disposes_lightbulbs_oneof 只能是下列其中一项:

safelyDisposesLightbulbs

boolean

安全处置灯泡。酒店以安全的方式存放和处置灯泡。

safelyDisposesLightbulbsException

enum (Exception)

安全处置灯泡异常。

联合字段 refillable_toiletry_containers_oneof

refillable_toiletry_containers_oneof 只能是下列其中一项:

refillableToiletryContainers

boolean

可重复充装的洗漱用品容器。酒店将单个微型容器替换为洗发水、护发素、肥皂和乳液的可重复充装设施分配器。

refillableToiletryContainersException

enum (Exception)

可重复充装的洗漱用品容器例外情况。

联合字段 water_bottle_filling_stations_oneof

water_bottle_filling_stations_oneof 只能是下列其中一项:

waterBottleFillingStations

boolean

水瓶加水处。酒店在整个建筑物内都设有供客人使用的加水处。

waterBottleFillingStationsException

enum (Exception)

水瓶加水处例外。

联合字段 compostable_food_containers_and_cutlery_oneof

compostable_food_containers_and_cutlery_oneof 只能是下列其中一项:

compostableFoodContainersAndCutlery

boolean

可堆肥食品容器和餐具。食品服务容器和外带餐具全部是可堆肥的,并且尽可能提供可重复使用的餐具。可堆肥材料能够在堆肥场进行生物分解,分解后无法再用肉眼分辨出来,而是二氧化碳、水、无机化合物和生物质。

compostableFoodContainersAndCutleryException

enum (Exception)

可堆肥食品容器和餐具例外情况。

联合字段 no_styrofoam_food_containers_oneof

no_styrofoam_food_containers_oneof 只能是下列其中一项:

noStyrofoamFoodContainers

boolean

不使用聚苯乙烯泡沫塑料材质的食品容器。酒店杜绝使用聚苯乙烯泡沫塑料材质的一次性餐具用品。

noStyrofoamFoodContainersException

enum (Exception)

聚苯乙烯泡沫塑料材质的食品容器除外。

联合字段 no_single_use_plastic_water_bottles_oneof

no_single_use_plastic_water_bottles_oneof 只能是下列其中一项:

noSingleUsePlasticWaterBottles

boolean

不使用一次性塑料水瓶。酒店禁止使用一次性塑料水瓶。

noSingleUsePlasticWaterBottlesException

enum (Exception)

一次性塑料水瓶除外。

联合字段 no_single_use_plastic_straws_oneof

no_single_use_plastic_straws_oneof 只能是下列其中一项:

noSingleUsePlasticStraws

boolean

不使用一次性塑料吸管。酒店禁止使用一次性塑料吸管。

noSingleUsePlasticStrawsException

enum (Exception)

一次性塑料吸管例外。

SustainableSourcing

酒店采取了可持续的采购做法。

JSON 表示法
{

  // Union field responsible_purchasing_policy_oneof can be only one of the
  // following:
  "responsiblePurchasingPolicy": boolean,
  "responsiblePurchasingPolicyException": enum (Exception)
  // End of list of possible types for union field
  // responsible_purchasing_policy_oneof.

  // Union field organic_food_and_beverages_oneof can be only one of the
  // following:
  "organicFoodAndBeverages": boolean,
  "organicFoodAndBeveragesException": enum (Exception)
  // End of list of possible types for union field
  // organic_food_and_beverages_oneof.

  // Union field locally_sourced_food_and_beverages_oneof can be only one of the
  // following:
  "locallySourcedFoodAndBeverages": boolean,
  "locallySourcedFoodAndBeveragesException": enum (Exception)
  // End of list of possible types for union field
  // locally_sourced_food_and_beverages_oneof.

  // Union field responsibly_sources_seafood_oneof can be only one of the
  // following:
  "responsiblySourcesSeafood": boolean,
  "responsiblySourcesSeafoodException": enum (Exception)
  // End of list of possible types for union field
  // responsibly_sources_seafood_oneof.

  // Union field organic_cage_free_eggs_oneof can be only one of the following:
  "organicCageFreeEggs": boolean,
  "organicCageFreeEggsException": enum (Exception)
  // End of list of possible types for union field organic_cage_free_eggs_oneof.

  // Union field vegetarian_meals_oneof can be only one of the following:
  "vegetarianMeals": boolean,
  "vegetarianMealsException": enum (Exception)
  // End of list of possible types for union field vegetarian_meals_oneof.

  // Union field vegan_meals_oneof can be only one of the following:
  "veganMeals": boolean,
  "veganMealsException": enum (Exception)
  // End of list of possible types for union field vegan_meals_oneof.

  // Union field eco_friendly_toiletries_oneof can be only one of the following:
  "ecoFriendlyToiletries": boolean,
  "ecoFriendlyToiletriesException": enum (Exception)
  // End of list of possible types for union field eco_friendly_toiletries_oneof.
}
字段

联合字段 responsible_purchasing_policy_oneof

responsible_purchasing_policy_oneof 只能是下列其中一项:

responsiblePurchasingPolicy

boolean

负责任的采购政策。酒店实行负责任的采购政策。负责任是指在选择供应商时将社会、道德和/或环境绩效因素纳入采购流程中。

responsiblePurchasingPolicyException

enum (Exception)

负责任采购政策例外情况。

联合字段 organic_food_and_beverages_oneof

organic_food_and_beverages_oneof 只能是下列其中一项:

organicFoodAndBeverages

boolean

有机食品和饮料。按支出计算,至少有 25% 的食品和饮料获得了有机认证。有机是指经过 IFOAM 标准系列中列出的某种有机标准认证的产品。符合条件的认证包括美国农业部有机认证和欧盟有机认证等。

organicFoodAndBeveragesException

enum (Exception)

有机食品和饮料例外。

联合字段 locally_sourced_food_and_beverages_oneof

locally_sourced_food_and_beverages_oneof 只能是下列其中一项:

locallySourcedFoodAndBeverages

boolean

本地采购的食品和饮料。酒店在当地采购商品,通过减少运输来减少环境足迹并刺激当地经济。在 100 公里以内的工厂生产的产品通常被视为本地产品。

locallySourcedFoodAndBeveragesException

enum (Exception)

本地采购的食品和饮料属于例外情况。

联合字段 responsibly_sources_seafood_oneof

responsibly_sources_seafood_oneof 只能是下列其中一项:

responsiblySourcesSeafood

boolean

负责任地采购海鲜。酒店不采购蒙特里湾水族馆海鲜观察计划“避免”名单中的海鲜,并且必须以可持续的方式采购被列为“良好替代品”“生态认证”和“最佳选择”的海鲜。酒店的相关政策概述了对采购海洋管理委员会 (MSC) 和/或水产养殖管理委员会 (ASC) 产销监管链认证的海鲜所做的承诺。

responsiblySourcesSeafoodException

enum (Exception)

负责任地采购海鲜除外。

联合字段 organic_cage_free_eggs_oneof

organic_cage_free_eggs_oneof 只能是下列其中一项:

organicCageFreeEggs

boolean

有机散养鸡蛋。酒店采购的是 100% 经认证的有机散养鸡蛋(带壳、蛋液和蛋制品)。散养是指母鸡能够行走、张开翅膀并在巢中产蛋)。

organicCageFreeEggsException

enum (Exception)

有机散养鸡蛋例外。

联合字段 vegetarian_meals_oneof

vegetarian_meals_oneof 只能是下列其中一项:

vegetarianMeals

boolean

素食餐。酒店为房客提供素食菜单选项。素食不包含肉类、家禽、鱼类或海鲜。

vegetarianMealsException

enum (Exception)

素食除外。

联合字段 vegan_meals_oneof

vegan_meals_oneof 只能是下列其中一项:

veganMeals

boolean

纯素餐。酒店为房客提供纯素菜单选项。纯素食品不包含动物制品或副产品。

veganMealsException

enum (Exception)

纯素餐例外情况。

联合字段 eco_friendly_toiletries_oneof

eco_friendly_toiletries_oneof 只能是下列其中一项:

ecoFriendlyToiletries

boolean

提供环保洗漱用品。为房客提供的肥皂、洗发水、乳液和其他洗浴用品均获得国家或国际认可的可持续发展认证,例如美国农业部有机认证、欧盟有机认证或零残忍认证。

ecoFriendlyToiletriesException

enum (Exception)

环保洗漱用品除外。

SustainabilityCertifications

酒店已获得的可持续发展认证。已弃用:系统不再填充此消息。现在,所有认证数据均由 BeCause 提供。

JSON 表示法
{
  "ecoCertifications": [
    {
      object (EcoCertification)
    }
  ],

  // Union field breeam_certification_oneof can be only one of the following:
  "breeamCertification": enum (BreeamCertification),
  "breeamCertificationException": enum (Exception)
  // End of list of possible types for union field breeam_certification_oneof.

  // Union field leed_certification_oneof can be only one of the following:
  "leedCertification": enum (LeedCertification),
  "leedCertificationException": enum (Exception)
  // End of list of possible types for union field leed_certification_oneof.
}
字段
ecoCertifications[]

object (EcoCertification)

向酒店颁发的生态保护证书。

联合字段 breeam_certification_oneof

breeam_certification_oneof 只能是下列其中一项:

breeamCertification

enum (BreeamCertification)

BREEAM 认证。

breeamCertificationException

enum (Exception)

BREEAM 认证例外情况。

联合字段 leed_certification_oneof

leed_certification_oneof 只能是下列其中一项:

leedCertification

enum (LeedCertification)

LEED 认证。

leedCertificationException

enum (Exception)

LEED 认证例外情况。

BreeamCertification

BREEAM 认证枚举。已弃用:不再使用此枚举。现在,所有认证数据均由 BeCause 提供。

枚举
BREEAM_CERTIFICATION_UNSPECIFIED 默认的 BreeamCertification。请勿使用。
NO_BREEAM_CERTIFICATION 未认证。
BREEAM_PASS BREEAM 通过。
BREEAM_GOOD BREEAM 良好。
BREEAM_VERY_GOOD BREEAM 非常好。
BREEAM_EXCELLENT BREEAM 优异。
BREEAM_OUTSTANDING BREEAM 优秀。

LeedCertification

LEED 认证枚举。已弃用:不再使用此枚举。现在,所有认证数据均由 BeCause 提供。

枚举
LEED_CERTIFICATION_UNSPECIFIED 默认的 LeedCertification。请勿使用。
NO_LEED_CERTIFICATION 未认证。
LEED_CERTIFIED 获得 LEED 认证。
LEED_SILVER LEED 银级认证。
LEED_GOLD LEED 黄金级认证。
LEED_PLATINUM LEED 白金级认证。

EcoCertification

向酒店颁发的生态保护证书。已弃用:系统不再填充此消息。现在,所有认证数据均由 BeCause 提供。

JSON 表示法
{
  "ecoCertificate": enum (EcoCertificate),

  // Union field awarded_oneof can be only one of the following:
  "awarded": boolean,
  "awardedException": enum (Exception)
  // End of list of possible types for union field awarded_oneof.
}
字段
ecoCertificate

enum (EcoCertificate)

必需。生态保护证书。

联合字段 awarded_oneof

awarded_oneof 只能是下列其中一项:

awarded

boolean

是否颁发生态保护证书。

awardedException

enum (Exception)

已获得的例外许可。

EcoCertificate

节能证书枚举。已弃用:不再使用此枚举。现在,所有认证数据均由 BeCause 提供。

枚举
ECO_CERTIFICATE_UNSPECIFIED 默认的 EcoCertificate。请勿使用。
ISO14001 ISO14001。
ISO50001 ISO50001。
ASIAN_ECOTOURISM 亚洲生态旅游住宿业标准 (AESA)。
BIOSPHERE_RESPOSNIBLE_TOURISM Biosphere Responsible Tourism 标准认证。
BUREAU_VERITAS Bureau Veritas。
CONTROL_UNION CU 认证 (Control Union)。
EARTHCHECK EarthCheck。
ECO_CERTIFICATION_MALTA 生态保护认证马耳他标准。
ECOTOURISM_AUSTRALIAS_ECO 澳洲生态旅游协会的 ECO 认证标准。
GREAT_GREEN_DEAL GREAT Green Deal 认证
GREEN_GLOBE 绿色环球认证 (Green Globe)。
GREEN_GROWTH2050 Green Growth 2050 标准认证。
GREEN_KEY 绿钥匙认证 (Green Key)。
GREEN_KEY_ECO_RATING 基恩钥匙生态评级 (Geen Key Eco Rating)。
GREEN_SEAL Green Seal 认证。
GREEN_STAR Green Star Hotel 标准认证。
GREEN_TOURISM_ACTIVE Green Tourism Active 标准认证。
HILTON_LIGHTSTAY Hilton LightStay 认证 (Hilton LightStay)。
HOSTELLING_INTERNATIONALS_QUALITY_AND_SUSTAINABILITY 国际青年旅舍联盟的质量和可持续发展标准。
HOTELES_MAS_VERDES Hoteles más Verdes (AHT) 标准酒店。
NORDIC_SWAN_ECOLABEL 北欧天鹅生态标签认证 (Nordic Swan Ecolabel)。
PREFERRED_BY_NATURE_SUSTAINABLE_TOURISM Preferred by Nature Sustainable Tourism Standard for Accommodation 认证。
SUSTAINABLE_TRAVEL_IRELAND Sustainable Travel Ireland – GSTC 行业标准。
TOF_TIGERS_INITITIVES_PUG TOFTigers Initiative's Pug 标准。
TRAVELIFE Travelife 酒店住宿业标准。
UNITED_CERTIFICATION_SYSTEMS_LIMITED United Certification Systems Limited 认证。
VIREO_SRL Vireo Srl 认证

LivingArea

可预订的客房内的单个房间,如厨房、浴室、卧室。

JSON 表示法
{
  "layout": {
    object (LivingAreaLayout)
  },
  "features": {
    object (LivingAreaFeatures)
  },
  "eating": {
    object (LivingAreaEating)
  },
  "sleeping": {
    object (LivingAreaSleeping)
  },
  "accessibility": {
    object (LivingAreaAccessibility)
  }
}
字段
layout

object (LivingAreaLayout)

与起居区的布局相关的信息。

features

object (LivingAreaFeatures)

起居区设施。

eating

object (LivingAreaEating)

与起居区的饮食设施相关的信息。

sleeping

object (LivingAreaSleeping)

起居区内睡眠功能的相关信息。

accessibility

object (LivingAreaAccessibility)

起居区的无障碍功能。

LivingAreaLayout

与起居区的布局相关的信息。

JSON 表示法
{

  // Union field living_area_sq_meters_oneof can be only one of the following:
  "livingAreaSqMeters": number,
  "livingAreaSqMetersException": enum (Exception)
  // End of list of possible types for union field living_area_sq_meters_oneof.

  // Union field stairs_oneof can be only one of the following:
  "stairs": boolean,
  "stairsException": enum (Exception)
  // End of list of possible types for union field stairs_oneof.

  // Union field loft_oneof can be only one of the following:
  "loft": boolean,
  "loftException": enum (Exception)
  // End of list of possible types for union field loft_oneof.

  // Union field non_smoking_oneof can be only one of the following:
  "nonSmoking": boolean,
  "nonSmokingException": enum (Exception)
  // End of list of possible types for union field non_smoking_oneof.

  // Union field patio_oneof can be only one of the following:
  "patio": boolean,
  "patioException": enum (Exception)
  // End of list of possible types for union field patio_oneof.

  // Union field balcony_oneof can be only one of the following:
  "balcony": boolean,
  "balconyException": enum (Exception)
  // End of list of possible types for union field balcony_oneof.
}
字段

联合字段 living_area_sq_meters_oneof

living_area_sq_meters_oneof 只能是下列其中一项:

livingAreaSqMeters

number

起居区平方米。客房生活空间面积(以米为单位)。

livingAreaSqMetersException

enum (Exception)

居住区平方米的例外。

联合字段 stairs_oneof

stairs_oneof 只能是下列其中一项:

stairs

boolean

楼梯。单元中一些步骤会将从一个级别或故事引向另一个级别或故事。

stairsException

enum (Exception)

楼梯异常。

联合字段 loft_oneof

loft_oneof 只能是下列其中一项:

loft

boolean

阁楼。由楼梯或梯子进入的三壁上部区域,可俯瞰房间的下部区域。

loftException

enum (Exception)

阁楼例外情况。

联合字段 non_smoking_oneof

non_smoking_oneof 只能是下列其中一项:

nonSmoking

boolean

禁止吸烟。禁止吸烟、雪茄和烟斗的客房。

nonSmokingException

enum (Exception)

禁止吸烟的例外情况。

联合字段 patio_oneof

patio_oneof 只能是下列其中一项:

patio

boolean

露台。铺砌平整的户外区域,在一楼客房附有座椅,房客可通过一楼客房进入。

patioException

enum (Exception)

露台异常。

联合字段 balcony_oneof

balcony_oneof 只能是下列其中一项:

balcony

boolean

阳台。连接到建筑物且被短墙、围栏或其他安全栏杆环绕的户外平台。阳台可通过客房或套房的门进入,房客可使用。不一定包含座椅或户外家具。不在一楼。还有阳台。

balconyException

enum (Exception)

阳台例外。

LivingAreaFeatures

起居区设施。

JSON 表示法
{

  // Union field private_bathroom_oneof can be only one of the following:
  "privateBathroom": boolean,
  "privateBathroomException": enum (Exception)
  // End of list of possible types for union field private_bathroom_oneof.

  // Union field toilet_oneof can be only one of the following:
  "toilet": boolean,
  "toiletException": enum (Exception)
  // End of list of possible types for union field toilet_oneof.

  // Union field bidet_oneof can be only one of the following:
  "bidet": boolean,
  "bidetException": enum (Exception)
  // End of list of possible types for union field bidet_oneof.

  // Union field shower_oneof can be only one of the following:
  "shower": boolean,
  "showerException": enum (Exception)
  // End of list of possible types for union field shower_oneof.

  // Union field bathtub_oneof can be only one of the following:
  "bathtub": boolean,
  "bathtubException": enum (Exception)
  // End of list of possible types for union field bathtub_oneof.

  // Union field hairdryer_oneof can be only one of the following:
  "hairdryer": boolean,
  "hairdryerException": enum (Exception)
  // End of list of possible types for union field hairdryer_oneof.

  // Union field washer_oneof can be only one of the following:
  "washer": boolean,
  "washerException": enum (Exception)
  // End of list of possible types for union field washer_oneof.

  // Union field dryer_oneof can be only one of the following:
  "dryer": boolean,
  "dryerException": enum (Exception)
  // End of list of possible types for union field dryer_oneof.

  // Union field ironing_equipment_oneof can be only one of the following:
  "ironingEquipment": boolean,
  "ironingEquipmentException": enum (Exception)
  // End of list of possible types for union field ironing_equipment_oneof.

  // Union field universal_power_adapters_oneof can be only one of the following:
  "universalPowerAdapters": boolean,
  "universalPowerAdaptersException": enum (Exception)
  // End of list of possible types for union field
  // universal_power_adapters_oneof.

  // Union field air_conditioning_oneof can be only one of the following:
  "airConditioning": boolean,
  "airConditioningException": enum (Exception)
  // End of list of possible types for union field air_conditioning_oneof.

  // Union field heating_oneof can be only one of the following:
  "heating": boolean,
  "heatingException": enum (Exception)
  // End of list of possible types for union field heating_oneof.

  // Union field fireplace_oneof can be only one of the following:
  "fireplace": boolean,
  "fireplaceException": enum (Exception)
  // End of list of possible types for union field fireplace_oneof.

  // Union field tv_oneof can be only one of the following:
  "tv": boolean,
  "tvException": enum (Exception)
  // End of list of possible types for union field tv_oneof.

  // Union field tv_casting_oneof can be only one of the following:
  "tvCasting": boolean,
  "tvCastingException": enum (Exception)
  // End of list of possible types for union field tv_casting_oneof.

  // Union field tv_streaming_oneof can be only one of the following:
  "tvStreaming": boolean,
  "tvStreamingException": enum (Exception)
  // End of list of possible types for union field tv_streaming_oneof.

  // Union field pay_per_view_movies_oneof can be only one of the following:
  "payPerViewMovies": boolean,
  "payPerViewMoviesException": enum (Exception)
  // End of list of possible types for union field pay_per_view_movies_oneof.

  // Union field inunit_safe_oneof can be only one of the following:
  "inunitSafe": boolean,
  "inunitSafeException": enum (Exception)
  // End of list of possible types for union field inunit_safe_oneof.

  // Union field electronic_room_key_oneof can be only one of the following:
  "electronicRoomKey": boolean,
  "electronicRoomKeyException": enum (Exception)
  // End of list of possible types for union field electronic_room_key_oneof.

  // Union field inunit_wifi_available_oneof can be only one of the following:
  "inunitWifiAvailable": boolean,
  "inunitWifiAvailableException": enum (Exception)
  // End of list of possible types for union field inunit_wifi_available_oneof.
}
字段

联合字段 private_bathroom_oneof

private_bathroom_oneof 只能是下列其中一项:

privateBathroom

boolean

私人浴室。专供入住特定客房的房客使用的浴室。

privateBathroomException

enum (Exception)

私人浴室例外情况。

联合字段 toilet_oneof

toilet_oneof 只能是下列其中一项:

toilet

boolean

厕所。一种连接到下水道或化粪池系统的固定式浴室设施,包括一个带座椅的冲水碗以及一个激发冲水操作的装置。用于处理和处置人类排泄物。

toiletException

enum (Exception)

马桶异常。

联合字段 bidet_oneof

bidet_oneof 只能是下列其中一项:

bidet

boolean

坐浴盆。安装在马桶上的卫生器具,或专为在马桶后清洗而设计的固定水槽。

bidetException

enum (Exception)

设备异常。

联合字段 shower_oneof

shower_oneof 只能是下列其中一项:

shower

boolean

淋浴。一种用于站立浴的固定式管道固定装置,具有一个高耸的喷水嘴或水龙头,水流通过一个旋钮、一个控制水温的旋钮,以及一个地板排水口。

showerException

enum (Exception)

淋浴异常。

联合字段 bathtub_oneof

bathtub_oneof 只能是下列其中一项:

bathtub

boolean

浴缸。固定在地板上的管道设施,由一个可容纳成人坐浴的大容器组成。包括用于控制水温的旋钮或固定装置、供水流经的水龙头,以及可以关闭装水和打开排水的排水口。

bathtubException

enum (Exception)

浴缸例外情况。

联合字段 hairdryer_oneof

hairdryer_oneof 只能是下列其中一项:

hairdryer

boolean

吹风机。一种手持电器,可吹出温控空气以烘干湿头发。可以安装在浴室墙上,或者存放在客房浴室或壁橱中的独立式设备。

hairdryerException

enum (Exception)

吹风机异常。

联合字段 washer_oneof

washer_oneof 只能是下列其中一项:

washer

boolean

洗衣机。一台连接到流水源的电机,用于清洗衣物。

washerException

enum (Exception)

洗衣机异常。

联合字段 dryer_oneof

dryer_oneof 只能是下列其中一项:

dryer

boolean

烘干机。一种用于烘干衣物的电机。

dryerException

enum (Exception)

烘干机异常。

联合字段 ironing_equipment_oneof

ironing_equipment_oneof 只能是下列其中一项:

ironingEquipment

boolean

熨烫设备。一种设备,通常采用平坦金属底座,经加热后使衣物变得光滑、光洁或按压衣物,以及处理衣服的平坦、有衬垫、布料覆盖的表面。

ironingEquipmentException

enum (Exception)

熨斗设备例外情况。

联合字段 universal_power_adapters_oneof

universal_power_adapters_oneof 只能是下列其中一项:

universalPowerAdapters

boolean

通用电源适配器。一种插入墙壁以将交流电转换为单直流电的电子设备的电源。也称为交流电源适配器或充电器。

universalPowerAdaptersException

enum (Exception)

通用电源适配器例外情况。

联合字段 air_conditioning_oneof

air_conditioning_oneof 只能是下列其中一项:

airConditioning

boolean

空调。用于为客房降温的电机。

airConditioningException

enum (Exception)

空调异常。

联合字段 heating_oneof

heating_oneof 只能是下列其中一项:

heating

boolean

供暖。用于为客房供暖的电机。

heatingException

enum (Exception)

供暖异常。

联合字段 fireplace_oneof

fireplace_oneof 只能是下列其中一项:

fireplace

boolean

壁炉。位于烟囱底部的带框架的开口(也称为壁炉),燃烧原木或电火设施,营造轻松放松的氛围或为房间供暖。通常由砖块或石头建造而成。

fireplaceException

enum (Exception)

壁炉例外情况。

联合字段 tv_oneof

tv_oneof 只能是下列其中一项:

tv

boolean

电视。客房提供电视。

tvException

enum (Exception)

电视例外情况。

联合字段 tv_casting_oneof

tv_casting_oneof 只能是下列其中一项:

tvCasting

boolean

TV 投放。配备了设备的电视,可通过无线方式将个人计算机、手机或平板电脑上的视频娱乐内容投放到客房的电视上,并通过电视观看其中的娱乐内容。

tvCastingException

enum (Exception)

电视例外情况。

联合字段 tv_streaming_oneof

tv_streaming_oneof 只能是下列其中一项:

tvStreaming

boolean

电视节目串流。可嵌入一系列基于网络的应用的电视机,以便通过这些应用观看媒体内容。

tvStreamingException

enum (Exception)

电视在线播放例外情况。

联合字段 pay_per_view_movies_oneof

pay_per_view_movies_oneof 只能是下列其中一项:

payPerViewMovies

boolean

按观看次数付费的影片。电视台提供付费观看影片,并有可让观众接受条款和批准付款的界面。

payPerViewMoviesException

enum (Exception)

按观看次数付费的电影的例外情况。

联合字段 inunit_safe_oneof

inunit_safe_oneof 只能是下列其中一项:

inunitSafe

boolean

房内安全。配有可编程锁的强防火柜,用于在客房内妥善存储贵重物品。通常放在壁橱中。

inunitSafeException

enum (Exception)

广告单元内安全例外情况。

联合字段 electronic_room_key_oneof

electronic_room_key_oneof 只能是下列其中一项:

electronicRoomKey

boolean

电子房卡。一张由入住电脑编码的卡片,房门上的锁会读出这个卡片,方便你进入。

electronicRoomKeyException

enum (Exception)

电子房卡例外情况。

联合字段 inunit_wifi_available_oneof

inunit_wifi_available_oneof 只能是下列其中一项:

inunitWifiAvailable

boolean

设备内有 Wi-Fi。房客可在客房内通过无线方式连接到互联网。可能免费,也可能收费。

inunitWifiAvailableException

enum (Exception)

设备内可用的 Wi-Fi 适用例外情况。

LivingAreaEating

与起居区的饮食设施相关的信息。

JSON 表示法
{

  // Union field kitchen_available_oneof can be only one of the following:
  "kitchenAvailable": boolean,
  "kitchenAvailableException": enum (Exception)
  // End of list of possible types for union field kitchen_available_oneof.

  // Union field refrigerator_oneof can be only one of the following:
  "refrigerator": boolean,
  "refrigeratorException": enum (Exception)
  // End of list of possible types for union field refrigerator_oneof.

  // Union field dishwasher_oneof can be only one of the following:
  "dishwasher": boolean,
  "dishwasherException": enum (Exception)
  // End of list of possible types for union field dishwasher_oneof.

  // Union field stove_oneof can be only one of the following:
  "stove": boolean,
  "stoveException": enum (Exception)
  // End of list of possible types for union field stove_oneof.

  // Union field oven_oneof can be only one of the following:
  "oven": boolean,
  "ovenException": enum (Exception)
  // End of list of possible types for union field oven_oneof.

  // Union field cookware_oneof can be only one of the following:
  "cookware": boolean,
  "cookwareException": enum (Exception)
  // End of list of possible types for union field cookware_oneof.

  // Union field sink_oneof can be only one of the following:
  "sink": boolean,
  "sinkException": enum (Exception)
  // End of list of possible types for union field sink_oneof.

  // Union field microwave_oneof can be only one of the following:
  "microwave": boolean,
  "microwaveException": enum (Exception)
  // End of list of possible types for union field microwave_oneof.

  // Union field toaster_oneof can be only one of the following:
  "toaster": boolean,
  "toasterException": enum (Exception)
  // End of list of possible types for union field toaster_oneof.

  // Union field indoor_grill_oneof can be only one of the following:
  "indoorGrill": boolean,
  "indoorGrillException": enum (Exception)
  // End of list of possible types for union field indoor_grill_oneof.

  // Union field outdoor_grill_oneof can be only one of the following:
  "outdoorGrill": boolean,
  "outdoorGrillException": enum (Exception)
  // End of list of possible types for union field outdoor_grill_oneof.

  // Union field minibar_oneof can be only one of the following:
  "minibar": boolean,
  "minibarException": enum (Exception)
  // End of list of possible types for union field minibar_oneof.

  // Union field snackbar_oneof can be only one of the following:
  "snackbar": boolean,
  "snackbarException": enum (Exception)
  // End of list of possible types for union field snackbar_oneof.

  // Union field coffee_maker_oneof can be only one of the following:
  "coffeeMaker": boolean,
  "coffeeMakerException": enum (Exception)
  // End of list of possible types for union field coffee_maker_oneof.

  // Union field kettle_oneof can be only one of the following:
  "kettle": boolean,
  "kettleException": enum (Exception)
  // End of list of possible types for union field kettle_oneof.

  // Union field tea_station_oneof can be only one of the following:
  "teaStation": boolean,
  "teaStationException": enum (Exception)
  // End of list of possible types for union field tea_station_oneof.
}
字段

联合字段 kitchen_available_oneof

kitchen_available_oneof 只能是下列其中一项:

kitchenAvailable

boolean

设有厨房。在客房内,配有冰箱、炉灶、烤箱和水槽,以及餐具、餐具和炊具,准备和储存食物。通常包括一些小家电,例如咖啡机和微波炉。不一定提供自动洗碗机。

kitchenAvailableException

enum (Exception)

提供厨房例外情况。

联合字段 refrigerator_oneof

refrigerator_oneof 只能是下列其中一项:

refrigerator

boolean

冰箱。一个带直立门的大型空调电柜,具有温度调节功能。专为冷冻和储存易腐食品而打造。

refrigeratorException

enum (Exception)

冰箱例外。

联合字段 dishwasher_oneof

dishwasher_oneof 只能是下列其中一项:

dishwasher

boolean

洗碗机。一个柜台式电柜,里有用于放置脏餐具、炊具和餐具的架子,以及装在拉门上的肥皂分配器。橱柜连接到管道系统,以便自动清洁里面的内容。

dishwasherException

enum (Exception)

洗碗机例外情况。

联合字段 stove_oneof

stove_oneof 只能是下列其中一项:

stove

boolean

炉子。一种使用燃气或电力来供电,目的是形成用于烹饪食物的火焰或热表面的厨房电器。也称为灶台或炉灶。

stoveException

enum (Exception)

炉子异常。

联合字段 oven_oneof

oven_oneof 只能是下列其中一项:

oven

boolean

烤箱。一种由气体或电力供电的温度控制加热金属柜,用于烹饪或再加热食物。

ovenException

enum (Exception)

烤箱出现异常。

联合字段 cookware_oneof

cookware_oneof 只能是下列其中一项:

cookware

boolean

炊具。与准备食物相关的厨房锅、平底锅和器具。

cookwareException

enum (Exception)

炊具例外情况。

联合字段 sink_oneof

sink_oneof 只能是下列其中一项:

sink

boolean

接收器。一个与水源相连的水龙头用于清洗和冲洗的水池。

sinkException

enum (Exception)

接收器异常。

联合字段 microwave_oneof

microwave_oneof 只能是下列其中一项:

microwave

boolean

微波炉。一种利用微波能量快速烹饪和加热食物的电烤箱。比立式或壁挂式烤箱小。通常放置在厨房操作台上、架子或桌面上,或安装在灶台上方。

microwaveException

enum (Exception)

微波炉异常。

联合字段 toaster_oneof

toaster_oneof 只能是下列其中一项:

toaster

boolean

烤面包机。一种小型温控电器,顶部带有矩形槽,内插一系列供暖线圈用于将面包烤成棕色。

toasterException

enum (Exception)

烤面包机异常。

联合字段 indoor_grill_oneof

indoor_grill_oneof 只能是下列其中一项:

indoorGrill

boolean

室内烧烤架。在室内灶台中内置金属格栅,利用明火或电热源烹饪食物。

indoorGrillException

enum (Exception)

室内烧烤机例外情况。

联合字段 outdoor_grill_oneof

outdoor_grill_oneof 只能是下列其中一项:

outdoorGrill

boolean

室外烧烤。利用明火或电热源烹饪食物的金属格栅。支撑格栅的户外装置的一部分。也称为烧烤架或烧烤架。

outdoorGrillException

enum (Exception)

室外烧烤例外情况。

联合字段 minibar_oneof

minibar_oneof 只能是下列其中一项:

minibar

boolean

迷你吧。客房里的一个小型冰箱,装有几瓶/罐装软饮料、小瓶酒精饮料和一些小吃。大多数情况下,这些商品是需要付费才能使用的。

minibarException

enum (Exception)

迷你吧异常。

联合字段 snackbar_oneof

snackbar_oneof 只能是下列其中一项:

snackbar

boolean

信息提示控件。客房里摆放着零食的小柜子。大多数情况下,这些商品是需要付费才能使用的。

snackbarException

enum (Exception)

信息提示控件异常。

联合字段 coffee_maker_oneof

coffee_maker_oneof 只能是下列其中一项:

coffeeMaker

boolean

咖啡机。一个电器,通过加热并强制水流经研磨后的咖啡粉冲泡咖啡。

coffeeMakerException

enum (Exception)

咖啡机例外情况。

联合字段 kettle_oneof

kettle_oneof 只能是下列其中一项:

kettle

boolean

烧水壶。一个带手柄和用于烧水的喷嘴。

kettleException

enum (Exception)

烧水壶异常。

联合字段 tea_station_oneof

tea_station_oneof 只能是下列其中一项:

teaStation

boolean

茶馆。一小片区域,提供热水和泡茶所需的用品。

teaStationException

enum (Exception)

茶馆例外情况。

LivingAreaSleeping

起居区内睡眠功能的相关信息。

JSON 表示法
{

  // Union field beds_count_oneof can be only one of the following:
  "bedsCount": integer,
  "bedsCountException": enum (Exception)
  // End of list of possible types for union field beds_count_oneof.

  // Union field king_beds_count_oneof can be only one of the following:
  "kingBedsCount": integer,
  "kingBedsCountException": enum (Exception)
  // End of list of possible types for union field king_beds_count_oneof.

  // Union field queen_beds_count_oneof can be only one of the following:
  "queenBedsCount": integer,
  "queenBedsCountException": enum (Exception)
  // End of list of possible types for union field queen_beds_count_oneof.

  // Union field double_beds_count_oneof can be only one of the following:
  "doubleBedsCount": integer,
  "doubleBedsCountException": enum (Exception)
  // End of list of possible types for union field double_beds_count_oneof.

  // Union field single_or_twin_beds_count_oneof can be only one of the
  // following:
  "singleOrTwinBedsCount": integer,
  "singleOrTwinBedsCountException": enum (Exception)
  // End of list of possible types for union field
  // single_or_twin_beds_count_oneof.

  // Union field sofa_beds_count_oneof can be only one of the following:
  "sofaBedsCount": integer,
  "sofaBedsCountException": enum (Exception)
  // End of list of possible types for union field sofa_beds_count_oneof.

  // Union field bunk_beds_count_oneof can be only one of the following:
  "bunkBedsCount": integer,
  "bunkBedsCountException": enum (Exception)
  // End of list of possible types for union field bunk_beds_count_oneof.

  // Union field other_beds_count_oneof can be only one of the following:
  "otherBedsCount": integer,
  "otherBedsCountException": enum (Exception)
  // End of list of possible types for union field other_beds_count_oneof.

  // Union field roll_away_beds_count_oneof can be only one of the following:
  "rollAwayBedsCount": integer,
  "rollAwayBedsCountException": enum (Exception)
  // End of list of possible types for union field roll_away_beds_count_oneof.

  // Union field cribs_count_oneof can be only one of the following:
  "cribsCount": integer,
  "cribsCountException": enum (Exception)
  // End of list of possible types for union field cribs_count_oneof.

  // Union field hypoallergenic_bedding_oneof can be only one of the following:
  "hypoallergenicBedding": boolean,
  "hypoallergenicBeddingException": enum (Exception)
  // End of list of possible types for union field hypoallergenic_bedding_oneof.

  // Union field synthetic_pillows_oneof can be only one of the following:
  "syntheticPillows": boolean,
  "syntheticPillowsException": enum (Exception)
  // End of list of possible types for union field synthetic_pillows_oneof.

  // Union field memory_foam_pillows_oneof can be only one of the following:
  "memoryFoamPillows": boolean,
  "memoryFoamPillowsException": enum (Exception)
  // End of list of possible types for union field memory_foam_pillows_oneof.

  // Union field feather_pillows_oneof can be only one of the following:
  "featherPillows": boolean,
  "featherPillowsException": enum (Exception)
  // End of list of possible types for union field feather_pillows_oneof.
}
字段

联合字段 beds_count_oneof

beds_count_oneof 只能是下列其中一项:

bedsCount

integer

床数。客房内配备的固定床数。不包含折叠床、婴儿床或沙发床。

bedsCountException

enum (Exception)

床数例外情况。

联合字段 king_beds_count_oneof

king_beds_count_oneof 只能是下列其中一项:

kingBedsCount

integer

加大双人床数。193 厘米 x 102 厘米(76 英寸宽 x 80 英寸长)大床的数量。通常是为了两个人陪同。包括加州国王和超级国王。

kingBedsCountException

enum (Exception)

特大号床数量除外。

联合字段 queen_beds_count_oneof

queen_beds_count_oneof 只能是下列其中一项:

queenBedsCount

integer

加大双人床数。尺寸为 60 英寸 x 80 英寸(152 厘米 x 102 厘米)的中型床数。

queenBedsCountException

enum (Exception)

加大双人床数量例外。

联合字段 double_beds_count_oneof

double_beds_count_oneof 只能是下列其中一项:

doubleBedsCount

integer

双人床数。135 厘米 x 191 厘米(53 英寸宽 x 75 英寸长)的中型床数。也称为全尺寸床。

doubleBedsCountException

enum (Exception)

双人床数量例外。

联合字段 single_or_twin_beds_count_oneof

single_or_twin_beds_count_oneof 只能是下列其中一项:

singleOrTwinBedsCount

integer

单人床或双人床。97 厘米 x 191 厘米(38 英寸宽 x 75 英寸)可容纳一位成人的小床数。

singleOrTwinBedsCountException

enum (Exception)

单人床或单人床的数量例外。

联合字段 sofa_beds_count_oneof

sofa_beds_count_oneof 只能是下列其中一项:

sofaBedsCount

integer

沙发床数。通过将合页软垫放回水平位置或拉出隐藏的床垫,经特别设计的可用作床的沙发的数量。

sofaBedsCountException

enum (Exception)

沙发床数量例外。

联合字段 bunk_beds_count_oneof

bunk_beds_count_oneof 只能是下列其中一项:

bunkBedsCount

integer

双层床数。通过实体框架将一个框架床垫正上方固定在另一个床垫之上的家具件数。如此一来,一人/一人便可在下层床上睡,一人一人在上双层床上睡觉。也称为双层床。

bunkBedsCountException

enum (Exception)

双层床数量例外。

联合字段 other_beds_count_oneof

other_beds_count_oneof 只能是下列其中一项:

otherBedsCount

integer

其他床数。非标准床垫和弹簧床垫(例如日式榻榻米地垫、四柱床、充气床垫和婴儿床)的床数。

otherBedsCountException

enum (Exception)

其他床数除外。

联合字段 roll_away_beds_count_oneof

roll_away_beds_count_oneof 只能是下列其中一项:

rollAwayBedsCount

integer

卷起床数。带轮框架的床垫数量,可对折和卷开以便存放,方便客房根据要求获得。

rollAwayBedsCountException

enum (Exception)

折叠床数例外情况。

联合字段 cribs_count_oneof

cribs_count_oneof 只能是下列其中一项:

cribsCount

integer

婴儿床数。客房可供婴幼儿获得的小床数量。床周围有一条高栏栏,以防止孩子掉落或爬出床

cribsCountException

enum (Exception)

婴儿床数量例外情况。

联合字段 hypoallergenic_bedding_oneof

hypoallergenic_bedding_oneof 只能是下列其中一项:

hypoallergenicBedding

boolean

低过敏性的床上用品。床上用品,如亚麻、枕头、床垫套和/或床垫,由已知对抗过敏原(如霉菌、灰尘和皮屑等)的材料制成。

hypoallergenicBeddingException

enum (Exception)

低过敏性床上用品例外。

联合字段 synthetic_pillows_oneof

synthetic_pillows_oneof 只能是下列其中一项:

syntheticPillows

boolean

合成枕头。房客可以选择购买填充涤纶材质的床垫,以重现填充羽绒的枕头的质感。

syntheticPillowsException

enum (Exception)

合成枕头例外情况。

联合字段 memory_foam_pillows_oneof

memory_foam_pillows_oneof 只能是下列其中一项:

memoryFoamPillows

boolean

记忆海绵枕头。房客可以选择使用人造泡沫填充人造泡沫的床垫,这种枕头可以紧密贴合身体来反映体温,然后在枕头冷却后恢复形状。

memoryFoamPillowsException

enum (Exception)

记忆海绵枕头例外情况。

联合字段 feather_pillows_oneof

feather_pillows_oneof 只能是下列其中一项:

featherPillows

boolean

羽毛枕头。房客可以选择使用填充了羽毛和羽绒的床枕。

featherPillowsException

enum (Exception)

羽毛枕头例外情况。

LivingAreaAccessibility

起居区的无障碍功能。

JSON 表示法
{

  // Union field mobility_accessible_unit_oneof can be only one of the following:
  "mobilityAccessibleUnit": boolean,
  "mobilityAccessibleUnitException": enum (Exception)
  // End of list of possible types for union field
  // mobility_accessible_unit_oneof.

  // Union field ada_compliant_unit_oneof can be only one of the following:
  "adaCompliantUnit": boolean,
  "adaCompliantUnitException": enum (Exception)
  // End of list of possible types for union field ada_compliant_unit_oneof.

  // Union field hearing_accessible_unit_oneof can be only one of the following:
  "hearingAccessibleUnit": boolean,
  "hearingAccessibleUnitException": enum (Exception)
  // End of list of possible types for union field hearing_accessible_unit_oneof.

  // Union field mobility_accessible_shower_oneof can be only one of the
  // following:
  "mobilityAccessibleShower": boolean,
  "mobilityAccessibleShowerException": enum (Exception)
  // End of list of possible types for union field
  // mobility_accessible_shower_oneof.

  // Union field mobility_accessible_bathtub_oneof can be only one of the
  // following:
  "mobilityAccessibleBathtub": boolean,
  "mobilityAccessibleBathtubException": enum (Exception)
  // End of list of possible types for union field
  // mobility_accessible_bathtub_oneof.

  // Union field mobility_accessible_toilet_oneof can be only one of the
  // following:
  "mobilityAccessibleToilet": boolean,
  "mobilityAccessibleToiletException": enum (Exception)
  // End of list of possible types for union field
  // mobility_accessible_toilet_oneof.

  // Union field hearing_accessible_doorbell_oneof can be only one of the
  // following:
  "hearingAccessibleDoorbell": boolean,
  "hearingAccessibleDoorbellException": enum (Exception)
  // End of list of possible types for union field
  // hearing_accessible_doorbell_oneof.

  // Union field hearing_accessible_fire_alarm_oneof can be only one of the
  // following:
  "hearingAccessibleFireAlarm": boolean,
  "hearingAccessibleFireAlarmException": enum (Exception)
  // End of list of possible types for union field
  // hearing_accessible_fire_alarm_oneof.
}
字段

联合字段 mobility_accessible_unit_oneof

mobility_accessible_unit_oneof 只能是下列其中一项:

mobilityAccessibleUnit

boolean

无障碍设施。客房设计合理,可应对行动不便和/或听力和/或视力不佳的客人的身体挑战。通常设有大门、带座椅的滚动式淋浴间、浴室扶手,以及适合听力和视力障碍的通讯设备。

mobilityAccessibleUnitException

enum (Exception)

无障碍设施例外情况。

联合字段 ada_compliant_unit_oneof

ada_compliant_unit_oneof 只能是下列其中一项:

adaCompliantUnit

boolean

符合 ADA 规定的装置。会议室,根据法律规定,能够应对行动不便和/或听力和/或视力方面的问题所带来的身体挑战。通常设有大门、带座椅的滚动式淋浴间、浴室扶手,以及适合听力和视力障碍的通讯设备。

adaCompliantUnitException

enum (Exception)

符合 ADA 规定的广告单元例外情况。

联合字段 hearing_accessible_unit_oneof

hearing_accessible_unit_oneof 只能是下列其中一项:

hearingAccessibleUnit

boolean

助听装置。专门用于应对有听力障碍的客人体力挑战的客房。

hearingAccessibleUnitException

enum (Exception)

助听装置异常。

联合字段 mobility_accessible_shower_oneof

mobility_accessible_shower_oneof 只能是下列其中一项:

mobilityAccessibleShower

boolean

提供无障碍淋浴设施。带有大门或进入点的淋浴间,可容纳轮椅或防水座椅,以供身体锻炼者使用。

mobilityAccessibleShowerException

enum (Exception)

无障碍淋浴设施例外。

联合字段 mobility_accessible_bathtub_oneof

mobility_accessible_bathtub_oneof 只能是下列其中一项:

mobilityAccessibleBathtub

boolean

无障碍浴缸。一个浴缸,带有额外的栏杆或握把、移动座椅或升降机和/或便于走进浴缸的门,为身体锻炼者提供方便。

mobilityAccessibleBathtubException

enum (Exception)

无障碍浴缸例外情况。

联合字段 mobility_accessible_toilet_oneof

mobility_accessible_toilet_oneof 只能是下列其中一项:

mobilityAccessibleToilet

boolean

无障碍厕所。配备高座椅、扶手和/或周围空间更大的空间,方便身体不便。

mobilityAccessibleToiletException

enum (Exception)

无障碍厕所异常。

联合字段 hearing_accessible_doorbell_oneof

hearing_accessible_doorbell_oneof 只能是下列其中一项:

hearingAccessibleDoorbell

boolean

有助听器的门铃。一种视觉指示,表示有人敲门声或敲门声。

hearingAccessibleDoorbellException

enum (Exception)

助听器无障碍门铃例外情况。

联合字段 hearing_accessible_fire_alarm_oneof

hearing_accessible_fire_alarm_oneof 只能是下列其中一项:

hearingAccessibleFireAlarm

boolean

助听器火灾警报声。通过闪光灯发出火灾警报的设备。

hearingAccessibleFireAlarmException

enum (Exception)

助听器无障碍警报异常。

GuestUnitType

主要由特征定义的特定单元类型。

JSON 表示法
{
  "codes": [
    string
  ],
  "label": string,
  "features": {
    object (GuestUnitFeatures)
  }
}
字段
codes[]

string

必需。单个 GuestUnitType 的单元或客房代码标识符。每个房源代码在住宿实例中必须是唯一的。

label

string

必需。GuestUnitType 的简短英文标签或名称。目标为 50 个字符以内

features

object (GuestUnitFeatures)

GuestUnitType 的功能和可用设施。

GuestUnitFeatures

客房设施及可用酒店设施。

JSON 表示法
{
  "views": {
    object (ViewsFromUnit)
  },
  "totalLivingAreas": {
    object (LivingArea)
  },

  // Union field tier_oneof can be only one of the following:
  "tier": enum (UnitTier),
  "tierException": enum (Exception)
  // End of list of possible types for union field tier_oneof.

  // Union field max_occupants_count_oneof can be only one of the following:
  "maxOccupantsCount": integer,
  "maxOccupantsCountException": enum (Exception)
  // End of list of possible types for union field max_occupants_count_oneof.

  // Union field max_adult_occupants_count_oneof can be only one of the
  // following:
  "maxAdultOccupantsCount": integer,
  "maxAdultOccupantsCountException": enum (Exception)
  // End of list of possible types for union field
  // max_adult_occupants_count_oneof.

  // Union field max_child_occupants_count_oneof can be only one of the
  // following:
  "maxChildOccupantsCount": integer,
  "maxChildOccupantsCountException": enum (Exception)
  // End of list of possible types for union field
  // max_child_occupants_count_oneof.

  // Union field private_home_oneof can be only one of the following:
  "privateHome": boolean,
  "privateHomeException": enum (Exception)
  // End of list of possible types for union field private_home_oneof.

  // Union field suite_oneof can be only one of the following:
  "suite": boolean,
  "suiteException": enum (Exception)
  // End of list of possible types for union field suite_oneof.

  // Union field bungalow_or_villa_oneof can be only one of the following:
  "bungalowOrVilla": boolean,
  "bungalowOrVillaException": enum (Exception)
  // End of list of possible types for union field bungalow_or_villa_oneof.

  // Union field executive_floor_oneof can be only one of the following:
  "executiveFloor": boolean,
  "executiveFloorException": enum (Exception)
  // End of list of possible types for union field executive_floor_oneof.

  // Union field connecting_unit_available_oneof can be only one of the
  // following:
  "connectingUnitAvailable": boolean,
  "connectingUnitAvailableException": enum (Exception)
  // End of list of possible types for union field
  // connecting_unit_available_oneof.
}
字段
views

object (ViewsFromUnit)

房客可欣赏美景。

totalLivingAreas

object (LivingArea)

客房的起居区设有设施。

联合字段 tier_oneof

tier_oneof 只能是下列其中一项:

tier

enum (UnitTier)

层级。根据可用的地图项/设施对单元进行分类。仅当至少有一种其他单位类型属于标准层级时,才允许使用非标准层级。

tierException

enum (Exception)

层级异常。

联合字段 max_occupants_count_oneof

max_occupants_count_oneof 只能是下列其中一项:

maxOccupantsCount

integer

入住人数上限。允许在客房中过夜的房客总数。

maxOccupantsCountException

enum (Exception)

入住人数上限例外。

联合字段 max_adult_occupants_count_oneof

max_adult_occupants_count_oneof 只能是下列其中一项:

maxAdultOccupantsCount

integer

成人最多入住人数。可在客房内过夜的成人房客总数。

maxAdultOccupantsCountException

enum (Exception)

成人入住人数上限例外情况。

联合字段 max_child_occupants_count_oneof

max_child_occupants_count_oneof 只能是下列其中一项:

maxChildOccupantsCount

integer

儿童入住人数上限。允许入住客房的儿童总数。

maxChildOccupantsCountException

enum (Exception)

儿童入住人数上限例外。

联合字段 private_home_oneof

private_home_oneof 只能是下列其中一项:

privateHome

boolean

私人住宅。私人住宅(独栋房屋、联排别墅、公寓、小木屋、平房等),不一定是房主的住所,但出租屋完全或按房间出租给支付过度假费的房客。不适用于基于租赁的长期居住地。

privateHomeException

enum (Exception)

私人住宅例外情况。

联合字段 suite_oneof

suite_oneof 只能是下列其中一项:

suite

boolean

套件。一种客房类别,暗示了卧室区和独立起居区。两个区域之间可能没有完整的墙和门,但无论如何,它们都是截然不同的。并不是指卧室里的沙发或椅子。

suiteException

enum (Exception)

套件异常。

联合字段 bungalow_or_villa_oneof

bungalow_or_villa_oneof 只能是下列其中一项:

bungalowOrVilla

boolean

平房或别墅。属于酒店或度假村的独立结构,可出租给某个一方用于度假。酒店或度假村可能完全由平房或别墅组成,也可能是众多客房选项之一。平房或别墅通常会为其他类型的房客提供相同的设施和服务,甚至没有更多。

bungalowOrVillaException

enum (Exception)

平房或别墅例外。

联合字段 executive_floor_oneof

executive_floor_oneof 只能是下列其中一项:

executiveFloor

boolean

行政楼层。酒店一层,客房仅供酒店的常客会员计划成员预订。此客房等级的福利包括进入指定酒廊,不一定供应免费早餐、鸡尾酒或其他计划会员专属福利。

executiveFloorException

enum (Exception)

行政楼层例外情况。

联合字段 connecting_unit_available_oneof

connecting_unit_available_oneof 只能是下列其中一项:

connectingUnitAvailable

boolean

有连接装置。一种客房类型,可进入相邻的客房以预订两个房间。通常用于需要多个房间来满足团体人数的家庭。

connectingUnitAvailableException

enum (Exception)

连接单元可用例外情况。

UnitTier

单元的层级。

枚举
UNIT_TIER_UNSPECIFIED 默认层级。等同于 STANDARD。倾向于直接使用 STANDARD。
STANDARD_UNIT 标准广告单元。酒店内最主流和最简约的客房类型。所有其他客房类型均包含此客房特色/酒店设施以及其他设施/设施。
DELUXE_UNIT 豪华客房。一种以标准客房特色为基础的客房类型,提供额外的设施和/或更多空间和/或景观。房价高于标准客房类型的房价。也称为“高级”。仅当其他单位类型为标准层级时允许。

ViewsFromUnit

房客可欣赏美景。

JSON 表示法
{

  // Union field beach_view_oneof can be only one of the following:
  "beachView": boolean,
  "beachViewException": enum (Exception)
  // End of list of possible types for union field beach_view_oneof.

  // Union field city_view_oneof can be only one of the following:
  "cityView": boolean,
  "cityViewException": enum (Exception)
  // End of list of possible types for union field city_view_oneof.

  // Union field garden_view_oneof can be only one of the following:
  "gardenView": boolean,
  "gardenViewException": enum (Exception)
  // End of list of possible types for union field garden_view_oneof.

  // Union field lake_view_oneof can be only one of the following:
  "lakeView": boolean,
  "lakeViewException": enum (Exception)
  // End of list of possible types for union field lake_view_oneof.

  // Union field landmark_view_oneof can be only one of the following:
  "landmarkView": boolean,
  "landmarkViewException": enum (Exception)
  // End of list of possible types for union field landmark_view_oneof.

  // Union field ocean_view_oneof can be only one of the following:
  "oceanView": boolean,
  "oceanViewException": enum (Exception)
  // End of list of possible types for union field ocean_view_oneof.

  // Union field pool_view_oneof can be only one of the following:
  "poolView": boolean,
  "poolViewException": enum (Exception)
  // End of list of possible types for union field pool_view_oneof.

  // Union field valley_view_oneof can be only one of the following:
  "valleyView": boolean,
  "valleyViewException": enum (Exception)
  // End of list of possible types for union field valley_view_oneof.
}
字段

联合字段 beach_view_oneof

beach_view_oneof 只能是下列其中一项:

beachView

boolean

海滩景观。客房设有窗户,房客可透过窗户欣赏海滩美景。

beachViewException

enum (Exception)

海滩景观例外情况。

联合字段 city_view_oneof

city_view_oneof 只能是下列其中一项:

cityView

boolean

城市景观。带窗户的客房,房客可从窗户上看到城市的建筑、公园和/或街道。

cityViewException

enum (Exception)

城市景观例外情况。

联合字段 garden_view_oneof

garden_view_oneof 只能是下列其中一项:

gardenView

boolean

花园景观。客房设有窗户,房客可透过窗户欣赏花园。

gardenViewException

enum (Exception)

花园景观例外情况。

联合字段 lake_view_oneof

lake_view_oneof 只能是下列其中一项:

lakeView

boolean

湖景。

lakeViewException

enum (Exception)

湖景例外情况。

联合字段 landmark_view_oneof

landmark_view_oneof 只能是下列其中一项:

landmarkView

boolean

地标视图。客房设有窗户,房客可通过窗户欣赏地标性建筑,如乡村、高尔夫球场、森林、公园、雨林、高山或斜坡。

landmarkViewException

enum (Exception)

地标视图例外情况。

联合字段 ocean_view_oneof

ocean_view_oneof 只能是下列其中一项:

oceanView

boolean

海景。带窗户的客房,房客可从中饱览海洋风光。

oceanViewException

enum (Exception)

海景异常。

联合字段 pool_view_oneof

pool_view_oneof 只能是下列其中一项:

poolView

boolean

泳池景观。带窗户的客房,房客可通过窗户看到酒店游泳池。

poolViewException

enum (Exception)

池视图例外情况。

联合字段 valley_view_oneof

valley_view_oneof 只能是下列其中一项:

valleyView

boolean

峡谷美景。客房设有窗户,房客可透过窗户欣赏山谷美景。

valleyViewException

enum (Exception)

峡谷美景除外。