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
|
||||
@@ -22,18 +22,30 @@ class Google_Service_FirebaseDynamicLinks_AnalyticsInfo extends Google_Model
|
||||
protected $itunesConnectAnalyticsType = 'Google_Service_FirebaseDynamicLinks_ITunesConnectAnalytics';
|
||||
protected $itunesConnectAnalyticsDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_GooglePlayAnalytics
|
||||
*/
|
||||
public function setGooglePlayAnalytics(Google_Service_FirebaseDynamicLinks_GooglePlayAnalytics $googlePlayAnalytics)
|
||||
{
|
||||
$this->googlePlayAnalytics = $googlePlayAnalytics;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_GooglePlayAnalytics
|
||||
*/
|
||||
public function getGooglePlayAnalytics()
|
||||
{
|
||||
return $this->googlePlayAnalytics;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_ITunesConnectAnalytics
|
||||
*/
|
||||
public function setItunesConnectAnalytics(Google_Service_FirebaseDynamicLinks_ITunesConnectAnalytics $itunesConnectAnalytics)
|
||||
{
|
||||
$this->itunesConnectAnalytics = $itunesConnectAnalytics;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_ITunesConnectAnalytics
|
||||
*/
|
||||
public function getItunesConnectAnalytics()
|
||||
{
|
||||
return $this->itunesConnectAnalytics;
|
||||
|
||||
@@ -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
|
||||
@@ -23,10 +23,16 @@ class Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkRequest extends
|
||||
protected $suffixType = 'Google_Service_FirebaseDynamicLinks_Suffix';
|
||||
protected $suffixDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_DynamicLinkInfo
|
||||
*/
|
||||
public function setDynamicLinkInfo(Google_Service_FirebaseDynamicLinks_DynamicLinkInfo $dynamicLinkInfo)
|
||||
{
|
||||
$this->dynamicLinkInfo = $dynamicLinkInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_DynamicLinkInfo
|
||||
*/
|
||||
public function getDynamicLinkInfo()
|
||||
{
|
||||
return $this->dynamicLinkInfo;
|
||||
@@ -39,10 +45,16 @@ class Google_Service_FirebaseDynamicLinks_CreateShortDynamicLinkRequest extends
|
||||
{
|
||||
return $this->longDynamicLink;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_Suffix
|
||||
*/
|
||||
public function setSuffix(Google_Service_FirebaseDynamicLinks_Suffix $suffix)
|
||||
{
|
||||
$this->suffix = $suffix;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_Suffix
|
||||
*/
|
||||
public function getSuffix()
|
||||
{
|
||||
return $this->suffix;
|
||||
|
||||
@@ -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_FirebaseDynamicLinks_CreateShortDynamicLinkResponse extends
|
||||
{
|
||||
return $this->shortLink;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_DynamicLinkWarning
|
||||
*/
|
||||
public function setWarning($warning)
|
||||
{
|
||||
$this->warning = $warning;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_DynamicLinkWarning
|
||||
*/
|
||||
public function getWarning()
|
||||
{
|
||||
return $this->warning;
|
||||
|
||||
@@ -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
|
||||
@@ -21,6 +21,9 @@ class Google_Service_FirebaseDynamicLinks_DynamicLinkInfo extends Google_Model
|
||||
protected $analyticsInfoDataType = '';
|
||||
protected $androidInfoType = 'Google_Service_FirebaseDynamicLinks_AndroidInfo';
|
||||
protected $androidInfoDataType = '';
|
||||
protected $desktopInfoType = 'Google_Service_FirebaseDynamicLinks_DesktopInfo';
|
||||
protected $desktopInfoDataType = '';
|
||||
public $domainUriPrefix;
|
||||
public $dynamicLinkDomain;
|
||||
protected $iosInfoType = 'Google_Service_FirebaseDynamicLinks_IosInfo';
|
||||
protected $iosInfoDataType = '';
|
||||
@@ -30,22 +33,56 @@ class Google_Service_FirebaseDynamicLinks_DynamicLinkInfo extends Google_Model
|
||||
protected $socialMetaTagInfoType = 'Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo';
|
||||
protected $socialMetaTagInfoDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_AnalyticsInfo
|
||||
*/
|
||||
public function setAnalyticsInfo(Google_Service_FirebaseDynamicLinks_AnalyticsInfo $analyticsInfo)
|
||||
{
|
||||
$this->analyticsInfo = $analyticsInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_AnalyticsInfo
|
||||
*/
|
||||
public function getAnalyticsInfo()
|
||||
{
|
||||
return $this->analyticsInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_AndroidInfo
|
||||
*/
|
||||
public function setAndroidInfo(Google_Service_FirebaseDynamicLinks_AndroidInfo $androidInfo)
|
||||
{
|
||||
$this->androidInfo = $androidInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_AndroidInfo
|
||||
*/
|
||||
public function getAndroidInfo()
|
||||
{
|
||||
return $this->androidInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_DesktopInfo
|
||||
*/
|
||||
public function setDesktopInfo(Google_Service_FirebaseDynamicLinks_DesktopInfo $desktopInfo)
|
||||
{
|
||||
$this->desktopInfo = $desktopInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_DesktopInfo
|
||||
*/
|
||||
public function getDesktopInfo()
|
||||
{
|
||||
return $this->desktopInfo;
|
||||
}
|
||||
public function setDomainUriPrefix($domainUriPrefix)
|
||||
{
|
||||
$this->domainUriPrefix = $domainUriPrefix;
|
||||
}
|
||||
public function getDomainUriPrefix()
|
||||
{
|
||||
return $this->domainUriPrefix;
|
||||
}
|
||||
public function setDynamicLinkDomain($dynamicLinkDomain)
|
||||
{
|
||||
$this->dynamicLinkDomain = $dynamicLinkDomain;
|
||||
@@ -54,10 +91,16 @@ class Google_Service_FirebaseDynamicLinks_DynamicLinkInfo extends Google_Model
|
||||
{
|
||||
return $this->dynamicLinkDomain;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_IosInfo
|
||||
*/
|
||||
public function setIosInfo(Google_Service_FirebaseDynamicLinks_IosInfo $iosInfo)
|
||||
{
|
||||
$this->iosInfo = $iosInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_IosInfo
|
||||
*/
|
||||
public function getIosInfo()
|
||||
{
|
||||
return $this->iosInfo;
|
||||
@@ -70,18 +113,30 @@ class Google_Service_FirebaseDynamicLinks_DynamicLinkInfo extends Google_Model
|
||||
{
|
||||
return $this->link;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_NavigationInfo
|
||||
*/
|
||||
public function setNavigationInfo(Google_Service_FirebaseDynamicLinks_NavigationInfo $navigationInfo)
|
||||
{
|
||||
$this->navigationInfo = $navigationInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_NavigationInfo
|
||||
*/
|
||||
public function getNavigationInfo()
|
||||
{
|
||||
return $this->navigationInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo
|
||||
*/
|
||||
public function setSocialMetaTagInfo(Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo $socialMetaTagInfo)
|
||||
{
|
||||
$this->socialMetaTagInfo = $socialMetaTagInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_FirebaseDynamicLinks_SocialMetaTagInfo
|
||||
*/
|
||||
public function getSocialMetaTagInfo()
|
||||
{
|
||||
return $this->socialMetaTagInfo;
|
||||
|
||||
@@ -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
|
||||
@@ -18,6 +18,7 @@
|
||||
class Google_Service_FirebaseDynamicLinks_DynamicLinkWarning extends Google_Model
|
||||
{
|
||||
public $warningCode;
|
||||
public $warningDocumentLink;
|
||||
public $warningMessage;
|
||||
|
||||
public function setWarningCode($warningCode)
|
||||
@@ -28,6 +29,14 @@ class Google_Service_FirebaseDynamicLinks_DynamicLinkWarning extends Google_Mode
|
||||
{
|
||||
return $this->warningCode;
|
||||
}
|
||||
public function setWarningDocumentLink($warningDocumentLink)
|
||||
{
|
||||
$this->warningDocumentLink = $warningDocumentLink;
|
||||
}
|
||||
public function getWarningDocumentLink()
|
||||
{
|
||||
return $this->warningDocumentLink;
|
||||
}
|
||||
public function setWarningMessage($warningMessage)
|
||||
{
|
||||
$this->warningMessage = $warningMessage;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -17,8 +17,17 @@
|
||||
|
||||
class Google_Service_FirebaseDynamicLinks_Suffix extends Google_Model
|
||||
{
|
||||
public $customSuffix;
|
||||
public $option;
|
||||
|
||||
public function setCustomSuffix($customSuffix)
|
||||
{
|
||||
$this->customSuffix = $customSuffix;
|
||||
}
|
||||
public function getCustomSuffix()
|
||||
{
|
||||
return $this->customSuffix;
|
||||
}
|
||||
public function setOption($option)
|
||||
{
|
||||
$this->option = $option;
|
||||
|
||||
Reference in New Issue
Block a user