Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventoryItem.php37 public $originType; variable in Google\\Service\\OSConfig\\InventoryItem
106 public function setOriginType($originType) argument
108 $this->originType = $originType;
115 return $this->originType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DItem.php37 public $originType; variable in Google\\Service\\CloudAsset\\Item
106 public function setOriginType($originType) argument
108 $this->originType = $originType;
115 return $this->originType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAttributeContext.php31 protected $originType = Peer::class; variable in Google\\Service\\ServiceControl\\AttributeContext