ReservationStatus
    
    
      
    
    
      
      使用集合让一切井井有条
    
    
      
      根据您的偏好保存内容并对其进行分类。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
        
          
            
              | 枚举 | 
          
          
            
              | RESERVATION_STATUS_UNSPECIFIED | 未指定状态。 | 
            
              | PENDING | 预订正在等待处理。 | 
            
              | CONFIRMED | 预订已确认。 | 
            
              | CANCELLED | 用户已取消预订。 | 
            
              | FULFILLED | 预留已完成。 | 
            
              | CHANGE_REQUESTED | 已请求更改预留 | 
            
              | REJECTED | 预留已过期或被集成商拒绝。 | 
          
        
      
    
  
  
  
  
 
  
    
    
      
       
    
    
  
  
  如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
  最后更新时间 (UTC):2025-07-26。
  
  
  
    
      [null,null,["最后更新时间 (UTC):2025-07-26。"],[],["The content defines reservation statuses. Possible statuses include `PENDING`, indicating a reservation is in process; `CONFIRMED`, meaning the reservation is secured; `CANCELLED`, showing it was user-terminated; and `FULFILLED`, signifying completion. `CHANGE_REQUESTED` means a modification is asked, and `REJECTED` means it was denied or expired. `RESERVATION_STATUS_UNSPECIFIED` represents an undefined status. These are the core reservation state values and their meanings.\n"]]