Home
last modified time | relevance | path

Searched refs:clientKey (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DSslConfig.php33 public $clientKey; variable in Google\\Service\\DatabaseMigrationService\\SslConfig
70 public function setClientKey($clientKey) argument
72 $this->clientKey = $clientKey;
79 return $this->clientKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DMysqlSslConfig.php41 public $clientKey; variable in Google\\Service\\Datastream\\MysqlSslConfig
106 public function setClientKey($clientKey) argument
108 $this->clientKey = $clientKey;
115 return $this->clientKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDemoteMasterMySqlReplicaConfiguration.php33 public $clientKey; variable in Google\\Service\\SQLAdmin\\DemoteMasterMySqlReplicaConfiguration
78 public function setClientKey($clientKey) argument
80 $this->clientKey = $clientKey;
87 return $this->clientKey;
H A DOnPremisesConfiguration.php33 public $clientKey; variable in Google\\Service\\SQLAdmin\\OnPremisesConfiguration
88 public function setClientKey($clientKey) argument
90 $this->clientKey = $clientKey;
97 return $this->clientKey;
H A DMySqlReplicaConfiguration.php33 public $clientKey; variable in Google\\Service\\SQLAdmin\\MySqlReplicaConfiguration
98 public function setClientKey($clientKey) argument
100 $this->clientKey = $clientKey;
107 return $this->clientKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DMasterAuth.php31 public $clientKey; variable in Google\\Service\\Container\\MasterAuth
76 public function setClientKey($clientKey) argument
78 $this->clientKey = $clientKey;
85 return $this->clientKey;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DOauth2JwtBearer.php30 public function setClientKey(Secret $clientKey) argument
32 $this->clientKey = $clientKey;
39 return $this->clientKey;