/var/www/flurhymez/vendor/google/apiclient-services/src/DataprocMetastore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/DataprocMetastore/HiveMetastoreConfig.php (2145B)
configOverrides = $configOverrides;
}
/**
* @return string[]
*/
public function getConfigOverrides()
{
return $this->configOverrides;
}
/**
* @param string
*/
public function setEndpointProtocol($endpointProtocol)
{
$this->endpointProtocol = $endpointProtocol;
}
/**
* @return string
*/
public function getEndpointProtocol()
{
return $this->endpointProtocol;
}
/**
* @param KerberosConfig
*/
public function setKerberosConfig(KerberosConfig $kerberosConfig)
{
$this->kerberosConfig = $kerberosConfig;
}
/**
* @return KerberosConfig
*/
public function getKerberosConfig()
{
return $this->kerberosConfig;
}
/**
* @param string
*/
public function setVersion($version)
{
$this->version = $version;
}
/**
* @return string
*/
public function getVersion()
{
return $this->version;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(HiveMetastoreConfig::class, 'Google_Service_DataprocMetastore_HiveMetastoreConfig');