Searched refs:parameterName (Results 1 – 4 of 4) sorted by relevance
41 public $parameterName; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaCustomDimension106 public function setParameterName($parameterName) argument108 $this->parameterName = $parameterName;115 return $this->parameterName;
42 public $parameterName; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaCustomMetric111 public function setParameterName($parameterName) argument113 $this->parameterName = $parameterName;120 return $this->parameterName;
33 public $parameterName; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ParameterSpec84 public function setParameterName($parameterName) argument86 $this->parameterName = $parameterName;93 return $this->parameterName;
247 $parameterName = $parameter->getName();248 if (isset($locator[$parameterName])) {249 $arguments[] = $locator[$parameterName];