Home
last modified time | relevance | path

Searched refs:apiKeyId (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DAndroidApp.php25 public $apiKeyId; variable in Google\\Service\\FirebaseManagement\\AndroidApp
50 public function setApiKeyId($apiKeyId) argument
52 $this->apiKeyId = $apiKeyId;
59 return $this->apiKeyId;
H A DIosApp.php25 public $apiKeyId; variable in Google\\Service\\FirebaseManagement\\IosApp
58 public function setApiKeyId($apiKeyId) argument
60 $this->apiKeyId = $apiKeyId;
67 return $this->apiKeyId;
H A DWebApp.php26 public $apiKeyId; variable in Google\\Service\\FirebaseManagement\\WebApp
55 public function setApiKeyId($apiKeyId) argument
57 $this->apiKeyId = $apiKeyId;
64 return $this->apiKeyId;