plaintext = $plaintext; } /** * @return string */ public function getPlaintext() { return $this->plaintext; } /** * @param string */ public function setSecretType($secretType) { $this->secretType = $secretType; } /** * @return string */ public function getSecretType() { return $this->secretType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConnectorConfigurationSecret::class, 'Google_Service_BigQueryConnectionService_ConnectorConfigurationSecret');