Home
last modified time | relevance | path

Searched refs:displayLabel (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DPropertyDisplayOptions.php25 public $displayLabel; variable in Google\\Service\\CloudSearch\\PropertyDisplayOptions
30 public function setDisplayLabel($displayLabel) argument
32 $this->displayLabel = $displayLabel;
39 return $this->displayLabel;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DReportRowDimensionValue.php25 public $displayLabel; variable in Google\\Service\\AdMob\\ReportRowDimensionValue
34 public function setDisplayLabel($displayLabel) argument
36 $this->displayLabel = $displayLabel;
43 return $this->displayLabel;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DMetric.php100 public function setDisplayLabel(LocalizedString $displayLabel) argument
102 $this->displayLabel = $displayLabel;
109 return $this->displayLabel;