Mise à jour des librairies vendor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -30,34 +30,58 @@ class Google_Service_QPXExpress_Data extends Google_Collection
|
||||
protected $taxType = 'Google_Service_QPXExpress_TaxData';
|
||||
protected $taxDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_AircraftData
|
||||
*/
|
||||
public function setAircraft($aircraft)
|
||||
{
|
||||
$this->aircraft = $aircraft;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_AircraftData
|
||||
*/
|
||||
public function getAircraft()
|
||||
{
|
||||
return $this->aircraft;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_AirportData
|
||||
*/
|
||||
public function setAirport($airport)
|
||||
{
|
||||
$this->airport = $airport;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_AirportData
|
||||
*/
|
||||
public function getAirport()
|
||||
{
|
||||
return $this->airport;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_CarrierData
|
||||
*/
|
||||
public function setCarrier($carrier)
|
||||
{
|
||||
$this->carrier = $carrier;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_CarrierData
|
||||
*/
|
||||
public function getCarrier()
|
||||
{
|
||||
return $this->carrier;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_CityData
|
||||
*/
|
||||
public function setCity($city)
|
||||
{
|
||||
$this->city = $city;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_CityData
|
||||
*/
|
||||
public function getCity()
|
||||
{
|
||||
return $this->city;
|
||||
@@ -70,10 +94,16 @@ class Google_Service_QPXExpress_Data extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_TaxData
|
||||
*/
|
||||
public function setTax($tax)
|
||||
{
|
||||
$this->tax = $tax;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_TaxData
|
||||
*/
|
||||
public function getTax()
|
||||
{
|
||||
return $this->tax;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -26,10 +26,16 @@ class Google_Service_QPXExpress_FreeBaggageAllowance extends Google_Collection
|
||||
public $pieces;
|
||||
public $pounds;
|
||||
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_BagDescriptor
|
||||
*/
|
||||
public function setBagDescriptor($bagDescriptor)
|
||||
{
|
||||
$this->bagDescriptor = $bagDescriptor;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_BagDescriptor
|
||||
*/
|
||||
public function getBagDescriptor()
|
||||
{
|
||||
return $this->bagDescriptor;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -44,10 +44,16 @@ class Google_Service_QPXExpress_PricingInfo extends Google_Collection
|
||||
{
|
||||
return $this->baseFareTotal;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_FareInfo
|
||||
*/
|
||||
public function setFare($fare)
|
||||
{
|
||||
$this->fare = $fare;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_FareInfo
|
||||
*/
|
||||
public function getFare()
|
||||
{
|
||||
return $this->fare;
|
||||
@@ -76,10 +82,16 @@ class Google_Service_QPXExpress_PricingInfo extends Google_Collection
|
||||
{
|
||||
return $this->latestTicketingTime;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_PassengerCounts
|
||||
*/
|
||||
public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers)
|
||||
{
|
||||
$this->passengers = $passengers;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_PassengerCounts
|
||||
*/
|
||||
public function getPassengers()
|
||||
{
|
||||
return $this->passengers;
|
||||
@@ -124,18 +136,30 @@ class Google_Service_QPXExpress_PricingInfo extends Google_Collection
|
||||
{
|
||||
return $this->saleTotal;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_SegmentPricing
|
||||
*/
|
||||
public function setSegmentPricing($segmentPricing)
|
||||
{
|
||||
$this->segmentPricing = $segmentPricing;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_SegmentPricing
|
||||
*/
|
||||
public function getSegmentPricing()
|
||||
{
|
||||
return $this->segmentPricing;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_TaxInfo
|
||||
*/
|
||||
public function setTax($tax)
|
||||
{
|
||||
$this->tax = $tax;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_TaxInfo
|
||||
*/
|
||||
public function getTax()
|
||||
{
|
||||
return $this->tax;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -72,10 +72,16 @@ class Google_Service_QPXExpress_SegmentInfo extends Google_Collection
|
||||
{
|
||||
return $this->duration;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_FlightInfo
|
||||
*/
|
||||
public function setFlight(Google_Service_QPXExpress_FlightInfo $flight)
|
||||
{
|
||||
$this->flight = $flight;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_FlightInfo
|
||||
*/
|
||||
public function getFlight()
|
||||
{
|
||||
return $this->flight;
|
||||
@@ -96,10 +102,16 @@ class Google_Service_QPXExpress_SegmentInfo extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_LegInfo
|
||||
*/
|
||||
public function setLeg($leg)
|
||||
{
|
||||
$this->leg = $leg;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_LegInfo
|
||||
*/
|
||||
public function getLeg()
|
||||
{
|
||||
return $this->leg;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -32,10 +32,16 @@ class Google_Service_QPXExpress_SegmentPricing extends Google_Collection
|
||||
{
|
||||
return $this->fareId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_FreeBaggageAllowance
|
||||
*/
|
||||
public function setFreeBaggageOption($freeBaggageOption)
|
||||
{
|
||||
$this->freeBaggageOption = $freeBaggageOption;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_FreeBaggageAllowance
|
||||
*/
|
||||
public function getFreeBaggageOption()
|
||||
{
|
||||
return $this->freeBaggageOption;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -39,10 +39,16 @@ class Google_Service_QPXExpress_SliceInfo extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_SegmentInfo
|
||||
*/
|
||||
public function setSegment($segment)
|
||||
{
|
||||
$this->segment = $segment;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_SegmentInfo
|
||||
*/
|
||||
public function getSegment()
|
||||
{
|
||||
return $this->segment;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -95,10 +95,16 @@ class Google_Service_QPXExpress_SliceInput extends Google_Collection
|
||||
{
|
||||
return $this->permittedCarrier;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_TimeOfDayRange
|
||||
*/
|
||||
public function setPermittedDepartureTime(Google_Service_QPXExpress_TimeOfDayRange $permittedDepartureTime)
|
||||
{
|
||||
$this->permittedDepartureTime = $permittedDepartureTime;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_TimeOfDayRange
|
||||
*/
|
||||
public function getPermittedDepartureTime()
|
||||
{
|
||||
return $this->permittedDepartureTime;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -42,10 +42,16 @@ class Google_Service_QPXExpress_TripOption extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_PricingInfo
|
||||
*/
|
||||
public function setPricing($pricing)
|
||||
{
|
||||
$this->pricing = $pricing;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_PricingInfo
|
||||
*/
|
||||
public function getPricing()
|
||||
{
|
||||
return $this->pricing;
|
||||
@@ -58,10 +64,16 @@ class Google_Service_QPXExpress_TripOption extends Google_Collection
|
||||
{
|
||||
return $this->saleTotal;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_SliceInfo
|
||||
*/
|
||||
public function setSlice($slice)
|
||||
{
|
||||
$this->slice = $slice;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_SliceInfo
|
||||
*/
|
||||
public function getSlice()
|
||||
{
|
||||
return $this->slice;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -36,10 +36,16 @@ class Google_Service_QPXExpress_TripOptionsRequest extends Google_Collection
|
||||
{
|
||||
return $this->maxPrice;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_PassengerCounts
|
||||
*/
|
||||
public function setPassengers(Google_Service_QPXExpress_PassengerCounts $passengers)
|
||||
{
|
||||
$this->passengers = $passengers;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_PassengerCounts
|
||||
*/
|
||||
public function getPassengers()
|
||||
{
|
||||
return $this->passengers;
|
||||
@@ -60,10 +66,16 @@ class Google_Service_QPXExpress_TripOptionsRequest extends Google_Collection
|
||||
{
|
||||
return $this->saleCountry;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_SliceInput
|
||||
*/
|
||||
public function setSlice($slice)
|
||||
{
|
||||
$this->slice = $slice;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_SliceInput
|
||||
*/
|
||||
public function getSlice()
|
||||
{
|
||||
return $this->slice;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -25,10 +25,16 @@ class Google_Service_QPXExpress_TripOptionsResponse extends Google_Collection
|
||||
protected $tripOptionType = 'Google_Service_QPXExpress_TripOption';
|
||||
protected $tripOptionDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_Data
|
||||
*/
|
||||
public function setData(Google_Service_QPXExpress_Data $data)
|
||||
{
|
||||
$this->data = $data;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_Data
|
||||
*/
|
||||
public function getData()
|
||||
{
|
||||
return $this->data;
|
||||
@@ -49,10 +55,16 @@ class Google_Service_QPXExpress_TripOptionsResponse extends Google_Collection
|
||||
{
|
||||
return $this->requestId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_TripOption
|
||||
*/
|
||||
public function setTripOption($tripOption)
|
||||
{
|
||||
$this->tripOption = $tripOption;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_TripOption
|
||||
*/
|
||||
public function getTripOption()
|
||||
{
|
||||
return $this->tripOption;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -20,10 +20,16 @@ class Google_Service_QPXExpress_TripsSearchRequest extends Google_Model
|
||||
protected $requestType = 'Google_Service_QPXExpress_TripOptionsRequest';
|
||||
protected $requestDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_TripOptionsRequest
|
||||
*/
|
||||
public function setRequest(Google_Service_QPXExpress_TripOptionsRequest $request)
|
||||
{
|
||||
$this->request = $request;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_TripOptionsRequest
|
||||
*/
|
||||
public function getRequest()
|
||||
{
|
||||
return $this->request;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -29,10 +29,16 @@ class Google_Service_QPXExpress_TripsSearchResponse extends Google_Model
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_QPXExpress_TripOptionsResponse
|
||||
*/
|
||||
public function setTrips(Google_Service_QPXExpress_TripOptionsResponse $trips)
|
||||
{
|
||||
$this->trips = $trips;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_QPXExpress_TripOptionsResponse
|
||||
*/
|
||||
public function getTrips()
|
||||
{
|
||||
return $this->trips;
|
||||
|
||||
Reference in New Issue
Block a user