/var/www/flurhymez/vendor/google/apiclient-services/src/Firestore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Firestore/GoogleFirestoreAdminV1Field.php (1549B)
indexConfig = $indexConfig;
}
/**
* @return GoogleFirestoreAdminV1IndexConfig
*/
public function getIndexConfig()
{
return $this->indexConfig;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleFirestoreAdminV1Field::class, 'Google_Service_Firestore_GoogleFirestoreAdminV1Field');