Searched refs:tagValue (Results 1 – 6 of 6) sorted by relevance
29 public $tagValue; variable in Google\\Service\\Bigquery\\DatasetTags48 public function setTagValue($tagValue) argument50 $this->tagValue = $tagValue;57 return $this->tagValue;
33 public $tagValue; variable in Google\\Service\\CloudResourceManager\\TagBinding66 public function setTagValue($tagValue) argument68 $this->tagValue = $tagValue;75 return $this->tagValue;
33 protected $tagValue; variable in ASN1Object170 * @param int $tagValue the tag value173 public function setTagValue($tagValue) { argument174 $this->tagValue = $tagValue;183 return $this->tagValue;
82 $tag = $this->tagValue;
57 $tagValue = $value->getDisplayValue();58 if (is_array($tagValue)) {59 $tagValue = $tagValue[0];62 $filter = SearchConfigParameters::$PARAM_FILTER . '[' . urlencode($key) . ']=' . urlencode($tagValue);
252 $tagValue = false;255 $tagValue = $this->getXMLContent();261 $tagValue = $node->getTagContent($newTagPath);266 return $tagValue;