Home
last modified time | relevance | path

Searched refs:LocalizedProperty (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DImageSettings.php22 protected $backgroundImageUrlType = LocalizedProperty::class;
84 protected $largeBrandedBannerImageImapScriptType = LocalizedProperty::class;
86 protected $largeBrandedBannerImageUrlType = LocalizedProperty::class;
88 protected $smallBrandedBannerImageImapScriptType = LocalizedProperty::class;
90 protected $smallBrandedBannerImageUrlType = LocalizedProperty::class;
102 * @param LocalizedProperty
104 public function setBackgroundImageUrl(LocalizedProperty $backgroundImageUrl)
109 * @return LocalizedProperty
326 * @param LocalizedProperty
328 …public function setLargeBrandedBannerImageImapScript(LocalizedProperty $largeBrandedBannerImageIma…
[all …]
DLocalizedProperty.php20 class LocalizedProperty extends \Google\Collection class
77 class_alias(LocalizedProperty::class, 'Google_Service_YouTube_LocalizedProperty');