/var/www/flurhymez/vendor/google/apiclient-services/src/BigtableAdmin
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/BigtableAdmin/CheckConsistencyResponse.php (1153B)
consistent = $consistent;
}
/**
* @return bool
*/
public function getConsistent()
{
return $this->consistent;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CheckConsistencyResponse::class, 'Google_Service_BigtableAdmin_CheckConsistencyResponse');